1
0
mirror of synced 2026-01-04 18:04:31 -05:00
Files
airbyte/docs/integrations/sources/zendesk-talk.md
Arsen Losenko c29bad8c27 Source Zendesk Talk: Mark datefields in spec as dates (#22815)
* Source Zendesk Talk: Mark datefields in spec as dates

* Remove updated docker label

* Update changelog, specify format

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-04-03 10:43:09 +03:00

4.4 KiB

Zendesk Talk

Prerequisites

  • Zendesk API Token or Zendesk OAuth Client
  • Zendesk Email (For API Token authentication)
  • Zendesk Subdomain

Setup guide

Step 1: Set up Zendesk

Generate a API access token as described in Zendesk 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.

Another option is to use OAuth2.0 for authentication. See Zendesk docs for details.

Step 2: Set up the Zendesk Talk connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click +new source.
  3. On the Set up the source page, enter the name for the Zendesk Talk connector and select Zendesk Talk from the Source type dropdown.
  4. Fill in the rest of the fields:
    • Subdomain
    • Authentication (API Token / OAuth2.0)
    • Start Date
  5. Click Set up source

Supported sync modes

The Zendesk Talk source connector supports the following sync modes:

  • Full Refresh
  • Incremental Sync

Supported Streams

This Source is capable of syncing the following core Streams:

Performance considerations

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.

Data type map

Integration Type Airbyte Type Notes
string string
number number
array array
object object

Changelog

Version Date Pull Request Subject
0.1.7 2023-02-10 22815 Specified date formatting in specification
0.1.6 2023-01-27 22028 Set AvailabilityStrategy for streams explicitly to None
0.1.5 2022-09-29 17362 always use the latest CDK version
0.1.4 2022-08-19 15764 Support OAuth2.0
0.1.3 2021-11-11 7173 Fix pagination and migrate to CDK