Inbound Email logic for CSM workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 07:04 PM
Hi,
I am building an inbound email logic for CSM workspace. This is the workflow:
1. When a customer email to common mailbox, it will be directed as a new case in ServiceNow for agents to handle.
2. When agents resolves and closes the case, it cannot be opened again.
3. If the same customer emails in after the case has been closed, a new case will be created.
The issue that I am currently facing now is at Step 3 where the new email sent by the customer was added to the closed case instead of creating a new case.
Can I seek some advice on the gap that I am facing right now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 05:31 AM
Hi @RayW
3. If the same customer emails in after the case has been closed, a new case will be created.
If a user using same email for reply,. then it will not create new case.
If user send a new email , with details, it will create the new case. Please check do you have 2 inbound one for create and one for update.
See OOTB
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 06:51 PM
Hi @Dr Atul G- LNG ,
Thanks for your response, I am able to understand the OOTB process flow.
In this case, if we are looking at 'If a user using same email for reply, system will create a new case', can I check what will be workaround for this logic?
Kind Regards,
Ray