- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 06:48 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 06:53 AM
When you get down to the technical end of things, there are only two ways to trigger a notification. By record update/insert, or by an event.
WHERE you trigger the event is up to you, but it's going be somewhere in a server side script... UI Action, business rule, workflow script, script include, etc.
Docs: Notifications
Docs: Links to records in email notifications
Docs: Create an event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 06:52 AM
These threads would help you
http://wiki.servicenow.com/index.php?title=Email_Notifications#gsc.tab=0
https://community.servicenow.com/thread/214379
Please mark my response as correct and helpful if it helped solved your question.
-Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 06:53 AM
When you get down to the technical end of things, there are only two ways to trigger a notification. By record update/insert, or by an event.
WHERE you trigger the event is up to you, but it's going be somewhere in a server side script... UI Action, business rule, workflow script, script include, etc.
Docs: Notifications
Docs: Links to records in email notifications
Docs: Create an event

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2017 07:25 AM
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2020 09:11 AM
Hey Chuck,
I am familiar with the two ways you mentioned, but I'm still struggling to understand what happens when "Triggered" is selected. Is this the same as selecting one of the two choices mentioned, or is there something different about this selection?
In the OOB example below, how would you determine what event or insert/update actually triggers the notification?