3 reminder notification for incident when the incident goes OnHold and OnHold Reason Awaiting Caller

Pramod Pandey2
Tera Contributor

Hi Community,

 

I want to implement 3 reminder notification for incident when the incident goes OnHold and OnHold Reason Awaiting Caller using flow designer and time duration is 24, 48 and 72 hours from on hold time.

 

I have gone through multiple articles but non of them explained properly.

 

Thanks

2 REPLIES 2

Prana Krushna
Giga Guru

@Pramod Pandey2 You can create this in flow designer by using only two things.
1. Send notification Action

2. Wait for duration flow logic

Please check the images i have created a sample

Trigger condition in flow designer

PranaKrushna_0-1719050746033.png

using action you can choose to send the first notification

PranaKrushna_1-1719050821742.png

similarly after that you can add the wait for duration condition from flow logic

PranaKrushna_2-1719050890666.png

Sample send notification. before adding send notification, you should have created a notification for incident table by going to "sysevent_email_action" table.

PranaKrushna_3-1719050964449.png

sample wait condition

PranaKrushna_4-1719050989465.png

Your flow look something similar to 

PranaKrushna_5-1719051038582.png

 

Please Mark Helpful if it works for you.

Thanks Prana Will implement as suggested by you.