- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi,
I have a requirement where the user wants that when the live agent chat option is selected on the pat topic and if it doesn't get picked up by any live agent within 5 minutes then it should give the case creation option to user.
How is this possible to do?
Thanks in advance!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Got the solution....it could be done by adding queue trigger to the live chat queue, where we can link in the case creation topic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
Hi @Vaishali 11,
create a topic, add there option to connect to live agent, also set there timer and if it is more than 5 minutes add there option to create record in sn_customerservice_case table
Where did you get stuck?
EDIT: very simplified version:
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I noticed that it's HRSD forum, so it would be HR Case, not CSM Case. but it's just the table, the rest would be same
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
could you please specify the backend logic behind the timer activity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
@Vaishali 11 there's an utility called Pause
But you are right it will require to mark for the decision whether the agent was called or not
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */