Send a message to an existing chat
Send a Message to an existing Chat.
Blocking is silent on this path. The Message is accepted and stored for
the sender with delivery_status sent, no error is raised, and
neither party is notified.
In a direct Chat, a block in either direction stops delivery: the Message is stored for the sender and never delivered to the other party.
In a group Chat, blocking is one way. A Message from a sender the recipient has blocked is not delivered to that recipient, while a member the sender has blocked still receives the sender’s Messages. Every other member receives the Message as normal.
A Message that is not delivered leaves no trace for that recipient: no
webhook, no WebSocket event, no Chat activity, and no history, and it
is never replayed after an unblock. The sender’s message.delivered
fires when at least one recipient was delivered.
Authorizations
Bearer token authentication. Include your API token in the Authorization header.
Format: Authorization: Bearer <your-token>
Headers
Optional 1–255 character key for safe retries. If message.idempotency_key is also present, the two values must match.
1 - 255Path Parameters
Unique identifier of the chat
Body
One message containing 1–100 ordered text, media, or link parts. A link must be the only part.

