Skip to main content
POST
Send a reply

Authorizations

X-API-Key
string
header
required

API key with format cs_live_xxx

Path Parameters

thread_id
string<uuid>
required

Thread ID

Body

application/json

Request body for sending a reply to an existing thread.

body
string | null

Plain-text reply body (required if html_body is not provided)

html_body
string | null

HTML reply body (required if body is not provided)

attachments
AttachmentItem · object[] | null

Optional file attachments (max 5, 10 MB total, base64-encoded)

Response

Reply queued successfully

Response returned after sending a reply.

success
boolean
required
message
string
required
from_address
string
required

Inbox address the reply was sent from

to_address
string
required

Lead email address the reply was sent to

message_id
string | null

Tracking message ID

thread_id
string | null

Thread ID