Push notifications
-
- UpdatedAug 1, 2024
- 3 minutes to read
- Xanadu
- Notifications
In addition to sending email and SMS notifications, an instance can send push notifications to mobile devices.
A push notification is a text message that appears on a user's mobile device to alert them about something important or to ask them to perform an action. Your instance supports push notifications.

Use push notifications to send messages to users when certain conditions are triggered on your instance, such as the assignment of an incident to the user. A push notification can even ask for a reply, and the instance can process the reply by acting on the related records. For example, you can have the instance send an approval request for a Change to a user. You can let the user approve or deny the Change by clicking a response button on the push notification. The user's response can then update the status of the Change record.
- who to send the notification to
- when it should be sent
- what it should contain
Push notification setup
Push notification setup differs depending on the mobile or push application that you want your users to use. For an overview, see: Push notification setup with a custom push application for ServiceNow mobile apps. If you create your own application, you must understand how push notifications and the Apple Push Notification Service system work. For more information, see the APNs Overview in theLocal and Remote Notification Programming Guide for Apple developers.