Publish a Sync Stream message
Sync
Publish a Sync Stream message
Publish a JSON data message to a Sync Stream — an ephemeral pub/sub channel with no persistence. Only subscribers connected to /api/v1/ws/sync at publish time receive the stream.message event. Requires an operator role.
POST
Publish a Sync Stream message
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Unique name of the Sync Stream.
Pattern:
^[A-Za-z0-9._:-]+$Body
application/json
Write body for appending/replacing a Sync List item or publishing a Sync Stream message.
Arbitrary JSON object payload carried by a Sync object or item. Every Sync value is a JSON map (matching Twilio Sync). The serialised payload must not exceed 64 KiB.