zendesk
Zendesk has two kinds of OAuth apps:
- Helpdesk/support apps
- CRM apps
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 thenango.auth() call:
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