- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2023 11:16 PM - edited 06-23-2023 10:23 AM
For me I created a script variable called agent_online:
(function execute() { if (vaSystem.isLiveAgentAvailable()) { return true; } else { return false; } })()
(function execute() { return vaVars.agent_online == true; })()
(function execute() { return vaVars.agent_online == false; })()
(function execute() { if(vaSystem.isLiveAgentAvailable()) { vaSystem.connectToAgent(); } })()
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2023 11:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2023 11:58 PM
No solution needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2023 01:13 PM
Is this a custom flow or a modified out of the box flow, i am looking for a similar solution?
We arelooking into an after hours response, a no agents available and an assign to an agent.
Not sure if it is possible, if no agents are available but in business hours, have the chat wait and a few seconds and try again to assign to an agent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 12:33 PM
Hello Curtis,
This is a custom flow based on the OOB version of the Live Support topic.
As to the other part, if live agent is available but all busy, they will wait in queue automatically based on your AWA configurations concerning capacity.
Hope that helps,
John