This procedure requires administrative access to OpenMethods Experience Cloud and Cisco Webex Call Center.
Obtain the OpenMethods Experience Cloud API Key by following the steps laid out in ​https://openmethodsdev.atlassian.net/wiki/spaces/HAR/pages/2491416633
Add activities to Webex Flow(s)
Webex Flow
Screen pops in Cisco Webex CC are performed by adding activities to the Flow related to the appropriate event.
Step-by-Step
Log in to Webex Control Hub
Navigate to the Contact Center admin using the left-hand panel
Navigate to the Flows admin using the left-hand panel
For the desired Flow, click the Go to Flow Designer icon to open the flow in the editor
Change editor view from Main Flow to Event Flows
Enter Edit mode to make changes to the flow
Drag and drop a new HTTP Request activity onto the flow editor canvas
Connect the AgentAnswered event block to the new HTTP Request activity. Click the small circle on the AgentAnswered activity over to the similar circle on the HTTP Request activity
Select the Http Request activity to bring up its properties panel on the right side
Turn off Use Authenticated Endpoint
Add the OpenConnect API url into the URL text area
North America: https://connect.openmethodscloud.com/api/sendmessage/bc/CTI
Europe/GDPR: https://connect.gdpr.openmethodscloud.com/api/sendmessage/bc/CTI
Change the Method to POST
Change the Content Type to Application/JSON
Add the following to the Request Body field:
{
"agentId": "{{AgentAnswered.EmailID}}",
"event": "On Answer",
"ANI": "{{NewPhoneContact.ANI}}",
"jwt": "<your_jwt>"
}Replace the <your_jwt> value with the token obtained at the start of this process above. Be sure to leave the double quotes on each side of the token
Drag and drop an End Flow activity onto the editor canvas
Connect the HTTP Request activity block to the new End Flow activity. Click the small circle on the HTTP Request activity over to the similar circle on the End Flow activity
Turn flow validation on to prepare for publishing
Publish the edited Flow