Skip to main content

πŸš€ Quickstart

Connect to Zendesk with Nango and see data flow in 2 minutes.
1

Create an integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Zendesk.
2

Authorize Zendesk

Go to Connections -> Add Test Connection -> Authorize, then log in to Zendesk. Later, you’ll let your users do the same directly from your app.
3

Call the Zendesk API

Let’s make your first request to the Zendesk API (fetch a list of tickets). Replace the placeholders below with your secret key, integration ID, and connection ID:
curl "https://api.nango.dev/proxy/api/v2/search?query=type:ticket&per_page=10" \
  -H "Authorization: Bearer <NANGO-SECRET-KEY>" \
  -H "Provider-Config-Key: <INTEGRATION-ID>" \
  -H "Connection-Id: <CONNECTION-ID>"
Or fetch credentials dynamically via the Node SDK or API.βœ… You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.

πŸ“š Zendesk Integration Guides

Nango maintained guides for common use cases. Official docs: Zendesk API documentation

🧩 Pre-built syncs & actions for Zendesk

Enable them in your dashboard. Extend and customize to fit your needs.

Groups

Function nameDescriptionTypeSource code
groupsSync support groups from Zendesk.SyncπŸ”— Github

Others

Function nameDescriptionTypeSource code
articlesSync Zendesk Help Center articlesSyncπŸ”— Github
categoriesSync Zendesk Help Center categoriesSyncπŸ”— Github
macrosSync ticket macros from ZendeskSyncπŸ”— Github
organizationsSync organizations from Zendesk using incremental exportSyncπŸ”— Github
sectionsSync Zendesk Help Center sectionsSyncπŸ”— Github
ticket-commentsSync comments for tickets in scopeSyncπŸ”— Github
ticket-fieldsSync ticket field definitions from ZendeskSyncπŸ”— Github
ticket-formsSync ticket forms from ZendeskSyncπŸ”— Github
ticketsSync tickets from Zendesk SupportSyncπŸ”— Github
usersSync users from Zendesk Support using incremental cursor-based exportsSyncπŸ”— Github
viewsSync ticket views from ZendeskSyncπŸ”— Github