send_push_notification
Send push notifications to mobile app users with customizable title, body, and deep link URL. Target specific users or groups for timely alerts.
Instructions
Send a push notification to mobile app users. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Target user sys_id | |
| group | No | Target group sys_id (alternative to user) | |
| title | Yes | Notification title | |
| body | Yes | Notification body text | |
| action_url | No | Deep link URL on tap |