send_push
Send push notifications to an app's devices with a preview first, then confirm to dispatch.
Instructions
Sends a push to the app's devices. Destructive — call with confirm:true to send; without it returns a preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Notification body | |
| title | Yes | Notification title | |
| app_id | Yes | The app ID | |
| confirm | No | Set true to send. Without it the tool returns a preview and performs no write. | |
| image_path | No | Optional image path | |
| target_url | No | Optional URL opened when tapped | |
| scheduled_at | No | Optional ISO-8601 schedule time |