Zendesk Support

Supports:

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

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
domainstringtruefalse
custom_api_limitsbooleanfalsefalse
ratelimit_rpmintegerSet a custom maximum request per minute limit.falsefalse
auth_methodstringAccepted Values: {“value”:“apitoken”,“label”:“API token”}truefalse
api_tokenstring(required if auth_method is “apitoken”)falsefalse
emailstring(required if auth_method is “apitoken”)falsefalse

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 "ratelimit_rpm": 0
11 }
12}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringObjecttruefalse

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
NAMETYPEDESCRIPTIONREQUIREDREADONLY
replace_relationshipsbooleanReplace existing relationshipsfalsefalse
Example
1{
2 ...
3 "target": {
4 "configuration": {
5 "replace_relationships": false
6 }
7 }
8}