cmn_notif_service_provider
Stores details about external providers used for sending notifications, such as SMS or email gateways.
Columns
| Name | Type | ReadOnly | References | Description |
| type | String | False |
Specifies the type of service provider used for delivering notifications, such as email, SMS, or instant messaging. | |
| im_provider | String | False |
Identifies the instant messaging (IM) provider integrated with the ServiceNow notification system. | |
| use_custom_script | String | False |
Indicates whether a custom script is used to handle message delivery for this notification provider. | |
| construction_script | String | False |
Contains the script used to construct or format messages before they are sent through the provider. | |
| email_prefix | String | False |
Specifies the prefix added to email addresses generated by the notification service provider. | |
| name | String | False |
Specifies the name of the notification service provider, used to identify it within the Common Notification Service Provider (cmn_notif_service_provider) table. | |
| script | String | False |
Contains the main script used to process or send notifications through this service provider. | |
| active | String | False |
Indicates whether the service provider is active and available for sending notifications. | |
| use_construction_script | String | False |
Specifies whether the system should use a predefined construction script when building messages for this provider. | |
| email_suffix | String | False |
Specifies the suffix appended to email addresses generated by the notification service provider. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the notification service provider record in ServiceNow. | |
| sys_policy | String | False |
Lists any system policy associated with this provider, such as security or access restrictions. | |
| sys_replace_on_upgrade | String | False |
Indicates whether this provider configuration should be replaced automatically during system upgrades. | |
| sys_customer_update | String | False |
Shows whether the record has been modified by a customer, which helps track configuration changes. | |
| sys_scope | String | False |
Specifies the application scope that defines where this provider record is available. | |
| sys_package | String | False |
Identifies the package or module that contains the provider configuration. | |
| sys_updated_on | Datetime | False |
Displays the date and time when the notification service provider record was last updated. | |
| sys_created_on | Datetime | False |
Displays the date and time when the notification service provider record was first created. | |
| sys_name | String | False |
Lists the system name assigned to the notification service provider record. | |
| sys_updated_by | String | False |
Lists the user or process that last updated the service provider record. | |
| sys_created_by | String | False |
Lists the user or process that originally created the service provider record. | |
| sys_class_name | String | False |
Specifies the system class name that defines the record type in the Common Notification Service Provider (cmn_notif_service_provider) table. | |
| sys_mod_count | String | False |
Tracks the total number of times the notification service provider record has been modified. | |
| sys_update_name | String | False |
Provides the name of the update set entry that includes this notification service provider record. |