Version 3
Updated: Nov 14, 2025 We are introducing versioning cadence to Embedded Signup that will align with Graph API. Version 3 will be released on May 29th for all partners to adopt, which will include the following changes.Business customers can now complete the flow without a phone number
Previously in v2, you would always be required to register a verified phone number (unless partners enabled the bypass phone numbers flow) to complete the flow. You can now complete the flow with statuses like verified, unverified, or no phone number at all. You can either go through Embedded Signup again, go on WhatsApp manager, or the partner can utilize API calls to verify the number. To determine the status of the phone number, visit the documentation on session info logging.Session Info Logging is automatically enabled
All partners who are on v3 will have session info logging enabled automatically. Partners will still have to add an event listener on the same window of Embedded Signup to process the incoming information.Adding the features property in the configuration
You can now utilize the features property to enable a range of features in Embedded Signup. The property allows you to add multiple features instead of just one in the featureType property from version 2.
v3 request syntax
| Placeholder | Description | Example |
|---|---|---|
<FEATURE_NAME> | Name of feature to enable in ES configuration. Note: You can leave the value blank to follow the default flow. Values can be: app_only_install — Allows partners to only access WABAs via API using a business token.marketing_messages_lite — Enables the MM Lite API onboarding flow. | <br />{<br /> features: [<br /> {<br /> name: 'marketing_messages_lite'<br /> }<br /> ]<br />}<br /> |
<FEATURE_TYPE> | Name of feature types to enable in ES configuration. Value can only be whatsapp_business_app_onboarding, which enables the Whatsapp Business App phone number onboarding custom flow. | whatsapp_business_app_onboarding |
Removal of multiple featuretype options in the ES Configuration
In v2, business customers enabling a custom flow would be required to complete the embedded sign up multiple times depending on the number of featureTypes added to the configuration.
Removing only_waba_sharing
The bypass phone number screen flow allows for a streamlined onboarding process where the WABA is shared without the need to go through the phone number setup steps. This flow will no longer be supported in V3. For partners who would still like to use the flow, they should stick to using V2.
Removing marketing_messages_lite
Marketing Messages Lite will still be supported through the features argument. If you would still like to use the flow, update your configuration to the following.
Removing coexistence
To launch the WhatsApp Business App Onboarding flow, partners will have to use whatsapp_business_app_onboarding instead of coexistence.

