For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inBook a demo
  • Getting started
    • Introduction
    • Obtaining API keys
    • Quickstart
    • Concepts
    • Embedding authentication
    • Versioning
    • Idempotent requests
  • Configuring your connections
    • CDC streaming from databases
      • Affinity
      • Airtable
      • Amplitude
      • API
      • Apollo.io
      • Asana
      • Ascend
      • Attio
      • AWS S3
      • AWS Athena
      • AWS OpenSearch
      • Azure Blob Storage
      • Azure SQL
      • BiqQuery
      • CloudSQL (MySQL)
      • CloudSQL (Postgres)
      • Chargebee
      • ConstructionWire
      • CosmosDB
      • Customer.io
      • Databricks
      • Datadog
      • dbt Cloud
      • Delighted
      • Dialpad
      • Dittofeed
      • DynamoDB
      • Facebook Ads
      • Freshdesk
      • Front
      • FullStory
      • Google Cloud Storage
      • Github
      • Google Ads
      • Google Workspace
      • Google Sheets
      • Harmonic
      • Heap
      • Honeycomb
      • HubSpot
      • Intercom
      • Iterable
      • Jira
      • Klaviyo
      • Kustomer
      • Linear
      • Linkedin Ads
      • Lob
      • Mailercheck
      • Marketo
      • MongoDB
      • Microsoft Ads
      • MySQL
      • Netsuite
      • Outreach
      • Pardot
      • Pipedrive
      • Postgres
      • PredictLeads
      • Quickbooks
      • Recharge
      • Redshift
      • Redshift Serverless
      • Reply.io
      • Salesforce
      • Segment
      • SFTP
      • Shopify
      • Short.io
      • Slack
      • Snowflake
      • Statsig
      • Stripe
      • Survicate
      • Synapse
      • Tixr
      • Unbounce
      • Uservoice
      • Vanilla Forums
      • Webhooks
      • Zendesk Chat
      • Zendesk Support
      • ZoomInfo
  • API Reference
Logo
Log inBook a demo
On this page
  • Connection
  • Configuration
  • Example
  • Model Sync
  • Source
  • Configuration
  • Example
  • Target
  • All targets
  • Configuration
  • Example
  • Bulk Sync
  • Source
Configuring your connectionsConnection configurations

Zendesk Support

Was this page helpful?
Previous

ZoomInfo

Next

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
api_tokenstringAPI token

(required if auth_method is “apitoken”)
false
auth_methodstringAuthentication method

Accepted values: apitoken, oauth
true
custom_api_limitsbooleanEnforce custom API limitsfalse
domainstringZendesk Subdomaintrue
emailstringEmail

(required if auth_method is “apitoken”)
false
oauth_refresh_tokenstring(required if auth_method is “oauth”)false
ratelimit_rpmintegerMaximum requests per minute

Set a custom maximum request per minute limit.
false

Example

1{
2 "name": "Zendesk Support connection",
3 "type": "zendesk_support",
4 "configuration": {
5 "api_token": "secret-token",
6 "auth_method": "apitoken",
7 "custom_api_limits": false,
8 "domain": "polytomic.zendesk.com",
9 "email": "user@example.com",
10 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
11 "ratelimit_rpm": 0
12 }
13}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "tickets"
5 }
6}

Target

Zendesk Support connections may be used as the destination in a model sync.

All targets

Configuration
NameTypeDescriptionRequired
replace_relationshipsbooleanReplace existing relationshipsfalse
Example
1{
2 ...
3 "target": {
4 "configuration": {
5 "replace_relationships": false
6 }
7 }
8}

Bulk Sync

Source

Zendesk Support connections may be used as a bulk sync source. No additional configuration options are required.