Skip to main content

Zendesk Support Real-Time

This connector captures data from Zendesk into Flow collections.

It is available for use in the Flow web application. For local development or open-source workflows, ghcr.io/estuary/source-zendesk-support-native:dev provides the latest version of the connector as a Docker image. You can also follow the link in your browser to see past image versions.

Supported data resources

The following data resources are supported through the Zendesk API:

By default, each resource is mapped to a Flow collection through a separate binding.

Prerequisites

There are two different ways to authenticate with Zendesk Support when capturing data into Flow: using OAuth2 or providing an API token. The prerequisites for both authentication methods are listed below.

OAuth2 authentication

  • Subdomain of your Zendesk URL. In the URL https://MY_SUBDOMAIN.zendesk.com/, MY_SUBDOMAIN is the subdomain.

API token authentication

  • Subdomain of your Zendesk URL. In the URL https://MY_SUBDOMAIN.zendesk.com/, MY_SUBDOMAIN is the subdomain.
  • Email address associated with your Zendesk account.
  • A Zendesk API token. See the Zendesk docs to enable tokens and generate a new token.

Configuration

You configure connectors either in the Flow web app, or by directly editing the catalog specification files. See connectors to learn more about using connectors. The values and specification sample below provide configuration details specific to the Zendesk Support source connector.

Properties

Endpoint

PropertyTitleDescriptionTypeRequired/Default
/subdomainSubdomainThis is your Zendesk subdomain that can be found in your account URL. For example, in https://MY_SUBDOMAIN.zendesk.com/, where MY_SUBDOMAIN is the value of your subdomain.stringRequired
/start_dateStart DateThe date from which you'd like to replicate data for Zendesk Support API, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.stringRequired
/credentials/usernameEmailThe user email for your Zendesk account.stringRequired for API token authentication
/credentials/passwordAPI TokenThe value of the API token generated.stringRequired for API token authentication
/credentials/client_idOAuth Client IDThe OAuth app's client ID.stringRequired for OAuth2 authentication
/credentials/client_secretOAuth Client SecretThe OAuth app's client secret.stringRequired for OAuth2 authentication
/credentials/access_tokenAccess TokenThe access token received from the OAuth app.stringRequired for OAuth2 authentication
/advanced/incremental_export_page_sizeIncremental Export Streams' Page SizePage size for incremental export streams. Typically left as the default unless Estuary Support or the connector logs indicate otherwise.integer1,000

Bindings

PropertyTitleDescriptionTypeRequired/Default
/nameData resourceName of the data resource.stringRequired
/intervalIntervalInterval between data syncsstring

Sample

captures:
${PREFIX}/${CAPTURE_NAME}:
endpoint:
connector:
image: ghcr.io/estuary/source-zendesk-support-native:dev
config:
advanced:
incremental_export_page_size: 1000
credentials:
credentials: Email & API Token
username: user@domain.com
password: <secret>
start_date: "2025-01-30T00:00:00Z"
subdomain: my_subdomain
bindings:
- resource:
name: tickets
target: ${PREFIX}/tickets