Setting up the Zoom spoke for Zoom extension for Omnichannel Callback
Enable the Zoom spoke to perform various actions such as creating meetings, rescheduling meetings, deleting a meeting, or fetching the participant details from your Zoom account by integrating your Zoom account with your ServiceNow instance.
Create a connected app in Zoom
Create a connected app in your Zoom account to enable OAuth 2.0 authentication with the Zoom spoke.
Before you begin
- Ensure that you have an Integration Hub subscription.
- Ensure that Omnichannel Callback is installed on your instance.
- Ensure that the Zoom spoke is activated. For more information, see Zoom spoke
Role required: Zoom admin
Procedure
Log in to Zoom marketplace.
In the Develop drop-down list, select Build App.
Choose the OAuth card from the available cards.
Disable the Would you like to publish this app on Zoom App Marketplace? option.
Select Create.
Provide a name for the app in the Name field.
Set the app type to Account-level app.
Note: Account-level apps must be installed by a Zoom admin, who manage the app for all account users in the account.
Configure the redirect URLs for authentication.
In the App credentials section, enter the ServiceNow instance redirect URL in the Redirect URL for OAuth field in the following format:
https://<instance name>.com/oauth_redirect.doIn the OAuth allow list section, add the ServiceNow instance redirect URL in the following format:
https://<instance name>.com/oauth_redirect.doRecord the values of the Client ID and Client Secret fields to use them for the application registry.
In the left panel, select Scopes.
In the Add Scopes section, select Add Scopes.
On the Add Scopes dialog box, select the scope type.
Select the Meeting scope type.
Select the following scopes:
- View all user meetings
- View and manage all user meetings
- Select the Recording scope type.
Select the following scopes:
- View all user recordings
- View and manage all user recordings
- Select the User scope type.
Select the View all user information scope.
Select Done.
Result
The actions under the selected scopes become available to the Zoom spoke.
Configure a Zoom connection in ServiceNow instance
Use the information generated during Zoom account configuration to register the Zoom spoke as an OAuth provider and allow the instance to request OAuth 2.0 tokens.
Before you begin
Role required: admin
Procedure
From your ServiceNow instance, navigate to Process Automation > Flow Designer.
In the Flow Designer, select the Connections tab.
Search for the Zoom connection and select View Details.
On the Zoom connection card, select Edit.
On the form, fill in the fields.
Field Description Connection Name Name to identify the connection record. Connection URL Base URL to connect to your Zoom instance: https://api.zoom.us.OAuth Entity Name Name to identify the application registry record. OAuth Client ID Client ID created during application registration. OAuth Client Secret Client secret created during application registration. OAuth Redirect URL OAuth callback endpoint: https://instance name.service-now.com/oauth_redirect.do.Select Edit and Get OAuth Token.
A confirmation message is displayed that the token is available.