sys_notification - what is this table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 02:45 AM - edited 05-28-2024 11:57 PM
sys_notification - what is this table? what is the use of this?
We have this table sysevent_email_action already which is to send email notifications.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 02:48 AM
@Suggy The sys_notification table contains all the email notifications which your instance may trigger in different cases. Email notification can be triggered via a record action (inset/update/delete) or via an event.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 11:57 PM
Then what is sysevent_email_action table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 02:49 AM
In this table you can create notification which you can send when record is created/updated, by event or using flow.
You can choose whom to send notification also configure the email body as per need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 02:50 AM
Hi @Suggy,
In ServiceNow, the sys_notification table is all about notifications, specifically system emails. It serves two primary purposes:
Managing System Emails: This table acts as the central hub for managing all the email notifications sent out by the system. You can define the content, recipients, and triggers for these emails within the sys_notification table.
Creating Custom Notifications: Beyond managing pre-built system emails, you can also leverage this table to create custom notifications. These custom notifications can be triggered by specific events or actions within ServiceNow and can be delivered through various channels.
For instance, imagine a scenario where a new incident is created. A notification from the sys_notification table can be configured to automatically send an email alert to the assigned group, informing them about the new incident.
Here are some helpful resources you can explore for further understanding:
- Notifications in ServiceNow: ServiceNow documentation on Notifications
- PreferenceDestination - Understanding Notification Destinations: Another relevant page from ServiceNow documentation
If my reply helped with your issue please mark helpful 👍 and correct ✔️ if your issue is resolved.
By doing so you help other community members find resolved questions which may relate to an issue they're having
Thanks,
Astik