How to trigger email exactly one hour before change request planned end date

divyal2000
Tera Contributor

I want to trigger email exactly one hour before the change request is getting end i.e exactly one hour before planned end date of change request.

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @divyal2000 

 

https://www.servicenow.com/community/service-management-forum/notification-in-change-module/m-p/3900...

LearnNGrowAtul_0-1702496402241.pngLearnNGrowAtul_1-1702496502566.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]

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

Luiz Lucena
Mega Sage

Hi @divyal2000 ,

 

Maybe you will need to create one notification specific for that and in the tab "When to Send", you will need to script something that check current date/time, compare that with planned end date/time and if is one hour away evaluate to true.

OR

You can add an event trigger in the Change workflow, one timer that will wait for one hour before the planned end date/time and when it reaches that, trigger the event that will call the notification.

I'll see if I can elaborate better when I'm home.