Sign in

Publish event to channel (deprecated)

documented

Deprecated alternative to POST /events; triggers an event on a channel with query-parameter semantics.

POST /apps/{app_id}/channels/{channel_name}/eventsChannelsno implementation yet0 runs

Input

app_id*
Pusher App ID
Your Pusher App ID
event_name*
Event name
The name of the event to trigger
channel_name*
Channel name
Channel name to publish to (use an array in the body for multiple channels)
payload*
Event data payload
JSON payload as a string (e.g. {"order_id":123})
socket_id
Socket ID to exclude (optional)
socket_id to exclude from receiving the event
Calls Pusher as you (your API key is your account); keychains.dev holds the credentials.