- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 03:48 AM
Hi All,
How to send email notification to recipient lists when publication is published.
Only this notification is triggering, who all under recipients lists its trigger to them.
Could You please help me.
Thank You,
Sai.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2019 01:12 AM
Hello Sai,
I have update the BR and the event parm1 now contains the list of recipients. Check now.
Mark the comment as a correct answer and also helpful once worked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 04:12 AM
Write a BR and in that after update, add the code to trigger the event.
Refer to this link on how to trigger notification with Event and BR.
Mark the comment as a correct answer and helpful if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 05:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 05:43 AM
Hello Sai,
Can you go to system logs and check if the logs are triggered?
Secondly go to event logs (in your left navigation) and check if that event is triggered or not.
Also, check the event and notification are created on the same table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 05:50 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 06:31 AM
Hello Sai,
You need to fetch the recipients and add them to the event queue or select the recipients under Who to recieve section in user/fields.
There is already an inbuilt API Recipient List api which is doing this job and triggering the event. Any reason why you are creating separate event and code?