WhatsApp Embedded Signup enables users to connect their WhatsApp Business accounts through Meta’s streamlined OAuth flow without manual webhook configuration. This significantly improves the user experience by automating the entire setup process.
Prerequisites
- A valid Facebook account
- A WhatsApp Business account (or ability to create one)
- Admin access to your Chatwoot installation
Super Admin Configuration
Before users can use WhatsApp Embedded Signup, administrators must configure the following environment variables via the Super Admin panel at /super_admin/app_config?config=whatsapp_embedded
:
- WHATSAPP_APP_ID: The Facebook App ID for WhatsApp Business API integration
- WHATSAPP_CONFIGURATION_ID: The Configuration ID for WhatsApp Embedded Signup flow (obtained from Meta Developer Portal)
- WHATSAPP_APP_SECRET: The App Secret for WhatsApp Embedded Signup flow (required for token exchange)
These settings must be configured by a Super Admin before the WhatsApp Embedded Signup option becomes available to users.
To obtain the required configuration values:
1. Create or Access Your Facebook App
- Go to Meta for Developers
- Click on “My Apps” in the top navigation
- Either select an existing app or click “Create App”
- If creating a new app:
- Choose “Business” as the app type
- Select “Business” for “I want to connect my app to”
- Provide app details (name, email, business portfolio)
- In your app dashboard, click “Add Product”
- Find “WhatsApp” and click “Set Up”
- Accept the WhatsApp Business Terms
3. Retrieve App ID and App Secret
- App ID: Found at the top of your app dashboard or in Settings → Basic
- App Secret: Located in Settings → Basic (click “Show” and authenticate to reveal)
4. Obtain Configuration ID
- Navigate to WhatsApp → Configuration in the left sidebar
- Under “Embedded signup”, click “Configure”
- Set up the configuration:
- Callback URL:
https://your-domain.com/webhooks/whatsapp/{phone_number_id}
- Success URL:
https://your-domain.com/app/accounts/{account_id}/settings/inboxes/new/whatsapp_cloud
- Cancel URL:
https://your-domain.com/app/accounts/{account_id}/settings/inboxes/list
- Save the configuration
- Copy the generated Configuration ID
Important: Before overriding the current callback URI, your app must be subscribed to receive messages for the WhatsApp Business Account. This prevents error (#100) during webhook configuration. Ensure the messages webhook field is subscribed in your app’s webhook settings.
5. Required Permissions
Ensure your app has the following permissions enabled:
whatsapp_business_management
- Manage WhatsApp business assets
whatsapp_business_messaging
- Send and receive WhatsApp messages
business_management
- Manage business assets
For production use, your app may need to go through App Review to get advanced access to certain features. The embedded signup flow works with Standard Access for most use cases.
Creating a WhatsApp Channel
Step 1: Navigate to Channel Selection
- Go to Settings → Inboxes in your Chatwoot dashboard
- Click on “Add Inbox”
- Select WhatsApp from the channel options

Step 2: Choose WhatsApp Cloud
Select “WhatsApp Cloud” for the quick setup through Meta (embedded signup).

Step 3: Start Embedded Signup
Click on “Connect with WhatsApp Business” to begin the embedded signup flow.

Step 4: Facebook Authentication
You’ll be redirected to Facebook to authenticate. You need to log in with an existing Facebook account.

Select an existing business portfolio or create a new one to add your phone number. Fill in the required business information:
- Business portfolio
- Business name
- Business website or profile page
- Country
- Address (optional)

Step 6: Select WhatsApp Business Account
Choose an existing WhatsApp Business account or create a new one. You can also select or create a WhatsApp Business Profile.

Step 7: Complete Setup
Once you’ve completed all steps, you’ll see the success screen. Your WhatsApp Business account is now connected and ready to receive messages.


Key Features
- No manual configuration required: The entire webhook and phone number setup is automated
- Secure OAuth based authentication: Uses Meta’s official OAuth 2.0 flow
- Automatic webhook and phone number configuration: Webhooks are registered automatically
- Real-time progress tracking: Visual feedback during the signup process
- Comprehensive error handling: Clear error messages and guidance
Commerce Policy Compliance
Meta will review your business to ensure it complies with WhatsApp’s Commerce Policy and will reach out within 24 hours if there’s an issue.
Reference Documentation
For more technical details about WhatsApp Embedded Signup, refer to the official Meta documentation:
Troubleshooting
Common Issues
-
“WhatsApp Embedded Signup not available”
- Ensure your Super Admin has configured the required environment variables
- Check that all three values (App ID, Configuration ID, and App Secret) are properly set
-
Authentication Errors
- Make sure you’re using an existing Facebook account
- Verify you have the necessary permissions for the business
-
Business Verification Issues
- Ensure your business information is accurate and complete
- Check that your business complies with WhatsApp’s Commerce Policy
Getting Help
If you encounter issues during setup:
- Check the Chatwoot logs for any error messages
- Verify all environment variables are correctly configured
- Ensure your Facebook/WhatsApp accounts meet the prerequisites
- Contact Chatwoot support with specific error messages if the issue persists
Responses are generated using AI and may contain mistakes.