get_conversations_from_the_last_day
Retrieve all WhatsApp conversations from the last 24 hours for a specified phone number. Supports marketing and messaging management within the platform’s free-form messaging window.
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"
}