zeph_broadcast
Send push notifications to all channel subscribers. Specify channel ID, title, body, optional URL, and priority.
Instructions
Send a push notification to all subscribers of a channel. Use zeph://channels resource to find available channels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional URL to open on the device. | |
| body | No | Notification body text | |
| title | Yes | Notification title | |
| priority | No | Notification priority | normal |
| channelId | Yes | Channel ID to broadcast to (e.g., "ch_...") |