List Messages in Conversation
chatwoot_list_messagesRetrieve all messages from a conversation, including content, sender details, timestamps, and attachments.
Instructions
List all messages in a Chatwoot conversation.
This tool retrieves all messages from a specific conversation, including message content, sender information, timestamps, and attachments.
Args:
conversation_id (number): The ID of the conversation (required)
response_format (string): Output format - "markdown" or "json" (default: "markdown")
Returns: List of messages with:
Message ID and content
Message type (incoming/outgoing)
Sender information (name, type)
Timestamp
Attachment information
Private flag (for internal notes)
Examples:
List all messages: { conversation_id: 123 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | The ID of the conversation | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |