Send email for Overdue communication in Major Incident

siva44
Tera Contributor

Hi Team,

I have requirement whenever communication email overdue then need to auto  trigger one email in major incident work bench how to achieve this requirement

if anyone known please provide solution

 

siva44_0-1756448816914.png

 

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @siva44 

 

To whom do you want to send this email? To the user? If yes, then it’s not a valid use case. The reason is that this is a Major Incident (MI), and in an MI every update is significant and impacts the user. So, don’t rely on the system to send the email—it’s the MI representative’s responsibility to track and send updates.

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

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

Hi @Dr Atul G- LNG 

Actually i need to send overdue email to MIM  group is there any way identifying that communication is overdue 

Hi @siva44 

 

Here are my thoughts: Whenever any Major Incident (MI) is created, the communication task gets created here: comm_task_definition

 

like this

DrAtulGLNG_0-1756464010647.png

Then you can create a flow to check if any Major Incident (MI) is active and updated beyond its duration, or check if the due date field is in place, and build the logic to send the email. You can start with these details

DrAtulGLNG_1-1756464493241.png

 

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

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