π Quickstart
Connect to Zendesk with Nango and see data flow in 2 minutes.Create an integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Zendesk.
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.
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:Or fetch credentials dynamically via the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
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.-
How to register your own Zendesk OAuth app
Register an OAuth app with Zendesk and obtain credentials to connect it to Nango -
How do I link my Zendesk account?
Learn how to authenticate with Zendesk and link your account
π§© Pre-built syncs & actions for Zendesk
Enable them in your dashboard. Extend and customize to fit your needs.Categories
| Function name | Description | Type | Source code |
|---|---|---|---|
create-category | Create a category within the help center | Action | π Github |
categories | Fetches a list of help center categories | Sync | π Github |
Sections
| Function name | Description | Type | Source code |
|---|---|---|---|
create-section | Create a section within a category in the help center | Action | π Github |
sections | Fetches a list of sections in Help center from Zendesk | Sync | π Github |
Tickets
| Function name | Description | Type | Source code |
|---|---|---|---|
create-ticket | Create a Zendesk ticket | Action | π Github |
tickets | Fetches a list of tickets from Zendesk | Sync | π Github |
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
create-user | Create an admin or agent user in Zendesk. Defaults to agent if a role is not provided | Action | π Github |
delete-user | Delete a user in Zendesk | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
fetch-article | Fetch a single full help center article | Action | π Github |
fetch-articles | Fetch all help center articles metadata | Action | π Github |
search-tickets | An action that performs a search for tickets in Zendesk based on the specified filter. It can take up to a few minutes for new tickets and users to be indexed for search. If new resources donβt appear in your search results, wait a few minutes and try again. | Action | π Github |
articles | Fetches a list of articles in Help center from Zendesk | Sync | π Github |
users | Fetches a list of admin or agent users from Zendesk | Sync | π Github |