Skip to main content
POST
Reply To Conversation

Headers

Authorization
string | null

Path Parameters

conversation_id
string<uuid>
required

Body

application/json

Reply on a conversation thread (text and/or media).

content
string | null

Text body or caption. Optional when media is provided.

Maximum string length: 4096
caption
string | null

Optional caption for media messages.

Maximum string length: 1024
message_type
string
default:text

text, image, video, voice, or document

media_url
string | null

Public URL for media. Ignored when media_base64 is set.

Maximum string length: 2048
media_base64
string | null

Raw base64 or data URI for inline media upload.

media_type
string | null

Optional media category hint (image, video, audio, document).

Maximum string length: 50
filename
string | null
Maximum string length: 255
mimetype
string | null
Maximum string length: 127
whatsapp_account_id
string<uuid> | null

Response

Successful Response

success
boolean
required
message_id
string<uuid>
required
conversation_id
string<uuid>
required
status
string
required
message_type
string
default:text