list_contacts
Retrieve all WhatsApp Business contacts for a specified instance to manage messaging and communication workflows.
Instructions
List all contacts
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"
}