How can I send email notif to group members when their group manager becomes inactive (Active=False)

ss123
Tera Contributor

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.

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

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

https://www.servicenow.com/community/itsm-forum/notify-assignment-group-manager-when-assigned-to-is-...

 

 

*************************************************************************************************************
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]

****************************************************************************************************************

Damini Sheth
Tera Contributor

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.

Please mark this response as correct or helpful if it assisted you with your question.