when Incident is resolved, I want to send email notification to the caller to close the incident. I have to send this notification on the 1st day , 2nd day and 3rd day after the incident in resolved. kindly help me.

servicenow begi
Tera Contributor

when Incident is resolved, I want to send email notification to the caller to close the incident. I have to send this notification on the 1st day , 2nd   day and 3rd day after the incident in resolved. kindly help me.

7 REPLIES 7

vinitha3
Tera Guru

you can use workflow editor and the timer activity in that.



Please visit this link. It will help you.



Workflow editor



Thanks,


Vinitha.K


thanks Vijay,



can we do it using schedule job?


You CAN do it with a scheduled job. It would require you to add a couple fields to the incident table to determine how many times you sent the reminder and when was the last reminder sent. I've done something similar with my loaner request system to send overdue reminders using a scheduled job.


Rajesh T
Giga Expert

you can achieve this by creating new 'Email notification' when state made to Resolved.In the Advanced condition , you can write logic by adding the days for when to send.



For more details about Days methods :   GlideDateTime - ServiceNow Wiki  



Thanks,


Rajesh T