get_the_messages_of_a_conversation_
Retrieve all messages from a specific WhatsApp conversation by providing the conversation ID. Utilize this tool within Titanmind WhatsApp MCP for efficient conversation management and messaging workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conversation_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"conversation_id": {
"title": "Conversation Id",
"type": "string"
}
},
"required": [
"conversation_id"
],
"type": "object"
}