Sources
Zendesk
Config
You must enter the following credentials when configuring this source:
Key | Description | Sample value |
---|---|---|
access_token | OAuth token to access API endpoints. | abc123... |
request_timeout | Number of milliseconds until the API request should timeout and raise an error. | 300 |
start_date | Fetch data that is newer than the start_date . | 2022-01-01T00:00:00Z |
subdomain | If you access Zendesk from a URL like this https://magesupport.zendesk.com/, then the domain is magesupport . | magesupport |
How to get your access_token
Follow Zendesk’s documentation to get your access token.
Example Admin Center URL: https://magesupport.zendesk.com/admin/home
(subdomain in example is magesupport
).
Example values for getting access token
Zendesk authorization page Authorize redirect URL with codehttps://www.mage.ai/?code=6b21972c79e12cbda37947df4ba22d4cb394da752e955c6dac81361d5f453695
Example cURL command to exchange code for access token
Example OAuth token exchange response