Pre-Configured APIs
Zendesk (Helpdesk)
API configuration: zendesk
Zendesk has two kinds of OAuth apps:
- Helpdesk/support apps
- CRM apps
Nango currently only supports OAuth for the Helpdesk apps. If you need CRM, reach out or contribute it :)
Features
Features | Status |
---|---|
Auth (OAuth) | β |
Sync data | β |
Perform workflows | β |
Proxy requests | β |
Receive webhooks | π« (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
Need help getting started? Get help in the community.
Connection configuration in Nango
Zendesk requires a user specific subdomain to run OAuth.
You should request this from the user and pass it to Nango in the nango.auth()
call:
For more details, see the docs here.
API gotchas
- Make sure to create a Zendesk OAuth app (
https://<USER-SUBDOMAIN>.zendesk.com/admin/apps-integrations/apis/zendesk-api/settings
), not a Zendesk Sales CRM OAuth app. - Zendesk oAuth apps must be made βglobalβ to connect to multiple
<USER-SUBDOMAIN>
s.
Add Getting Started links and Gotchas by editing this page
Was this page helpful?