Update hr case through inbound email using flow designer

Apaul
Tera Contributor

When an agent adds a comment to a case, an email is triggered to the user. If the user replies to that email, the reply should update the existing case with the email content, comments, and any attachments.

I’ve implemented this using Flow Designer, and it works. However, I want to identify the case using the email’s reference ID (watermark) when the user replies.

How can I add a watermark or case ID to the outgoing email so that the reply can be mapped back to the correct case? Are there any other recommended ways to identify the case from the reply?

Does the watermark checking do by the system itself?

 

 

1 ACCEPTED SOLUTION

Hi @Apaul 

https://developer.servicenow.com/dev.do#!/learn/courses/xanadu/app_store_learnv2_automatingapps_xana...

 

read this mate.

*************************************************************************************************************
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]

****************************************************************************************************************

View solution in original post

8 REPLIES 8

 

its working but my question is usually ik i need to use a logic to identify case like need reference id or something. But here i didn't use it cz I haven't find any point to identify reference id. But its working perfectly. How is it working although I didn't use reference id or watermark to map the email to the case? Is it working in the background when I select inbound email is reply and then update the case?

Hi @Apaul 

https://developer.servicenow.com/dev.do#!/learn/courses/xanadu/app_store_learnv2_automatingapps_xana...

 

read this mate.

*************************************************************************************************************
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]

****************************************************************************************************************

Thanks @Apaul.

 

Could you please accept the answer and close the thread if there are no open issues? Otherwise, feel free to raise a new question if you have any doubts in a different area.

*************************************************************************************************************
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]

****************************************************************************************************************

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Apaul 

 

Watermark/Record Number

If an inbound message is recognized as a reply or forward ServiceNow attempts to match the incoming email with an existing record by looking for a unique watermark in the subject line or message body. By default, watermarks are inserted as the last line of outbound messages.

*************************************************************************************************************
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]

****************************************************************************************************************