- 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 09:51 PM
Hi Asif,
Yes, correct but this recipient list is not triggering for email notification. Its sending only the creator who is created.
Thank You,
Sai.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 11:10 PM
Hello Sai,
If you are from india, call me on my number, which you can find in my profile page.

- 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 10:43 PM
Hello sai.reddy,
as per your requirement you just follow below steps.
1] register an event in event registry.('event.name')
2] Create business rule which contain eventQueue('event.name',Glide record,param1,param2) method.
3] Create Notification where you can add the recipient email id's.
if you want add the recipient list in eventQueue()method as param1 or param2.then you have to create array which contain all email id's that you want send email and pass that array to param1 or param2. and In notification under receive section the checkbox of param1 or param2 you have to check as you pass the parameter in eventQueue() method.
for more information just go through below PPT.
Hope you find some help as per your requirement, Please mark helpful and like.
Thanks and regards.
Ganesh