send_push_notification
Send push notifications to mobile app users with titles, body text, and deep link actions for targeted communication.
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 |