Business customers who access Embedded Signup can opt in to automatic event identification:
If a business customer opts in, Meta use a combination of regex and natural language processing to analyze the customer’s new message threads originating from Click-to-WhatsApp ads. If our analysis determines that a lead gen or purchase event occurred, an automatic_events webhook is triggered, describing the event. You can then report the event for the customer using the Conversions API so the customer can use it on a Meta surface (in 2026, see Limitations below).
Automatic event identification is a new feature. Your business customers won’t see or use automatic events reported via Conversions API in Meta surfaces until 2026. However, you can surface this information to your customers using your own solution before then. This allows them to gain a deeper understanding of their own customers’ needs, preferences, and ad performance.
Automatic event identification is not available to business customers in the European Union, United Kingdom, or Japan.
Requirements
You have already implemented Embedded Signup and are able to onboard business customers who complete the flow.
Your webhook server is successfully processing webhooks.
Setup
Automatic event identification is available as an opt-in feature to all business customers automatically. To receive event notifications, you must subscribe your app to the automatic_events webhook field. However, as soon as you do this, you may begin receiving these webhooks before you can process them. Therefore, complete these steps using a test app before moving your code to production and subscribing your production app to the webhook field.
Step 1: Subscribe to the automatic_events webhook field
Access your test implementation of Embedded Signup.
Authenticate the flow using a business that has a Click-to-WhatsApp ad already configured.
In the Business Asset Creation Screen, check the Instruct Meta to automatically identify order and lead events checkbox, and complete the flow.
Access the Click-to-WhatsApp ad and click it to send a message to the business.
Use the business to reply to the message with one of the strings below (must be exact).
For a purchase event:Your tracking number is AB123456789BR
For a lead gen event:I am interested in learning more about the product
After you have triggered both automatic_events webhook payloads, confirm that your webhook callback has processed each webhook according to your business needs.
Step 4: Report each event using Conversions API (optional)
You can optionally report each event using the Conversions API. Include any relevant values from the event webhook, as appropriate.