How to notify a user when they have been added to the watch list

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2016 12:21 PM
OOB, when a user is added to the watch list, they do not receive a notification. So, they are not aware of anything until someone updates the incident.
How would I immediately notify a user when they are added to the watch list?
I do not want to do a notification where the condition is "Watch list changes" because that would send out the message 12 times if 12 different people are added at 12 different times.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2016 07:13 PM
I would recommend using ArrayUtil, an out of the box script include that will easily help you compare the arrays:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2016 09:09 AM
Hi Brian,
any quick idea how to display the name instrad of the sys_id within the email notification triggered by the event created?
The eventparm1 just provides the sys_id right?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2016 09:11 AM
You can pass in anything the event parameters. What is your use case?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2016 03:12 AM
Hi again,
I would like to use the Name (of sys_id) in a mail notification, as each sys_id will get a separate mail ... .
thnx