Onboarding
Updated: Dec 10, 2025 Marketing Messages API for WhatsApp (formerly known as Marketing Messages Lite API) is now generally available. Onboarding to the Marketing Messages API for WhatsApp (MM API for WhatsApp) is a low-effort upgrade to sending marketing messages with optimizations on Cloud API. See the directions below to onboard your business, whether you integrate with the API directly or work with a partner. When a business registers for the MM API for WhatsApp, read-only Ad accounts are created that are linked to each of the marketing templates that exist under their business portfolio. These linked accounts allow a business to: fetch their MM API for WhatsApp insights from the Marketing API “Insights API” to view the same These read-only ad accounts are kept in sync with any changes to marketing templates, so that any changes to marketing templates are reflected in the linked ad entity. Follow the steps below to Onboard to MM API for WhatsApp.Eligibility requirements
In order to use the Marketing Messages API for WhatsApp (MM API for WhatsApp), a business must comply with applicable legal, vertical and content restrictions (country dependent) outlined in WhatsApp Business Messaging Policies. In addition, the following requirements must be met: WABA is active and not restricted from messaging due to any violations WABA tax country is not in sanctioned regions Owner Business country is not in sanctioned regions MM API for WhatsApp will continuously update vertical eligibility and policies to comply with various policies and regulations internationally, so these requirements may change.Check WABA onboarding status and eligibility
Use the GET /<WHATSAPP_BUSINESS_ACCOUNT_ID> endpoint and request themarketing_messages_onboarding_status field to check the MM API for WhatsApp eligibility status of a WABA.
Eligible WABAs have this field set to ELIGIBLE. If this value is set to ONBOARDED, it means the business customer WABA has already been onboarded. See the GET /<WHATSAPP_BUSINESS_ACCOUNT_ID> reference for all possible values and their meanings.
Example request
Checking eligibility status (alternative)
This field will be deprecated in version 24.0. We recommend using themarketing_messages_onboarding_status field instead.
You can use the GET /<WHATSAPP_BUSINESS_ACCOUNT_ID> endpoint and request the marketing_messages_lite_api_status field to get eligibility status, but this field will be deprecated at a future date, so we recommend using the method above instead.
If you want to check ToS and intent request status for the business manager
Use the GET /<BUSINESS_PORTFOLIO_ID>/ endpoint and request themarketing_messages_onboarding_status field to check the MM API for WhatsApp eligibility status.
Permission
business_management
Example request
Example response
owner_business_info field to check the onboarding status of the WABA.
Permissions
whatsapp_business_management
whatsapp_business_messaging
Example request
Example response
Register a phone number on Cloud API
In order to send a message via MM API for WhatsApp, a business phone number must also be registered on Cloud API. MM API for WhatsApp and Cloud API are used together on the same phone number: Cloud API allows a business to send Authentication, Service, Utility, and non-Optimized Marketing template messages and freeform messages, and receive inbound messages from consumers on a business phone number. MM API for WhatsApp allows a business to send marketing messages with optimizations, over the same phone number as is registered on Cloud API. WhatsApp Business phone numbers that are not registered on Cloud API cannot be used with MM API for WhatsApp. If a business phone number is already registered on Cloud API, phone number verification is not required when registering for MM API for WhatsApp, as no new phone numbers are registered during the MM API for WhatsApp registration process. Existing Phone Numbers remain registered on Cloud API, and will now be eligible to use MM API for WhatsApp in addition to and simultaneously with Cloud API for sending marketing messages.For solution providers
If you are a solution provider onboarding your end businesses, refer to onboard business customers.Onboarding business customers
You can instruct your business customers to have someone with full control to the business portfolio to accept the Terms of Service and onboard MM API for WhatsApp via WhatsApp Manager. Open WhatsApp Manager > Overview. In the Alerts section, click Accept terms to get started for Marketing Messages API for WhatsApp. Follow the steps to finish signing MM API for WhatsApp Terms of Service. Your business customers should be able to start sending messages via MM API for WhatsApp. If you are unable to access your WhatsApp Manager, find your business portfolio admin here.For business customers without a partner
If your business directly integrates with Cloud API without a partner, follow the instructions below to accept the Terms of Service and onboard to MM API for WhatsApp. 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. Click on “Continue to integration guide” to accept the Terms of Service
Sharing event activity
Once your business is onboarded, message status events (delivery status, read, clicked) will automatically be shared with Meta as part of event activity. Meta does not sell your or your subscribers’ data; this data is used solely to optimize the performance of marketing campaigns.Manage via WhatsApp Account settings
If you wish to disable sharing event activity, toggle it off via WhatsApp Business account setting.
Configure via API
You can also customize sharing event activity on a per-message basis by including the<message_activity_sharing> parameter and setting it to a boolean (True/False) in the marketing_messages API call payload. The API call overrides the default account configuration for your WhatsApp Business account.
Use the POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/marketing_messages endpoint to send a message to a WhatsApp user.
Request syntax
Receive MM API for WhatsApp Terms of Service signed webhook (Preferred)
Note: The ToS event value will be available from September 8th, 2025. Refer to the legacy webhook below. When the MM API for WhatsApp Terms of Service (ToS) is signed for a business, a newaccount_update webhook will be sent for each WhatsApp Business Account (WABA) under your business portfolio. The webhook indicates that the WABA’s business has successfully accepted the MM API for WhatsApp ToS. When the webhook is triggered, your WABA will be allowed to send messages through MM API for WhatsApp.
You can use the included business portfolio ID and WABA ID to verify compliance and begin sending messages, or trigger subsequent onboarding actions as needed. This webhook is the preferred webhook to track MM API for WhatsApp onboarding and eligibility status.
Receive onboarding completion webhook (Legacy)
Once you have completed onboarding and linked Ad accounts have been set up, anaccount_update webhook will be sent for each WABA under your business portfolio to indicate that onboarding has successfully completed. This webhook contains the ID of the read-only Ad account that each WABA is linked to, for use when calling Insights APIs.
Note: This webhook is considered legacy for MM API for WhatsApp onboarding. Please use the MM API for WhatsApp Terms of Service signed webhook.
Important: The ad_account_linked webhook event will no longer be fired since partners will not receive access to ad accounts.

