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

Set up the Google Meet spoke

Integrate the ServiceNow instance and Google Meet by creating a custom OAuth application in the Google Cloud console to authenticate ServiceNow requests.

Before you begin

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

Create OAuth credentials for Google Meet API

Create OAuth credentials that your ServiceNow instance uses to have its requests for connection authenticated by Google Cloud console.

Before you begin

Role required: admin

Procedure

  1. Log in to the Google Cloud console.

  2. Select the project button.

Image omitted: gmeet-spk-gconsole-new-proj.png
Project button on Google Cloud console landing page.
  1. On the Select a project window, select NEW PROJECT.

  2. Set up the new project.

    1. In the Project name field, enter the project name.

    2. In the Location field, select BROWSE to select an organization.

    3. Select CREATE.

      Notifications show that the project is created.

Image omitted: gmeet-spk-oauth-proj.png
Notification that the project is created.
  1. Select SELECT PROJECT.

  2. Navigate to Navigation Menu > APIs & Services > Enabled APIs & Services.

  3. Select +ENABLE APIS AND SERVICES.

  4. In the Search for APIs and services field, enter Google Meet REST API and press Enter.

  5. Select Google Meet REST API.

  6. Select ENABLE.

  7. Select the CREDENTIALS tab.

Image omitted: gmeet-spk-creds-tab.png
CREDENTIALS tab.
  1. Select + CREATE CREDENTIALS and then select OAuth client ID.
Image omitted: gmeet-spk-create-creds.png
OAuth Client ID option in the CREDENTIALS tab.
  1. Select CONFIGURE CONSENT SCREEN.

    Note: Refresh token expires in 7 days when a Google Cloud Platform project with an OAuth consent screen is configured for an external user type and its publishing status is Testing. To get new OAuth, click Edit and Get OAuth Token by navigating to the associated connection.

  2. Select Internal.

  3. Select CREATE.

  4. Fill the form.

    FieldDescription
    App nameOption to provide a name of the OAuth application that you're creating.
    User support emailOption to provide the email ID that the users of the OAuth application can use to request support.
    Developer contact informationOption to provide the email ID of the developer of the OAuth application.
Image omitted: gmeet-spk-consent-form.png
OAuth consent screen.
  1. Select SAVE AND CONTINUE.

  2. Select ADD OR REMOVE SCOPES.

  3. In the Filter field, enter the scope meetings.space.created, openid, and meetings.space.readonly, and then select the scope value.

Image omitted: gmeet-spk-scopes.png
OAuth scopes.
  1. Select UPDATE.

    The scopes appear under the Your non-sensitive scopes and Your sensitive scopes sections.

Image omitted: gmeet-spk-oauth-scopes.png
OAuth scopes appear.
  1. Select SAVE AND CONTINUE.

  2. On the left panel, select Credentials.

  3. Navigate to +CREATE CREDENTIALS OAuth client ID.

  4. In the Application type field, select Web application.

  5. In the Name field, enter a name of the application.

  6. Under the Authorized redirect URIs, select +ADD URI.

  7. In the URI1 field, enter the redirect URL in the format https://<your-instance-name>.service-now.com/oauth_redirect.do.

  8. Select CREATE.

  9. Copy the client ID and client secret and store at secure place.

Image omitted: gmeet-spk-client-details.png
Client details.
  1. Select OK.

Configure connection for Google Meet spoke

Set up the connection between your ServiceNow instance and the Google Meet APIs.

Before you begin

Role required: admin

Procedure

  1. Navigate to All > Process Automation > Workflow Studio.

  2. Select the Integrations tab.

  3. Confirm that the Outbound tab is selected.

  4. In the Search all connections field, enter Google Meet.

  5. On the Google Meet tile, select View Details.

Image omitted: gmeet-spk-alias-card.png
6. Select **Configure**.
  1. Fill the form.

    FieldDescription
    Connection nameName that uniquely identifies the connection record.
    Connection URLURL to Google Meet APIs. Enter https://meet.googleapis.com.
    Client IDOAuth client ID of the Google Meet OAuth app that you had created in the Google Cloud console.
    Client SecretOAuth client secret of the Google Meet OAuth app that you had created in the Google Cloud console.
    Redirect URLOAuth redirect URL of your ServiceNow instance. Enter in this format https://<your-instance-name>.service.now.com/oauth_redirect.do.
Image omitted: gmeet-spk-conn-form.png
Create Connection form.
  1. Select Create and Get OAuth Token.

    You must log in to the Google Cloud console to fetch the OAuth token.