What does "Event is fired" & "Triggered" option mean in when to send tab in servicenow notifications?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2018 10:10 AM
Hi,
Can anyone please help to understand the meanings of below options in 'When to send' in servicenow notifications:
1. Event is fired.
2. Triggered.
Please explain what does these mean.
- Labels:
-
Personal Developer Instance
- 24,816 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2018 10:22 AM
Events are fired via business rules and workflows. From there script actions or notifications can "listen" for these events and perform an action:
So what you found is a way to send a notification based on an event firing. Out of the box Approval notifications are sent via events as approval records are created since the content of the message depends on what table the approval is associated to. Event notifications was the only way to send notifications in early releases of ServiceNow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2018 10:23 AM
Event is fired means when you generate event via server side objects ( e.g business rule, script includes).
Triggered means when it's triggered by action in flow designer.
Please check below for more details
https://docs.servicenow.com/bundle/kingston-servicenow-platform/page/administer/notification/task/t_CreateANotification.html
Regards,
Sachin