
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2021 09:46 AM
Hi all,
I am working in Agent Chat/AWA Agent Workspace. I am trying to find a way to set a limit on queued chats when the agents are at capacity to inform the end users that are trying to start a chat session that there are an influx of chats in the queue and if they'd like to try at a later time (or something along those lines). I haven't been able to find anything in properties, agent workspace set up or anything that would enable this to happen. Is this possible? If so, please give me some suggestions on how to go about this.
Thank you!
Yen
Solved! Go to Solution.
- Labels:
-
Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2021 09:37 AM
can you try this one
conversation.sendMessage({
body:"We are experiencing a high chat volume. If you'd like to try at a later time, please close out this chat session by clicking on the (X) at the TOP and select 'Yes' to end the conversation.",
system: true
});

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2021 10:34 AM
Hi,
I think it is more based on the timelimit than the limit on queued chats. Kindly check this link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2021 10:17 PM
You can create a scheduled job which will check the work item state and inject a some message to that interaction for delay

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2021 03:28 PM
Thank you Pranesh,
I did end up injecting a message in the chat live stream. It'll work for now, maybe servicenow will provide something like that where we can limit the end user audience who can use live chat. It would be very helpful when rolling out this product.
It looks like this:
Thank you!
Yeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2021 09:25 PM
Can you share your script maybe i can help you with message to look like system message similar expected wait message