Virtual Agent: Display number of users ahead for live agent connect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 10:14 AM
I have a requirement from the end user community to display number of users ahead when user is waiting to connect with a live agent.
I understand there is an out of box "Wait Time" feature that display waiting time when the next agent will be available but I wanted to know how can I configure VA to display number of users ahead instead.
Any help / recommendation will be appreciated. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 11:24 AM
Hi @Krushp,
You can try GlideAggregate on "chat_queue_entry" table with the chat Channel as the once configured for Virtual agent and assigned to as empty. This should give you list of callers waiting for agents.
If this helps, please click thumbs up. Thanks,