trigger_event
Send events to one or more Pusher channels to push realtime messages to connected clients.
Instructions
Send an event to one or more Pusher channels. Use this to push realtime messages to connected clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Event payload — string or JSON object (max 10KB) | |
| event | Yes | Event name to trigger (e.g. 'new-message', 'update') | |
| channel | Yes | Channel name or array of channel names (max 100) | |
| socketId | No | Optional socket ID to exclude from receiving the event (prevents echo) |