Skip to main content
POST
Send a message to an existing chat

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API token in the Authorization header.

Format: Authorization: Bearer <your-token>

Headers

Idempotency-Key
string

Optional 1–255 character key for safe retries. If message.idempotency_key is also present, the two values must match.

Required string length: 1 - 255

Path Parameters

chatId
string<uuid>
required

Unique identifier of the chat

Body

application/json
message
object
required

One message containing 1–100 ordered text, media, or link parts. A link must be the only part.

Response

Message accepted for delivery

Response for sending a message to a chat

chat_id
string<uuid>
required

Unique identifier of the chat this message was sent to

message
object
required

A message that was sent (used in CreateChat and SendMessage responses)