Sends a reply to the customer through the active channel (Email, WhatsApp, Chat, etc.) or records a private internal note for teammates.
Send Message / Private Note
POST
/v1/conversations/:conversation_id/messages
Parameters
| Name | Type | Description |
|---|---|---|
conversation_idrequired | string | Conversation UUID |
content | string | Message text or HTML (max 50,000 chars) |
private | boolean | True for internal private notes (not sent to customer) |
attachment_ids | array[string] | Array of uploaded attachment UUIDs to attach |