I have a customer that has different overflow/call back scenarios.
We started to make a in-queue call flow with call back.
But not sure how to do it.
We have this scenarios:
Logged-in Agents < 1 OR Wait Time > X seconds
Logged-in Agents < 1 OR Queue Length > X seconds
Logged-in Agents < 1 OR Expected Wait time > X seconds
How can I pull that data (logged-in agents) from the queue?
I have seen the example call flow with call back, but that just offer call back it does not check anything in the queue.