On this page
Get Involved
zendesk
ImportantAs of Flowpipe 1.0.0, credential has been renamed to connection. The zendesk credential resource is deprecated and will be removed in a future version of Flowpipe. Use the zendesk connection instead.
The zendesk credential can be used to access Zendesk resources.
Arguments
Name | Type | Required? | Description |
---|---|---|---|
subdomain | String | Optional | The subdomain name of your Zendesk account. |
String | Optional | Email address of agent user who have permission to access the API. | |
token | String | Optional | API Token for your Zendesk instance. |
All arguments are optional, and a zendesk credential with no arguments will behave the same as the default credential.
Default Credential
The zendesk credential type includes an implicit, default credential (credential.zendesk.default) that will be configured to set defaults using the environment variables ZENDESK_EMAIL, ZENDESK_SUBDOMAIN, and ZENDESK_API_TOKEN.