Update WhatsApp Business Profile
whatsapp_update_business_profileUpdate your WhatsApp Business Profile details including about, address, description, email, websites, and industry vertical.
Instructions
Update the WhatsApp Business Profile fields.
Args:
about (string, optional): About text (max 139 chars)
address (string, optional): Business address
description (string, optional): Description (max 512 chars)
email (string, optional): Contact email
websites (string, optional): JSON array of website URLs
vertical (string, optional): Industry vertical
Returns: Confirmation of update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| about | No | About text for the business profile | |
| No | Business email address | ||
| address | No | Business address | |
| vertical | No | Industry vertical (e.g. 'RETAIL', 'EDUCATION', 'HEALTH') | |
| websites | No | JSON array of website URLs as a string. Example: '["https://example.com"]' | |
| description | No | Business description | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |