get_conversations_from_the_last_day
Retrieve WhatsApp conversations from the past 24 hours for a specific phone number using the Titanmind WhatsApp MCP server. Easily manage and access recent messaging data for streamlined communication tracking.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
phone_without_dialer_code | No | None |
Input Schema (JSON Schema)
{
"properties": {
"phone_without_dialer_code": {
"default": "None",
"title": "Phone Without Dialer Code",
"type": "string"
}
},
"type": "object"
}