Zendesk#
You can use these credentials to authenticate the following nodes with Zendesk.
Prerequisites#
Create a Zendesk account.
Using OAuth#
- Open your Zendesk dashboard.
- Click on the gear icon on the left.
- Click on 'API' under the CHANNELS section in the sidebar.
- Click on the OAuth Clients tab.
- Click on the Add OAuth client button.
- Enter the client name in the Client Name field.
- Enter a description in the Description field.
- Copy the 'OAuth Callback URL' provided in the 'Zendesk OAuth2 API' credentials in n8n.
- Paste it in the Redirect URLs field on the Zendesk API credentials page.
- Click on the Save button.
- Click on the OK button on the Please store the secret that will appear pop-up.
- Scroll down to the Secret section and copy the displayed Secret.
- Paste this secret in the Client Secret field in the 'Zendesk OAuth2 API' credentials in n8n.
- Copy the Unique identifier from the Zendesk API credentials page.
- Paste it in the Client ID field in the 'Zendesk OAuth2 API' credentials in n8n.
- Enter your Zendesk subdomain in the Subdomain field in the 'Zendesk OAuth2 API' credentials in n8n. Refer to the FAQs to learn more about subdomain.
- Enter the name for your credentials in the Credentials Name field in the 'Zendesk OAuth2 API' credentials in n8n.
- Click on the circle button in the OAuth section to connect a Zendesk account to n8n.
- Click on the Save button to save your credentials.
The following video demonstrates the steps mentioned above.
Using Access Token#
- Open your Zendesk dashboard.
- Click on the gear icon on the left.
- Click on 'API' under the CHANNELS section in the sidebar.
- If Token access is disabled, click on the switch to toggle it to 'Enabled'.
- Click on the Add API token button.
- Enter a description in the API token description field.
- Click on the Copy button to copy the API token.
- Click on the Save button.
- Enter the name for your credentials in the Credentials Name field in the 'Zendesk API' credentials in n8n.
- Enter your Zendesk subdomain in the Subdomain field. Refer to the FAQs to learn more about subdomain.
- Enter your Zendesk email address in the Email field.
- Paste the API token in the API Token field.
- Click on the Save button to save your credentials.
The following video demonstrates the steps mentioned above.
FAQs#
How do I get my Zendesk subdomain?#
To get your Zendesk subdomain, follow the steps mentioned below.
1. Access your Zendesk dashboard.
2. Copy the string of characters located between https://
and .zendesk.com/agent/dashboard
in your Zendesk URL. This string is the subdomain. For example, if your Zendesk URL is https://example.zendesk.com/agent/dashboard
, the subdomain will be example
.