Google Meet Spoke

  • Release version: Washingtondc
  • Updated January 7, 2025
  • 3 minutes to read
  • Set up a flow and complete various actions on Google Meet after integrating your ServiceNow instance with the Google Meet account. For example, you can set up a meeting space or end an active conference as part of the flow.

    Request apps on the Store

    Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

    Integration Hub subscription

    This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

    Spoke version

    Google Meet spoke v1.0.0 is the latest spoke version.

    Supported versions

    This spoke was built for Google Meet API v2, but may be compatible with later versions.

    Spoke requirements

    • Google Meet API access
    • Google Meet Cloud console access

    Spoke dependencies

    If you’re having trouble installing the app, ensure that these dependent plugins are installed:
    • Complex Object (com.glide.cobject)
    • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
    • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
    • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
    Note:
    Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

    Spoke actions

    The Google Meet provides actions to automate Google Meet tasks when events occurs in your ServiceNow instance. Available actions include:

    Category Action Description Required Scopes (at least one scope is required)
    Conference Management Look up Conference Retrieve a details of conference record associated with a specific Google Meet space.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Look up Conferences Stream Retrieves a list of conference records, which can be filtered optionally and limited by a specified page size.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Space Management Create Meeting Space Creates a Google Meet space and shares the link for participants to join and collaborate.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    End Active Conference Ends the active Google Meet session, disconnecting all participants and concluding the meeting.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Look up Meeting Space Retrieves conference record details, including the configuration and current conference status for a specific Google Meet space.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Update Meeting Space Updates the settings of an existing Google Meet space. https://www.googleapis.com/auth/meetings.space.created
    Participant Management Look up Participant Retrieves details of a participant in a Google Meet conference.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Look up Participant Session Retrieves the details of a specific session, including session start and end times, in a Google Meet conference.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Look up Participants Stream Retrieves a paginated list of participants in a specified Google Meet conference, with optional filtering.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Look up Participant Sessions Stream Retrieves a paginated stream of sessions for a specific participant in a Google Meet conference.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Artifacts Management Look up Recording Retrieves the details of a Google Meet recording, including its state, timestamps, and Google Drive location.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Look up Recordings Stream Retrieves a paginated list of recordings for a specific Google Meet conference, including recording status, timestamps, and Google Drive location.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Look up Transcript Retrieves the details of a Google Meet transcript, including its state, timestamps, and document location in Google Docs.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Look up Transcript Entry Retrieves a specific transcript entry from a Google Meet conference, including its content, speaker details, and timestamp.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Look up Transcripts Stream Retrieves a paginated list of transcripts for a specific Google Meet conference, including transcript status, timestamps, and the document location in Google Docs.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created
    Look up Transcript Entries Stream Retrieves a list of transcript entries for a specific Google Meet conference, including details like participant, transcript text, language, and timestamps.
    • https://www.googleapis.com/auth/meetings.space.readonly
    • https://www.googleapis.com/auth/meetings.space.created

    Connection and credential alias requirements

    Integration Hub uses aliases to manage connection and credential information. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection. For more information, see Connections and Credentials.

    For information about setting up the spoke, see Set up the Google Meet spoke.