Configure a customized notification for critical alert
- UpdatedJul 31, 2025
- 1 minute read
- Zurich
- IT Service Management
Set your custom notifications as critical for ITSM Mobile Agent
Before you begin
Ensure that the custom notification is listed in the notification table.
Role required: admin
Procedure
- Navigate to and open the notification that you want to set as critical.
- In the selected notification record, select the What to send tab.
-
Select the info icon (
) next to the Push message field and select Open record from the Push Notification Message pop-up message.
- Open the Push Notification Message Content table and paste the return new sn_itsm_mobile_agt.CriticalPushPayloadBuilder(current, json, attributes).buildJSON(); attribute in the Push Message Generation field.
- Create a new isCritical attribute with the attribute type as string.
- Set the default value for the property as False.
- In the Push Notification Message table, add the isCritical attribute, and set the value as true.