The Zurich release has arrived! Interested in new features and functionalities? Click here for more

When recipient is inactive, the email should sent to another group.

Mishu
Tera Expert

When the recipient of the mail is inactive, Another group 'XYZ' should receive the email or it should be in the 'To' list.

How to achieve this?

1 REPLY 1

Daniel Borkowi1
Mega Sage

Hi @Mishu,

I recommend to use event driven Notifications there you can build you recipient list in a Business rules and put this in the gs.eventQueue(eventname, current, <list of users or emails>) function as 3rd parameter.

How you can do this here is a good explanation: https://www.servicenow.com/community/now-platform-blog/trigger-notification-by-throwing-an-event/ba-... .

 

Greets
Daniel

Please mark reply as Helpful/Correct, if applicable. Thanks!