I want to create a email notification where it will notify the groups user selected in a list field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 06:22 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 06:41 AM
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".