cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
826
Views
1
Helpful
5
Replies

Business Continutity Plan WebEx Contact centre

NewWxCC
Level 1
Level 1

Hi, I am looking for a solution for a customer. in UCCX they could dial in a phone number and have "an emergency state" activated. which pushed the calls to voicemail group. How can I replicate this in WebEx Contact Centre? not in webex control hub, but in the contact centre.

thanks

1 Accepted Solution

Accepted Solutions

Arunabh Bhattacharjee
Cisco Employee
Cisco Employee

Emergency toggle can be done via Global Variables and Flow designer toggles on WebexCC. 

API: https://developer.webex-cx.com/documentation/global-variables/v1/update-global-variables

This has been covered in some use case samples - here are some screenshots of how to implement it. 

ArunabhBhattacharjee_0-1685980268111.png

The HTTP call sends a Web hook to Webex Connect that does a PUT API call to Global Variable Open/Closed state on the contact center.

ArunabhBhattacharjee_1-1685980312146.png

WebexConnect Flow to trigger the PUT API - https://developer.webex-cx.com/documentation/global-variables/v1/update-global-variables

For more information on technical implementation please reach out to your CSM/PSM/partner contact.

Steps:

- create Global var for open closed

- create flow that reads this value before proceeding with the flow

- to change the value you can do it via the admin page.

- to change the value via a phone call, use 2 flows: voice flow inbound with HTTP call to webex Connect + webex connect flow with a PUT API call to the Global variable with the new value / toggled.

 

Thanks & Regards,

Arunabh.

View solution in original post

5 Replies 5

asmvar@1234
Spotlight
Spotlight

Hello there, 

You can create dedicated Entry Point according to business hours ( Optional ) which is pointed emergency state flow. Emergency state flow could be a simple call flow where you can use blind transfer block and under blind transfer you can mention voicemail group number. 

thanks for the reply. how does the person dial into that number?

I don't think so you can activate certain flow by dialing any number.

Either you can have dedicated EP for emergency flow or You can create Business Hours and Override schedule and point to this emergency flow. It will need manual intervention. 

If you have someplace where the state of queues or groups is stored, you could have another entry point that allowed you to change the state. I have done this in CCX, but not yet in WxCC. It certainly should be possible.

Arunabh Bhattacharjee
Cisco Employee
Cisco Employee

Emergency toggle can be done via Global Variables and Flow designer toggles on WebexCC. 

API: https://developer.webex-cx.com/documentation/global-variables/v1/update-global-variables

This has been covered in some use case samples - here are some screenshots of how to implement it. 

ArunabhBhattacharjee_0-1685980268111.png

The HTTP call sends a Web hook to Webex Connect that does a PUT API call to Global Variable Open/Closed state on the contact center.

ArunabhBhattacharjee_1-1685980312146.png

WebexConnect Flow to trigger the PUT API - https://developer.webex-cx.com/documentation/global-variables/v1/update-global-variables

For more information on technical implementation please reach out to your CSM/PSM/partner contact.

Steps:

- create Global var for open closed

- create flow that reads this value before proceeding with the flow

- to change the value you can do it via the admin page.

- to change the value via a phone call, use 2 flows: voice flow inbound with HTTP call to webex Connect + webex connect flow with a PUT API call to the Global variable with the new value / toggled.

 

Thanks & Regards,

Arunabh.