ServiceNow
Cobrowse integrates seamlessly with ServiceNow workflows, enabling real-time visual collaboration between agents and customers.
Overview
Cobrowse provides an integration with ServiceNow workspaces such as Service Operations Workspace or Customer Service Management, enabling real-time visual collaboration between agents and customers. This integration is available through the ServiceNow Store.
Installation guide
To install and configure the Cobrowse integration with ServiceNow:
Sign up for a Cobrowse account
As a Cobrowse Administrator:
Generate a public key under Settings > Integrations > JWT SSO.
Generate a key store for it under Settings > Integrations > ServiceNow
As a ServiceNow administrator:
Install the app from the ServiceNow Store.
Add the keystore under All > Multi-Provider SSO > Administration > x509 Certificate.
Name: Cobrowse.io
Type: Java Key Store
Attachments > Choose your generated keystore
Submit
Link the new keystore for the Cobrowse JWT key under All > System OAuth > JWT Keys > Cobrowse.io
Signing Keystore: Click the magnifying glass and look for the added keystore
Signing Key: The password that was given on the cobrowse dashboard. By default, this is
my-cobrowse-keystore.
Configure the system properties, All >
sys_properties.list+ enter > Search forx_billc:Update the
x_billc_cobrowse_i.licenseproperty and set it to your cobrowse account license which you find on the cobrowse dashboard> Settings > General(Optional) If you are self-hosting your Cobrowse.io instance, update the
x_billc_cobrowse_i.base_urlsystem property and point it at your own installation.
Enabling Cobrowse for Portable Virtual Agent chat widget
The cobrowse device id needs to be passed into the chat widget. This can be done as follows:
Don't forget to include the Cobrowse SDK into the webpage where the Portable Virtual Agent chat widget is running. No further changes should be necessary on the ServiceNow side to enable cobrowsing.
Controlling user access
The Cobrowse ServiceNow application includes two roles for managing user permissions:
x_billc_cobrowse_i.AdministratorGrants access to the Cobrowse.io application via the All > Cobrowse.io > Dashboard. Users with this role can view active devices, sessions, and settings.
x_billc_cobrowse_i.AgentGrants access to the Cobrowse sidebar, allowing agents to initiate cobrowse sessions during customer interactions.
Last updated