Table of Contents | ||
---|---|---|
|
This procedure requires administrative access to OpenMethods Experience Cloud and InContact.
Obtain the OpenMethods Experience Cloud API Key by following the steps laid out in Obtaining OpenMethods Token
Chat Accept Screenpop
Add on answer event and actions
Screenpops in InContact are performed by actions in scripts managed by the Desktop Studio application. We will be adding the actions necessary to invoke an OpenMethods screenpop into an existing script.
Once the script is open, inspect the script to see if the On Answer event block is already present. It will look like:
If it is already part of the script, you can skip to step 7
On End Screenpop
Add PopURL Action
Screenpops in InContact are performed by actions in scripts managed by the Desktop Studio application. We will be adding the actions necessary to invoke an OpenMethods screenpop into an existing script.
Once the script is open, inspect the script to see if the Onrelease event block is already present. It will look like:
If it is already part of the script, you can skip to step 7