realtime_broadcast
Broadcast real-time messages to a channel by providing the channel name, event, and payload.
Instructions
Broadcast a message to a channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Event name | |
| payload | Yes | Message payload | |
| channel_name | Yes | Name of the channel to broadcast to |