11/23/2022 02:59 AM
Hi Team,
What is the best way to trigger the notification whenever there any approval assigned to "admin"(in case orignal approver in inactive or because of any other case)
11/23/2022 04:47 AM
Hello @vermark
From analytics create a report and inform to operation team.
you can consolidate all in single report & send to operation team by End of day or based on your business needs you can change the frequency.
Thanks & Regards
Srinivas
11/23/2022 04:58 AM
You need every request email that will be assigned to admin then you can use if condition on email template
<% if (assignee.username.equalsIgnoreCase (‘admin’)) print “team@gmail.com” else print “${assignee.email}” %>