Send a notification 5 days after another notification

Khalnayak
Tera Guru

Hello,

I have a scheduled script job that runs daily and any task not updated in 7 days, triggers an event which sends out a notification.

Now I have a requirements to send a follow-up email 5 days after that first notification has been sent.

How can I achieve this please?

1 ACCEPTED SOLUTION

yes nothing OOB

you can use Create Record action and set the fields correctly

Example

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

25 REPLIES 25

yes nothing OOB

you can use Create Record action and set the fields correctly

Example

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Thanks @Ankur Bawiskar 

so I have created a flow which checks for breached incident SLA today and no updated incidents for 7 days and dependent on if assigned to is empty or not, it generates the event record accordingly.

 

My dilemma now is I need to wait for 5 days after the first notification is sent and then create a second event for the second notification.

But im not sure on how to check if it has been 5 days since the first notification was sent for each record.

 

find_real_file.png

 

find_real_file.png

if I do the above and wait for 5 days on the event record processed for each record, will that work?

and what further logic can I add to check if it hasnt been updated in this waiting time?

Hi,

you can use Wait for duration logic

yes you can use Wait for 120 hours after event is processed

You can check after the wait for duration logic by using Lookup record to check if the incident was updated in last 5 days or so and based on that you can decide if the next email has to be sent or not

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Thanks Ankur,

But how do I check if them specific emails I sent an email to, have been updated in the 5 days after the first email was sent?

Use Lookup Record action

Check if update happened on that record in last 5 days such as state got changed etc

Based on that take next action using IF Action

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader