Onboard business customers
Updated: Nov 24, 2025 Marketing Messages API for WhatsApp (formerly known as Marketing Messages Lite API) is now generally available. The MM API for WhatsApp onboarding process is designed to be simple for you as a partner to adopt, making it quick and easy for solution providers (including Solution Partners, Tech Providers, and Tech Partners) to onboard current customers from Cloud API onto the MM API for WhatsApp. If your business directly integrates with Cloud API without a partner, follow the instructions below to accept the Terms of Service and onboard to the MM API for WhatsApp via WhatsApp Manager.Before you begin
Your app must have advanced access for the following permissions:whatsapp_business_messaging: This permission allows the app to call the MM API for WhatsApp to send messages.
whatsapp_business_management: This permission enables the app to manage WABAs, Phone Numbers, and Templates via WhatsApp Business Management API.
ads_read (optional): This permission grants the app access to the Insights API, allowing partners to retrieve metrics on conversions.
If your app does not already have advanced access for these permissions, request advanced access via App Review.
Solution partner integration overview
To assist your customers in using the MM API for WhatsApp, several steps are required:| Step | Notes |
|---|---|
| 1: Onboard yourself | Enroll via App Dashboard and follow instructions under the Onboarding yourself. |
| 2: Send messages | Same Template endpoint and message send payload as Cloud API - only the ‘send message’ endpoint changes. |
| 3: View metrics | New! Integrate with the Insights API to view the metrics as Cloud API (sent/read/delivered), plus new metrics like Website and App conversions. |
Onboarding yourself
Register yourself for MM API for WhatsApp
To enroll, a solution provider must: Navigate to the App Dashboard > WhatsApp > Quickstart panel On the Quickstart page, locate the “Improve ROI with Marketing Messages API for WhatsApp” card and click the “Get started” button Request any missing app review permissions by clicking the “Request permission” button. See “ Submit for app review” for more information Click on “Continue to integration guide” to accept the Terms of Service
Submit for app review for Advanced App permissions
Solution Providers must use an App with the following Advanced App permissions, when using the MM API for WhatsApp. If you do not already have an App with the following Advanced App Permissions, it is necessary for your App to go through App review:| Advanced App Permission | Required in order to do the following on behalf of your customer |
|---|---|
whatsapp_business_messaging | Call the MM API for WhatsApp ‘send messages’ endpoint, to send messages via Marketing Messages API for WhatsApp |
whatsapp_business_management | Call WABA, Phone Number, and Template endpoints, for managing WABAs, Phone Numbers, and Templates; and retrieve basic metrics via WhatsApp Business Management API |
ads_read (optional) | This permission is optional, and is only required to call the Insights API, allowing a partner to fetch advanced metrics on conversions (e.g. Web conversions, App conversions) |
Onboarding end businesses
There are multiple ways that a partner can onboard a business they work with to the MM API for WhatsApp, and fetch the required access tokens needed to send messages and fetch metrics on their behalf: via Whatsapp Manager (recommended) via Embedded SignupSelf-onboard to MM API for WhatsApp via WhatsApp Manager (recommended)
If your business integrates with Cloud API with a solution provider, they can onboard directly via WhatsApp Manager.Onboard a business to MM API for WhatsApp using Embedded Signup
MM API for WhatsApp has its own embedded signup flow for Solution Providers to use, which: allows your clients to register for Cloud API and MM API for WhatsApp allows you to request an access token with the necessary permissions to send messages via MM API for WhatsApp and retrieve metrics from the Insights API on behalf of your customers.Step 1: Integrate with the Facebook Login SDK
If you have not already done so for Cloud API, set up the Facebook JavaScript SDK and Facebook Login to embed the signup flow into your website or client portal. You may embed the flow in multiple webpages or portals that you own.Step 2: Set up a new permission configuration
Follow the instructions in Step 2 of the Embedded Signup docs to create a new Facebook Login for Business configuration. Select the following in your configuration: Assets: WhatsApp accounts (Do not select the other options of Ad accounts, Pages, Catalogues, Pixels, Instagram accounts) Permissions:ads_read (optional)
whatsapp_business_management
whatsapp_business_messaging
Step 3: Launch Embedded Signup
Refer to the Embedded Sign up implementation document and addmarketing_messages_lite to the list of features before onboarding WhatsApp SMB users.
Step 4: Wait for the onboarding confirmation webhook
Once a business admin completes the MM API for WhatsApp onboarding flow, and any backend onboarding processes complete successfully, anaccount_update webhook will be sent for each WABA under the BMID, to indicate that onboarding has successfully completed.
See the Onboarding for details on the account_update webhook.
After a business goes through the Embedded Signup flow for MM API for WhatsApp, the returned system user app token will have permission to send messages via MM API for WhatsApp, and fetch metrics via the Insights API.
Onboard a business to Marketing Messages for WhatsApp using the Intent API
Partners can use the Intent API to onboard a business to Marketing Messages for WhatsApp (MM API for WhatsApp) while automatically marking all On-behalf-of (OBO) WABAs to be transferred to your customer, and receive an async (webhook) notification when the onboarding is complete to fetch the necessary access tokens. If an end business has any OBO WABAs that do not currently have an OBO migration intent set, this intent will automatically be set for all OBO WABAs between the partner and end business through this API call.- Call the intent API
- Wait for the onboarding confirmation webhook
- Fetch an updated Business Integration System User Access Token (BISUAT) In order to call the Insights API, you will need a Business Integration System User Access Token scoped to the Ad account that is linked to the WABA you are managing. Follow the guide in the “Business Integration System User Access Token Management API” section to fetch your existing token for managing ad account IDs received in the webhook.
| Object | Description | Example Value |
|---|---|---|
<API_VERSION> | Graph API version. | v23.0 |
<APPSECRET_PROOF_HASH> | Required. The appsecret_proof is a sha256 hash of your access token ensuring API calls are from a server are more secure. Learn more. | e3b0c… |
<CLIENT_BUSINESS_ID> | Required. Client business ID. | 2780023991704 |
<SYSTEM_USER_ACCESS_TOKEN> | Required. This access token requires the business_management permission. | EAAJZC… |
Onboard WhatsApp Business app users (aka “Coexistence”)
You can configure Embedded Signup to allow business customers to onboard using their existing WhatsApp Business app account and phone number:
Businesses who are successfully onboarded after choosing this option will then be able to use your app to message their customers at scale, but still have the ability to send messages on a one-to-one basis using the WhatsApp Business app.
Note: To ensure accurate metrics tracking, we recommend that business customers avoid clicking links in their own marketing messages. Clicking these links may affect tracking data and could lead to skewed results.

