12

Wanting to implement a contact center with one phone number but different queues (for different services), the queues having different working hours. The IVR transferring to the agents is handled by a Power Virtual Agent bot.


We wanted to broadcast a customized closing message for each queue through the customer service admin center configurations.


For the example, imagine having the queue 1 open from 7 :00 to 14 :00 and the queue 2 open from 14 :00 to 21 :00.

In this case we want to broadcast two different messages for the two queues if a customer is calling out of the working hours.

When a customer is calling the queue 1 at 15 :00 we want to broadcast something like « This service is closed at the moment, please call back between 7 :00 and 14 :00. » and if a customer is calling the queue 2 at 13 :00 we want to broadcast a different message « This service is closed now, please call back between 14 :00 and 21 :00. »

But, we can't configure different behavior for different queues within the same voice chanel :

The queues are configured in the workflow as the voice chanel do. All the customizations about the waiting behaviors, closing messages (holiday and working hours) are configured in the voice channel but not in the queues.

To make it clear : all the queues within the same voice chanel have the same waiting behavior and closing messages (holiday and working hours). It would need different phone numbers to configure different voice chanels to have different behaviors on the different queues, but this is not what we want.


Note : We are handling a part of the desired behaviors through the PVA bot but it's not an easy solution to maintain.

STATUS DETAILS
New