Can I use WhatsApp Business to connect?
PreviousMessages sent via the API appear narrower than messages sent directly from the phone.NextAndroid Emulators
Last updated
You can connect a WhatsApp Business number to your Whapi.Cloud channel β it works the same way as a regular WhatsApp account. Just scan the QR code or use OTP pairing as usual. WhatsApp Business gives you access to additional features via the API: business profile fields (address, description, website, working hours) and a product catalog. These are available through the /business endpoints in the documentation.
This is visually reflected in the dashboard: open the channel page at panel.whapi.cloud - if the connected number is a business account, the WhatsApp Business icon will appear in the channel.

To check the account type via api Ρall GET /health and check the is_business field in the response:
true β WhatsApp Business, false β regular WhatsApp account.
Last updated
{
"status": { "code": 4, "text": "AUTH" },
"is_business": true
}