How to send email notification to recipients lists when publication is published.

Sai25
Giga Guru

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.

find_real_file.png

find_real_file.png

find_real_file.png

find_real_file.png

Thank You,

Sai.

1 ACCEPTED SOLUTION

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.

View solution in original post

13 REPLIES 13

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.

Hello Sai,

If you are from india, call me on my number, which you can find in my profile page.

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.

Ganesh Pardhe
Kilo Guru

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