whatsapp_get_pair_code
Generate a WhatsApp pairing code for account authentication by providing a valid phone number to initiate the login process.
Instructions
Get pairing code for WhatsApp login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | Yes | Phone number (10-15 digits) |
Input Schema (JSON Schema)
{
"properties": {
"phone": {
"description": "Phone number (10-15 digits)",
"type": "string"
}
},
"required": [
"phone"
],
"type": "object"
}