whatsapp_get_contact_business
Retrieve business profile details for a WhatsApp contact using their phone number, enabling access to company information, description, and business attributes.
Instructions
Get the business profile information of a WhatsApp contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Contact ID (phone number with @s.whatsapp.net) |
Input Schema (JSON Schema)
{
"properties": {
"contactId": {
"description": "Contact ID (phone number with @s.whatsapp.net)",
"type": "string"
}
},
"required": [
"contactId"
],
"type": "object"
}