- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 05:39 AM
Hello, I've set a notification which is sent to Users/Groups in fields Assignment group for an incident.
Some of my groups have Group email set. So that means a notification is sent not only to members of group, but to the group email itself.
Can I forbid this behavior for certain notifications? As I said, I would like to disable notification to group email, just for the members.
Solved! Go to Solution.
- Labels:
-
Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 06:35 AM
Hi,
If you only want this to happen for specific notifications, then you'll have to fire an event and pass the members as a parm, such as parm1, and then within that notification, remove the group from users/fields and instead use the "parm1 contains recipients" checkbox.
Otherwise, since the group email is supplied and include members field is not checked (you may need to add it to your group form), it'll default to the group email.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 06:35 AM
Hi,
If you only want this to happen for specific notifications, then you'll have to fire an event and pass the members as a parm, such as parm1, and then within that notification, remove the group from users/fields and instead use the "parm1 contains recipients" checkbox.
Otherwise, since the group email is supplied and include members field is not checked (you may need to add it to your group form), it'll default to the group email.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 07:25 AM
Hi
Please refer the below links that maybe useful for you.
How can I disable email notifications for a whole group?
How to send notification through events to group members only
Please mark correct/helpful based on the impact 🙂