The Zendesk Chat source supports Full Refresh and Incremental syncs.
This source can sync data for the Zendesk Chat API.
This Source is capable of syncing the following core Streams:
- Accounts
- Agents (Incremental)
- Agent Timelines (Incremental)
- Chats
- Shortcuts
- Triggers
- Bans (Incremental)
- Departments
- Goals
- Skills
- Roles
- Routing Settings
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
number |
number |
|
array |
array |
|
object |
object |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | |
SSL connection | Yes |
The connector is restricted by normal Zendesk requests limitation.
The Zendesk connector should not run into Zendesk API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
- Zendesk Chat Access Token
- Select
OAuth2.0
inAuthorization Method
- Click on
authenticate your Zendesk Chat account
- Proceed the authentication using your credentials for your Zendesk account.
- Generate a Access Token as described in Zendesk Chat docs
- Use the generated
access_token
in Airbyte connection.
Generate a Access Token as described in Zendesk Chat docs
We recommend creating a restricted, read-only key specifically for Airbyte access. This will allow you to control which resources Airbyte should be able to access.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.6 | 2021-12-15 | 7313 | Added support of OAuth 2.0 authentication. 8819 Fixed the issue with created_at can now be null for bans stream |
0.1.5 | 2021-12-06 | 8425 | Update title, description fields in spec |
0.1.4 | 2021-11-22 | 8166 | Make Chats stream incremental + add tests for all streams |
0.1.3 | 2021-10-21 | 7210 | Chats stream is only getting data from first page |
0.1.2 | 2021-08-17 | 5476 | Correct field unread to boolean type |
0.1.1 | 2021-06-09 | 3973 | Add AIRBYTE_ENTRYPOINT for Kubernetes support |
0.1.0 | 2021-05-03 | 3088 | Initial release |