get_the_messages_of_a_conversation_
Extract message history from a WhatsApp conversation by providing the conversation ID. Facilitates tracking and analysis of chat interactions for better communication management.
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"
}