Monday 9 September 2024

Zoom CX - SNOW Integration

Adding Integration between SNOW and Zoom CX, is a fairly straight forward configuration, first step is to ensure that an OAuth account has been enabled in ServiceNow

Setting up the Zoom Contact Center ServiceNow Integration (15th July 2024 Update)

You will need to create an OAuth client within ServiceNow to facilitate the connection between Zoom Contact Center and ServiceNow. This OAuth client will be used when you configure the integration in Zoom Contact Center.

  1. Sign in to the ServiceNow admin portal.
  2. In the navigator, search for oauth.
  3. Under System OAuth, click Application Registry.
  4. Click New.
  5. Click Create an OAuth API endpoint for external clients.
    Note: The default values for most of the fields should be acceptable. Other fields will be filled after the client is created.
  6. Enter the following:
    • Name: Enter the display name for the connection. (Zoom CX OAuth User)
    • Redirect URL: Enter https://zoom.us/cci/multi/crm-oauth-login
    • Refresh Token Lifespan: Enter the value 2147483647 (maximum allowed value)
  7. Click Submit.
The above account is used in the Integration for Authentication for Zoom Contact Centre

From the Zoom Admin Dashboard, select:

"Contact Centre Management --> Integrations", select "+Add Integration", select the "Service Now" option, ensure that "OAuth" is selected, and click "Next"


Complete the details as below:

After you are prompted for auth details within ServiceNow, the integration between Zoom CX and SNOW is now completed, and enabled for additional call flow configuration


Zoom Virtual Agent (ZVA) and SNOW Integration

Adding Integration between SNOW and Zoom Virtual Agent (ZVA), is a fairly straight forward configuration, first step is to ensure that an OA...