Zendesk Chat
Supports:
- ✅ Bulk sync source
Supports:
| Name | Type | Description | Required |
|---|---|---|---|
custom_api_limits | boolean | Enforce custom API limits | false |
domain | string | Zendesk Support Subdomain | true |
ratelimit_rpm | integer | Maximum requests per minute Set a custom maximum request per minute limit. | false |
1 { 2 "name": "Zendesk Chat connection", 3 "type": "zendesk_chat", 4 "configuration": { 5 "custom_api_limits": false, 6 "domain": "polytomic.zendesk.com", 7 "ratelimit_rpm": 0 8 } 9 }
