zeph_notify
Send push notifications to devices for task completions, errors, or status updates. Long bodies automatically upload 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 (>1KB) 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. |