get_chats
Retrieve all WhatsApp chats for a specified instance to monitor conversations and manage messaging workflows.
Instructions
Get all chats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instanceName | Yes | Instance name |
Input Schema (JSON Schema)
{
"properties": {
"instanceName": {
"description": "Instance name",
"type": "string"
}
},
"required": [
"instanceName"
],
"type": "object"
}