zeph_broadcast
Broadcast push notifications to channel subscribers. Specify a channel ID, title, and body to notify all users 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 |
|---|---|---|---|
| channelId | Yes | Channel ID to broadcast to (e.g., "ch_...") | |
| title | Yes | Notification title | |
| body | No | Notification body text | |
| url | No | Optional URL to open on the device. | |
| priority | No | Notification priority | normal |