Auto-tagging a case based on quick message
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 06:47 AM
Hello community!
I'm trying to tag cases based on the quick messages selected by agents, the challenge for me is to do it automatically
Is there a way to identify the quick massage sent and then tag the case automatically?
Thanks in advance for your support?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 11:36 AM
Hi,
Assuming that the quick messages might be having specific Templates in the Subject, we can write an asynch BR in sys_email table where we can put conditions like -
if subject contains = xyz, target table = case, type changes to send-ready then add tag to case.