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

Harsh Vardhan
Giga Patron

where did you call the event? assuming  in server side script? so you can pass the users in parm1 or parm2 parameter on gs.eventQueue() method. 

Hi Harsha,

Below is the event registry.

Could you please help me where we need to write this gs.eventQueue() method.

find_real_file.png

where did you use this event to execute ? i mean you have written some script ? if yes then please include that field in parm1 parameter in gs.eventQueue() 

you can use below link for further details about eventQueue() method. 

 

https://developer.servicenow.com/app.do#!/api_doc?v=kingston&id=r_GS-eventQueue_S_O_S_S_S