I want to create a email notification where it will notify the groups user selected in a list field

shaa066
Tera Contributor

I want to create a email notification where it will notify the groups the user has selected while raising a request for an catalog item.
so there is one field in which user will select groups, so if users selects 2 or 3 groups then an email notification should be sent to the group emails to notify them that a the request is created

1 REPLY 1

AJ M
Mega Sage

You could use an email script directly from that Notification that uses email.addAddress('CC', 'additionalEmail@test.com');

Or you could trigger the email from an event that contains all the email addresses you want to send to so you can check "Event parm 1 contains recipient".