How to send 2 sys_notification through a single event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 08:23 PM
Hi,
I'm trying to send 2 different sys_notitification by triggering a same event but i am unable to. Just like how we can send 2 different email notifications through the same event when the weight is same for both email notifications. In my case, only 1 sys_notification can be sent by one triggering one event.
so is there any way we can trigger both the sys_notificaiton via one single event?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 08:33 PM
Hi @siddhi_parsekar since both notification is using same weight, both notification should have been triggered, if not can you check conditions, what it will contain html part, and send to event creator checked?
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 08:58 PM
instead of having the same weight on both notifications remove the weight value completely.
And make sure that really both notifications have ate least one recipient, for example by enabling the checkbox "Send to event creator"
Maik