Hello,
I’m creating an custom mail notification that is send on specific step to group of users.
Let’s say there are 3 users in this group. How to customize the notification that every recepient of the mail could see the other recepients?
Hello,
I’m creating an custom mail notification that is send on specific step to group of users.
Let’s say there are 3 users in this group. How to customize the notification that every recepient of the mail could see the other recepients?
Hi @hazey,
You can create a data in the process that contains the specific recipient names or emails. Let’s call the data DATANAME. In the email template, you can just reference it as
<WF_PROCESS_INST_RELDATA_VALUE.DATANAME>
and the value of that data will be displayed in the email notification.
Regards,
Eddy.