Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
domain | string | false | false | |
custom_api_limits | boolean | false | false | |
ratelimit_rpm | integer | Set a custom maximum request per minute limit. | false | false |
Example
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 }