- 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 03:51 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 04:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 04:06 AM
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()

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 04:14 AM
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