The CreatorCon Call for Content is officially open! Get started here.

notifications

Deepanshi1
Mega Guru

hi, i created notifications and it is being sent to assign to that is agent, but i want to notify that assignment group team lead too. how can i do it. 

2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Deepanshi1 

 

Dot walk to manager.

 

LearnNGrowAtul_0-1706622966187.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]

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

View solution in original post

Ayushi12
Mega Sage

Hi @Deepanshi1 ,

In case of SLA notification please select the table Task SLA[task_sla] and for the recipient in Users/Groups in fields by dot walking select task.assignment_group.manager

Ayushi12_0-1706626133234.png

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

 

View solution in original post

11 REPLIES 11

yes it worked but now notification is sent twice.

one to agent and to manager and another one only to manager.

ASA5
Kilo Sage

You can add the fields from the notification config, or by using an email script to add the group TL in cc : 

 

email.addAddress("cc", "TL email");
 
For testing, you should check that the assigned to belongs to a group with a manager who has valid email.