Glance Installation

Step-by-step administrative guide for installing, configuring, and activating the Glance application as an Interaction Widget within Genesys Cloud CX.

If you are an existing customer or starting a trial of Glance for Genesys Cloud, complete the following steps:

  1. Log in to your Genesys environment as an administrator and go to IT & Integrations > Integrations, and choose Add integration.
    Add integration in Genesys Cloud CX IT and Integrations menu
  2. From the list of available apps, choose Interaction Widget > Install.
    Install Interaction Widget from available apps
  3. For Integration Name, enter Glance, then click Save.
  4. On the Configuration tab, enter the following: a. Application URL: Provided by Glance b. Iframe sandbox options: allow-forms,allow-modals,allow-popups,allow-presentation,allow-same-origin,allow-scripts,allow-downloads c. Iframe Feature/Permissions Policy: camera,clipboard-write,display-capture,fullscreen,geolocation,microphone d. Group Filtering: choose which groups have access to the application. e. Queue Filtering: choose which queues have access to the application. f. Communication: chat,call,callback,email,sms,line,facebook,instagram,twitter,open,webmessaging,whatsapp
  5. Click Save & Activate. Now you can verify the app displays during interactions.
  6. Optional advanced configuration to add a Glance logo:
JSON
{
 "lifecycle": {
   "ephemeral": true,
   "hooks": {
     "focus": true,
     "blur": true,
     "bootstrap": true,
     "stop": true
   }
 },
 "icon": {
   "vector": "[https://logo.glance-integrations.net/](https://logo.glance-integrations.net/)"
 },
 "i10n": {
   "en": {
     "name": "Glance Integration for Genesys Cloud"
   },
   "en-us": {
     "name": "Glance Integration for Genesys Cloud"
   }
 }
}