zeph_broadcast
Send push notifications to all subscribers of a channel. Specify channel ID and title, optionally add body, URL, and priority to reach your audience instantly.
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_...") |