Skip to content

Commit

Permalink
Update list of supported streams #19890
Browse files Browse the repository at this point in the history
  • Loading branch information
juweins committed Dec 7, 2022
1 parent 5da3a7c commit 62701b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/integrations/sources/freshdesk.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,32 @@ To set up the Freshdesk source connector, you'll need the Freshdesk [domain URL]
Several output streams are available from this source:

* [Agents](https://developers.freshdesk.com/api/#agents)
* [Business Hours](https://developers.freshdesk.com/api/#business-hours)
* [Canned Responses](https://developers.freshdesk.com/api/#canned-responses)
* [Canned Response Folders](https://developers.freshdesk.com/api/#list_all_canned_response_folders)
* [Companies](https://developers.freshdesk.com/api/#companies)
* [Contacts](https://developers.freshdesk.com/api/#contacts) \(Native Incremental Sync\)
* [Conversations](https://developers.freshdesk.com/api/#conversations)
* [Discussion Categories](https://developers.freshdesk.com/api/#category_attributes)
* [Discussion Comments](https://developers.freshdesk.com/api/#comment_attributes)
* [Discussion Forums](https://developers.freshdesk.com/api/#forum_attributes)
* [Discussion Topics](https://developers.freshdesk.com/api/#topic_attributes)
* [Email Configs](https://developers.freshdesk.com/api/#email-configs)
* [Email Mailboxes](https://developers.freshdesk.com/api/#email-mailboxes)
* [Groups](https://developers.freshdesk.com/api/#groups)
* [Products](https://developers.freshdesk.com/api/#products)
* [Roles](https://developers.freshdesk.com/api/#roles)
* [Satisfaction Ratings](https://developers.freshdesk.com/api/#satisfaction-ratings)
* [Scenario Automations](https://developers.freshdesk.com/api/#scenario-automations)
* [Settings](https://developers.freshdesk.com/api/#settings)
* [Skills](https://developers.freshdesk.com/api/#skills)
* [SLA Policies](https://developers.freshdesk.com/api/#sla-policies)
* [Solution Articles](https://developers.freshdesk.com/api/#solution_article_attributes)
* [Solution Categories](https://developers.freshdesk.com/api/#solution_category_attributes)
* [Solution Folders](https://developers.freshdesk.com/api/#solution_folder_attributes)
* [Surveys](https://developers.freshdesk.com/api/#surveys)
* [Tickets](https://developers.freshdesk.com/api/#tickets) \(Native Incremental Sync\)
* [Ticket Fields](https://developers.freshdesk.com/api/#ticket-fields)
* [Time Entries](https://developers.freshdesk.com/api/#time-entries)

## Performance considerations
Expand All @@ -50,6 +67,7 @@ The Freshdesk connector should not run into Freshdesk API limitations under norm

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------|
| 1.0.1 | 2022-12-06 | [19890](https://github.com/airbytehq/airbyte/pull/19890) | Update list of supported streams
| 1.0.0 | 2022-11-16 | [19496](https://github.com/airbytehq/airbyte/pull/19496) | Fix `Contacts` stream schema |
| 0.3.8 | 2022-11-11 | [19349](https://github.com/airbytehq/airbyte/pull/19349) | Do not rely on response.json() when deciding to retry a request |
| 0.3.7 | 2022-11-03 | [18397](https://github.com/airbytehq/airbyte/pull/18397) | Fix base url for v2 API. |
Expand Down

0 comments on commit 62701b4

Please sign in to comment.