I need to send an email reminder 30 minutes before.

nikhilgadodiya
Kilo Contributor

I need to send an email reminder 30 minutes before the selected date and time in a field called "Next action date and time" so that user can be reminded to work on a ticket.

find_real_file.png

I had created a notification with when to send being as shown below but it is not working please provide me a way to achieve this.

find_real_file.png

1 ACCEPTED SOLUTION

Tim Deniston
Mega Sage
Mega Sage

I prefer using gs.eventQueueScheduled to make this happen. Really simple to implement!



Creating a Simple Reminder Email - ServiceNow Wiki


View solution in original post

5 REPLIES 5

This field contains a subtracted time..I did it separately and after adding 5th parameter it is working fine..


Thanks for help..