send_push_notification
Send push notifications to mobile app users with a title, body, and target audience. Include an action URL to deep-link users to specific content on tap.
Instructions
Send a push notification to mobile app users. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Notification body text | |
| user | No | Target user sys_id | |
| group | No | Target group sys_id (alternative to user) | |
| title | Yes | Notification title | |
| action_url | No | Deep link URL on tap |