notification_category_api
Provides notification categories in an API-friendly structure for external integration.
Columns
| Name | Type | References | Description |
| cat_sys_id | String | Provides the system identifier (sys_id) for the notification category record. | |
| cat_name | String | Displays the name of the notification category, used to group related notifications. | |
| cat_short_description | String | Provides a brief description of the notification category's purpose. | |
| cat_sys_class_name | String | Indicates the system class name defining the record type for the notification category. | |
| cat_sys_created_by | String | Identifies the user who created the notification category record. | |
| cat_sys_created_on | Datetime | Shows the date and time when the notification category record was created. | |
| cat_sys_mod_count | Int | Tracks how many times the notification category record has been modified. | |
| cat_sys_name | String | Specifies the system name of the notification category as stored in ServiceNow. | |
| cat_sys_package | String | Indicates the system package that contains the notification category definition. | |
| cat_sys_package_link | String | Provides a link to the related system package record. | |
| cat_sys_policy | String | Specifies the policy applied to the notification category, governing record behavior. | |
| cat_sys_scope | String | Indicates the application scope that the notification category belongs to. | |
| cat_sys_scope_link | String | Provides a link to the related application scope record. | |
| cat_sys_tags | String | Lists tags associated with the notification category for classification or reporting. | |
| cat_sys_update_name | String | Displays the update name for version tracking and package management. | |
| cat_sys_updated_by | String | Indicates the user who last updated the notification category record. | |
| cat_sys_updated_on | Datetime | Shows the date and time when the notification category record was last updated. | |
| notif_sys_id | String | Provides the sys_id for the notification record. | |
| notif_action_insert | Bool | Indicates whether the notification is triggered by a record insertion. | |
| notif_action_update | Bool | Indicates whether the notification is triggered by a record update. | |
| notif_active | Bool | Specifies whether the notification is currently active and enabled for delivery. | |
| notif_advanced_condition | String | Defines an advanced condition script that determines when the notification is sent. | |
| notif_affected_field_on_event | String | Specifies the field affected by the event that triggers the notification. | |
| notif_category | String | References the category this notification belongs to. | |
| notif_category_link | String | Provides a link to the related notification category record. | |
| notif_collection | String | Indicates the data collection or table monitored by the notification rule. | |
| notif_condition | String | Specifies the condition under which the notification is triggered. | |
| notif_content_type | String | Defines the content type of the notification, such as plain text or HTML. | |
| notif_default_interval | String | Specifies the default time interval between digest notifications. | |
| notif_default_interval_link | String | Provides a link to the record defining the default interval configuration. | |
| notif_description | String | Provides a description of the notification and its intended purpose. | |
| notif_digest_from | String | Specifies the 'From' address used for digest notification emails. | |
| notif_digest_html | String | Defines the HTML body content used in digest notifications. | |
| notif_digest_reply_to | String | Specifies the reply-to address for digest notification emails. | |
| notif_digest_separator_html | String | Defines the HTML separator used between messages in digest emails. | |
| notif_digest_separator_text | String | Defines the text separator used between messages in digest emails. | |
| notif_digest_subject | String | Specifies the subject line used in digest notification emails. | |
| notif_digest_template | String | References the template used for digest notification formatting. | |
| notif_digest_template_link | String | Provides a link to the digest notification template record. | |
| notif_digest_text | String | Defines the plain-text content used in digest notifications. | |
| notif_digestable | Bool | Indicates whether this notification supports digest delivery. | |
| notif_event_name | String | Specifies the name of the event that triggers the notification. | |
| notif_event_parm_1 | Bool | Indicates whether the first event parameter is included in the notification trigger. | |
| notif_event_parm_2 | Bool | Indicates whether the second event parameter is included in the notification trigger. | |
| notif_exclude_delegates | Bool | Specifies whether to exclude delegated users from receiving the notification. | |
| notif_force_delivery | Bool | Indicates whether to force the notification delivery even if conditions are not met. | |
| notif_from | String | Specifies the sender address used in the notification. | |
| notif_generation_type | String | Indicates how the notification content is generated, such as static or scripted. | |
| notif_importance | String | Defines the importance level of the notification, such as high or normal. | |
| notif_include_attachments | Bool | Specifies whether attachments should be included in the notification message. | |
| notif_item | String | References the item or record associated with the notification event. | |
| notif_item_table | String | Specifies the table that contains the item referenced by the notification. | |
| notif_mandatory | Bool | Indicates whether the notification is mandatory and cannot be disabled. | |
| notif_message | String | Defines the main message content of the notification. | |
| notif_message_html | String | Contains the HTML version of the notification message. | |
| notif_message_list | String | Lists messages or message templates linked to the notification. | |
| notif_message_text | String | Contains the plain-text version of the notification message. | |
| notif_name | String | Displays the name of the notification as shown in ServiceNow. | |
| notif_omit_watermark | Bool | Indicates whether to omit the watermark that identifies the notification source. | |
| notif_order | Int | Specifies the order in which the notification is processed relative to others. | |
| notif_push_message_only | Bool | Indicates whether the notification is limited to push messages only. | |
| notif_recipient_fields | String | Lists the record fields used to determine the notification recipients. | |
| notif_recipient_groups | String | Lists the user groups configured to receive the notification. | |
| notif_recipient_users | String | Lists individual users who are recipients of the notification. | |
| notif_reply_to | String | Specifies the reply-to address for the notification message. | |
| notif_send_self | Bool | Indicates whether the sender should receive their own notification. | |
| notif_sms_alternate | String | Specifies an alternate SMS message to use for mobile delivery. | |
| notif_style | String | References the message style used for the notification formatting. | |
| notif_style_link | String | Provides a link to the related notification style record. | |
| notif_subject | String | Defines the subject line of the notification email or message. | |
| notif_subscribable | Bool | Indicates whether users can subscribe to or unsubscribe from this notification. | |
| notif_sys_class_name | String | Specifies the system class name for the notification record. | |
| notif_sys_created_by | String | Identifies the user who created the notification record. | |
| notif_sys_created_on | Datetime | Shows the date and time when the notification record was created. | |
| notif_sys_domain | String | Indicates the domain to which the notification record belongs. | |
| notif_sys_domain_path | String | Displays the domain path associated with the notification record. | |
| notif_sys_mod_count | Int | Tracks how many times the notification record has been modified. | |
| notif_sys_name | String | Specifies the system name of the notification as stored internally. | |
| notif_sys_overrides | String | References any records or configurations that override this notification. | |
| notif_sys_overrides_link | String | Provides a link to the override record related to this notification. | |
| notif_sys_package | String | Specifies the system package that contains the notification record. | |
| notif_sys_package_link | String | Provides a link to the related system package record. | |
| notif_sys_policy | String | Defines the policy associated with the notification record. | |
| notif_sys_scope | String | Indicates the application scope that the notification record belongs to. | |
| notif_sys_scope_link | String | Provides a link to the application scope record. | |
| notif_sys_tags | String | Lists tags applied to the notification record for filtering or organization. | |
| notif_sys_update_name | String | Displays the update name for version control and deployment tracking. | |
| notif_sys_updated_by | String | Identifies the user who last updated the notification record. | |
| notif_sys_updated_on | Datetime | Shows the date and time when the notification record was last updated. | |
| notif_sys_version | String | Specifies the version identifier of the notification record. | |
| notif_template | String | References the message template used for the notification content. | |
| notif_template_link | String | Provides a link to the related notification template record. | |
| notif_type | String | Defines the notification type, such as email, push, or SMS. | |
| notif_weight | Int | Indicates the notification's relative weight, used for processing priority. |