create_push_notification
Creates a push notification for ServiceNow Now Mobile. Generates a deploy-ready payload for the sys_push_message table with token support in title and body.
Instructions
Create a ServiceNow push notification for the Now Mobile app.
Returns deploy-ready payload for sys_push_message table. Supports ${field} tokens in title and body — same as email notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| table | Yes | Table that triggers this push notification | |
| condition | No | Encoded query condition for when to send | |
| title | Yes | Push notification title (keep under 50 chars) | |
| body | Yes | Push notification body (keep under 100 chars, use ${table.field} tokens) | |
| route_to | No | Deep-link route for Now Mobile (e.g. "record/incident/{sys_id}") |