Zendesk
Connect to Zendesk. Manage customer support tickets, users, organizations, and help desk operations
Connect to Zendesk. Manage customer support tickets, users, organizations, and help desk operations
Supports authentication: OAuth 2.0
Set up the agent connector
Section titled “Set up the agent connector”Register your Scalekit environment with the Zendesk connector so Scalekit handles the authentication flow and token lifecycle for you. The connection name you create will be used to identify and invoke the connection programmatically. You’ll need your OAuth client credentials from your Zendesk Admin Center.
-
Set up auth redirects
-
In Scalekit dashboard, go to Agent Auth → Create Connection. Find Zendesk and click Create. Copy the redirect URI. It looks like
https://<SCALEKIT_ENVIRONMENT_URL>/sso/v1/oauth/<CONNECTION_ID>/callback. -
In your Zendesk Admin Center, go to Apps and integrations → APIs → Zendesk API → OAuth Clients and click Add OAuth Client.
-
Fill in a client name, set Client Kind to Confidential, paste the copied URI into the Redirect URLs field, and click Save.
-
-
Get client credentials
After saving, open the OAuth client record:
- Client ID — listed under Unique Identifier
- Client Secret — displayed at the bottom of the page after saving
-
Add credentials in Scalekit
-
In Scalekit dashboard, go to Agent Auth → Connections and open the connection you created.
-
Enter your credentials:
- Client ID (from your Zendesk OAuth client)
- Client Secret (from your Zendesk OAuth client)
-
Click Save.
-