How to trigger email exactly one hour before change request planned end date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2023 04:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2023 11:41 AM
Hi @divyal2000
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
‎12-13-2023 11:42 AM
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.