# Message a Conversation **POST /api/conversation/{uuid}.json** Send an outbound message to a conversation. A `comment` must be specified in the request. **Also: Whisper a Conversation** — send an internal whisper by providing `whisper` (and optional `whisper_attachments`) instead of `comment`. ## Servers - Production: https://application.textline.com (Production) ## Parameters ### Path parameters - **uuid** (string) Identifier of the Conversation to perform action with. ### Body: application/json (object) - **comment** (object) Customer-visible message - **attachments** (array[object]) - **whisper** (object) Internal whisper - **whisper_attachments** (array[object]) - **resolve** (string) If set (e.g. "1"), resolve after sending a message. ## Responses ### 200 OK #### Body: application/json (object) - **conversation** (object) - **whisper** (object) - **group** (object) [Powered by Bump.sh](https://bump.sh)