zeph_notify
Send one-way push notifications to devices for task updates, errors, or status. Long content is automatically uploaded as a file for full viewing.
Instructions
Send a one-way push notification to the user's devices. Use this to inform the user about task completion, errors, or status updates. Long bodies are automatically uploaded as a file for full viewing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Notification title | |
| body | No | Notification body text | |
| url | No | Optional URL to open on the device. | |
| priority | No | Notification priority. Use "urgent" for critical alerts, "low" for background info. | normal |
| targetDeviceId | No | Target device ID. Omit to use configured default or send to all devices. |