Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Set up the Zendesk spoke

Integrate the ServiceNow instance and Zendesk by creating a custom OAuth application in Zendesk to authenticate ServiceNow requests.

Before you begin

  • Request an Integration Hub subscription.
  • Activate the Zendesk spoke.
  • Role required: admin.

Create a Zendesk OAuth client

Create an OAuth client for authenticating Zendesk API requests.

Before you begin

Role required: Zendesk admin

Procedure

  1. From a web browser, open Zendesk.

  2. Log in using your admin credentials.

    The Zendesk Agent Workspace opens.

  3. On the left navigation menu of the Zendesk Agent Workspace, select the Admin icon (

Image omitted: admin-icon.png
Admin icon.\).
The Admin menu opens.
  1. From the Admin menu, navigate to Channels > API.

    The Zendesk API page opens.

  2. Select the OAuth Clients tab and then click Add OAuth client.

  3. The Create a new OAuth client form opens.

  4. On the form, fill in the fields.

FieldDescription
Client nameName of the OAuth client.
DescriptionBrief description of the OAuth client.
CompanyName of the company whose data the OAuth client grants access to through the Zendesk API. The company name is displayed during authentication of your Zendesk API requests.This field populates automatically based on the company that your Zendesk account is associated with. However, you can modify the company name as needed.
LogoLogo that is displayed during authentication of your Zendesk API requests. Click the green square to locate and select the logo that you want to display.
Unique identifierUnique identifier for the OAuth client. This field populates automatically based on the OAuth client name that you specified in the Client name field. However, you can modify the unique identifier as needed.Note: The unique identifier is used only in the Zendesk code.
Redirect URLsURL of the OAuth provider that users are redirected to after authentication. Enter `https://*instance*.service-now.com/oauth_redirect.do`, where <*instance*> is the name of your ServiceNow instance.
  1. Click Save.

    The Please store the secret that will appear dialog box opens.

  2. On the dialog box, click OK.

    The dialog box closes and the form reloads.

  3. Copy the value in the Secret field.

    Save this in a secure location for later use.

Create a Zendesk connection

Create a connection between your Zendesk applications and your ServiceNow instance so that your instance can retrieve user data from your applications.

Before you begin

Role required: ServiceNow admin

Procedure

  1. From your ServiceNow instance, navigate to Process Automation > Flow Designer.

    The Flow Designer launches in a new tab.

  2. Select the Connections tab.

  3. Locate your Zendesk connection and then click Add Connection.

    The Create Connection dialog box opens.

  4. On the dialog box, fill in the fields.

    FieldDescription
    Connection Information
    Connection NameName of the Zendesk connection. This field populates automatically.
    Connection URLURL for the connection. Enter https://<subdomain>.zendesk.com, where <subdomain> is your organization subdomain.
    Credential Information
    OAuth Client IDUnique identifier for your Zendesk OAuth client. Enter the same unique identifier that you specified in Create a Zendesk OAuth client.
    OAuth Client SecretSecret that is assigned to your Zendesk OAuth client. Enter the same secret that you copied in Create a Zendesk OAuth client.
    OAuth Redirect URLURL of the OAuth provider that users are redirected to after authentication. This field populates automatically based on the redirect URL that you specified in Create a Zendesk OAuth client.
  5. Click Create and Get OAuth Token.

    The Zendesk OAuth authorization dialog box opens.

  6. On the dialog box, click Authorize.

    The OAuth access token becomes available for authorizing your Zendesk connection.

  7. In your ServiceNow instance, add OAuth entity profile scope.

    1. Navigate to System OAuth > Application Registry.

    2. Open the record for the Zendesk spoke. For example, Zendesk OAuth.

    3. In the OAuth Entity Profiles tab, open the default record, for example, Zendesk.OAuthProfile.

    4. Insert a new row with these values.

      FieldValue
      OAuth Entity Scopeusers:write read
      OAuth scopewrite read