Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Refer: How to configure custom push notifications in the ServiceNow Mobile / Agent application
Servicenow Doc: Configure push notification message content
https://www.youtube.com/watch?v=x8Sbep-0cLg
- Create the Push Message Content and Notification
- Navigate to System Notification > Push > Create Push Notification.
- Switch the form view to Advanced.
- Configure the When to Send conditions:
- Priority is 1 - Critical, OR
- Priority is 2 - High
- Configure the Who Will Receive section:
- Select the appropriate recipients, such as on-call groups, assigned users, or users with specific roles.
- Configure the What It Will Contain section:
- Associate a custom Push Message record.
- Select the appropriate ServiceNow mobile application (for example, the Agent app).
- Register the Push Notification
- Navigate to System Notification > Push Application and open the parent mobile application.
- In the Push Default Registrations related list, create a new registration record.
- Map the newly created P1/P2 push notification to the registration record to ensure users receive the notification by default.
- Configure the Mobile Critical Alert Settings
To ensure notifications override device silent mode and are delivered as critical alerts:
- Configure an actionable push notification.
- Define the appropriate JSON payload, including:
- "critical": true
- Required sound parameters
- Verify that the payload is correctly associated with the push notification configuration.
- Create the Trigger Mechanism
- Create an After Insert/After Update Business Rule on the Incident [incident] table.
- Add logic to identify P1 and P2 incidents.
- When the conditions are met, trigger a custom event using:
- gs.eventQueue('incident.p1_p2_mobile', current, '', '');
- Associate the event with the push notification so that mobile users receive the alert when a P1 or P2 incident is created or updated.
Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
Keep your users in the loop with custom push notifications on ServiceNow mobile apps. Built on the QUEBEC release Docs: https://docs.servicenow.com/bundle/quebec-mobile/page/administer/tablet-mobile-ui/task/sg-mobile-notif-create-content.html