When recipient is inactive, the email should sent to another group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2023 08:53 PM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2023 10:54 PM
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!