connect_instance
Connect a WhatsApp Business instance to enable messaging through Evolution API for sending notifications, managing contacts, and handling business communications.
Instructions
Connect a WhatsApp instance
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instanceName | Yes | Instance name to connect |
Input Schema (JSON Schema)
{
"properties": {
"instanceName": {
"description": "Instance name to connect",
"type": "string"
}
},
"required": [
"instanceName"
],
"type": "object"
}