instance_status
Check the connection status of a WhatsApp Business instance to monitor its availability and ensure reliable messaging operations.
Instructions
Get connection status of an instance
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"
}