Hi,
its very important for one of our customer to ensure that if an agent schedules a callback for himself sometime in the near future, that callback is delivered to him, even if that means delaying the call. Standard behaviour is:
- Agent schedules manually callback and checks the checkbox for that callback to be routed to him and not to the queue.
- When the time of the callback comes, if the agent is not on queue, the callback automatically goes to some other agent in the queue.
We want second step to be removed, and callback must wait to be executed for the original agent to be on queue again.
Is there any way to do it? Maybe through API?
Thanks