Required Scopes

To configure a Sync for Zendesk, you need to request the following scopes from your Zendesk OAuth application:

  • read

Learn more about configuring scopes for your app in Adding Integrations.

Synced Objects

Zendesk supports the following Synced Objects:

Files

Sync Configuration Options

Example
{
    "integration": "zendesk",
    "pipeline": "files",
    "configuration": {
        "locale": "en-us"
    }
}
locale
string

A locale string to limit the Sync scope to articles in a specific language. If not specified, the Sync will use en-us as the default locale.