- Newest
- Most votes
- Most comments
Hello,
Contacts in queues are automatically forwarded to the next available agent. When a contact is in a queue, it will be forwarded to the next available agent irrespective of their hours of operation. The idea is that agents will only become available during their working hours [https://docs.aws.amazon.com/connect/latest/adminguide/about-routing.html].
You can validate whether there was an agent available that was presented with that contact using Agent activity audit report [https://docs.aws.amazon.com/connect/latest/adminguide/agent-activity-audit-report.html].
Hours of Operation is not used implicitly. The only time HoO is used is in the Contact Flow using the "Check Hours of Operation". Any place else is not being considered.
To avoid callback being called out of operation hours, normally you will need to monitor and clear the queue before you leave. And in your flow logic, if it is an hour before closing time, you can use a different transfer to queue block (transfer to callback queue) with an "Initial Delay" of 8 hours later (28800 seconds) so it will be in a state of SCHEDULE, 8 hours later will be pushed the queue. When it is in SCHEDULED state, even if agent comes on, callback will not be executed.
Relevant content
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago