Conversations

Send Message

post/api/v1/conversations/{cuuid}/messages

Path parameters

cuuidstring required

Request body

messagestring

Message content

attachmentsinteger[]

Attachment IDs

privateboolean

Whether message is private (internal note)

tostring[]

Email recipients

ccstring[]

CC recipients

bccstring[]

BCC recipients

sender_type'agent' | 'contact' required

Specifies whether the message is sent by an agent or a contact.

echo_idstring

Client-generated identifier echoed back to deduplicate the message on the sender's side

Response

Message sent successfully

statusstring

Example response

{
  "status": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.