Notification sent to the group email

dev_K
Tera Contributor

Hello,

 

 

I am looking for a solution to configure a notification in a way that an email is sent to the group mailbox instead of all members of approval group.

 

dev_K_0-1719818323124.png

 

dev_K_1-1719818344589.png

how this can be done?

1 ACCEPTED SOLUTION

In that case, you have to trigger the notification with the help of 'event'.

The event will be triggered by business rule on the sysapproval_approver table and GlideRecord to approval table as get the email address of group and then you will pass the group email in parm1 OR parm2 and then in the notification 'who will receive' check the checkbox for the same.

 

gs.eventQueue('<replace_event_name>', <pass_the_group_email>); 

 

Mark this as Helpful / Accept the Solution if this helps

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

14 REPLIES 14

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @dev_K 

 

Make sure group has email id, added in Group record and Include member is Untick (False)

 

AGLearnNGrow_0-1719818495184.png

 

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

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

Hi @dev_K 

 

Did you try this, as i suggested on 1st place.

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

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

SN_Learn
Kilo Patron
Kilo Patron

Hi @dev_K ,

 

You can use the below by dot walking: Group> group email :

SN_Learn_0-1719818574964.png

 

Mark this as Helpful / Accept the Solution if this helps

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

dev_K
Tera Contributor

im trying the dotwalking but I dont see the group email option:

dev_K_0-1719819623551.png