Connect WhatsApp Business API (Meta Cloud API) to let customers order directly through WhatsApp.
Tenseal will automatically reply with your product menu, capture order details, and notify you when a sale is confirmed.
Add the WhatsApp product to your app in the Meta developer dashboard.
Generate a permanent access token (System User Token) with whatsapp_business_messaging and whatsapp_business_management permissions.
Copy your Phone Number ID from the WhatsApp → API Setup page.
Set your webhook URL in Meta to the address below. Meta will verify it using your Verify Token.
{{ $webhookUrl }}
Webhook Test
Verify URL{{ $webhookUrl }}
@if($tenant->wa_enabled && !empty($tenant->wa_verify_token))
Ready — Meta can verify this URL.
@else
Enable WhatsApp and set a verify token before Meta will accept this URL.
@endif