How can I send email notif to group members when their group manager becomes inactive (Active=False)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 03:02 AM
How can I send email notif to group members when their group manager becomes inactive (Active=False)
Requirement: In each group, when a group manager user account becomes inactive (Active=False), we need to send out email notification to their group email (if available) / if no group email, it should be sent to each of the group members email address.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 03:08 AM
Hi @ss123
You can do via Flow designer
Trigger
Schedule - every 10 mins
Actions
Looks up each records
Group Table
group.manager.active = False
Sent notification
to group.email
Please check on group table include members flag is true.
OR
via Notifications as well
Like this
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 06:19 AM
Hi,
you can check below link:
https://www.servicenow.com/community/developer-forum/send-email-to-group-members-when-group-manager-....
It will help to resolve your query.