send_message
Send a message to a conversation, optionally private as an internal note, with attachments and email recipients.
Instructions
Send Message POST /api/v1/conversations/{cuuid}/messages Tags: Conversations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cuuid | Yes | (path parameter) | |
| message | Yes | (body) Message content | |
| attachments | No | (body) Attachment IDs | |
| private | No | (body) Whether message is private (internal note) | |
| to | No | (body) Email recipients | |
| cc | No | (body) CC recipients | |
| bcc | No | (body) BCC recipients | |
| sender_type | No | (body) Specifies whether the message is sent by an agent or a contact. |