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

Configure your Alexa account

Configure your Alexa account to link it with your ServiceNow instance.

Before you begin

Role required: admin

Procedure

  1. Log in to your Alexa developer console with your Alexa developer account.

  2. Navigate to the Build > MODELS > ACCOUNT LINKING.

  3. On the Account Linking form, swipe the Do you allow users to create an account or link to an existing account with you? toggle switch to the right.

  4. In the Settings section of the form, swipe the Allow users to authenticate using your mobile application toggle switch to the right.

  5. In the Security Provider Information section of the form, click Auth Code Grant.

  6. On the form, fill in the fields.

FieldDescription
Your Web Authorization URI

The URI that authorizes your web access.For example:https://<instance-name>.service-now.com/oauth_auth.do.

Note: The instance-name for Alexa is voice.

Your iOS App Authorization URIThe URI that authorizes your iOS app.Provide `voice` as the value.
Your Android App Authorization URIThe URI that authorizes your Android app.Provide `voice` as the value.
Access Token URI

The URI that authorizes the access to the API requests.For example, https://<instance-name>.service-now.com/oauth_token.do

Note: The instance-name for Alexa is voice.

Your Client IDAuto-generated unique ID of the client application requesting the access token.Note: Provide the Client ID generated while creating an OAuth API endpoint for external clients.
Your SecretThe shared secret string that the instance and the OAuth application use to authorize communications with one another.
  1. Click Save.

  2. Copy one of the URLs from the Alexa Redirect URLs field in the Auth Code Grant section.

    Note: Insert the copied URL in the Redirect URL field of the OAuth API record created in your ServiceNow instance.

    If you face an issue with one of the URLs, try to use the next available URL and pick the one that works.

  3. Click Save.

Parent Topic:Account linking with Alexa