Configure a push notification message
Configure the message displayed to users when they receive their push notification.
Before you begin
To create a push notification message, you must first configure the push notification message content. For more information, see Configure push notification message content.
Role required: admin
Procedure
Navigate to All > System Notification > Push > Push Messages.
Click New.
In the Push Message form, fill in the following fields:
| Field | Description |
|---|---|
| Name | The string value for this record. Note: This name is not visible in the notification, it is only a reference for use during configuration. |
| Push app | References the mobile app you want to send a notification to.- Use ServiceNow mobile Application for Mobile Agent. - Use ServiceNow Request Application for Now Mobile app. |
| Push message | References the push message content record. |
| Table | Table selector to choose the table the message originates from. For example, if you want to send notifications when new incidents are created, select the Incident \[incident\] table. |
| Message | The string value used as the message. This field can contain a simple string, but also supports displaying field values from the source table.Note: To use a field value, wrap the desired column name with |
- Click Submit to create the record.
Result
You configured a push notification message and paired it with a push notification message content record.
What to do next
To complete the notification, an event is required to determine when the push notification is sent and who receives it. For more information, see Configure a push notification event.
Parent Topic:Mobile push notification components