The Meta Lead Ads integration captures leads from Meta (Facebook/Instagram) Lead Ad campaigns and automatically creates or updates Omneo profiles with the submitted data.Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
How it works
- A prospect completes a Meta Lead Ad form
- Meta fires a
leadgenwebhook to the Omneo Meta extension - The extension creates or upserts an Omneo profile with the lead’s data
- Reactions can fire to issue a welcome benefit, trigger a comms notification, or enrich the profile
Prerequisites
- A Meta Business account
- A Meta App configured for webhook delivery
- Your Omneo tenant credentials (provided by Omneo team)
- The
extension-metadeployed to your Omneo tenant (handled by Omneo team)
Step 1: Create a Meta App
- Go to Meta Developer
- Create a new App — select Other → Business
- Note down the App ID and App Secret
Step 2: Generate a long-lived page access token
- Go to the Graph API Explorer and select your App
- Add these permissions:
pages_show_list,ads_management,ads_read,leads_retrieval,pages_read_engagement,pages_manage_metadata,pages_manage_ads - Click Generate Access Token and copy the short-lived token
- Exchange for a long-lived token:
- Exchange for a page access token:
Step 3: Configure the webhook
- In your Meta App, click Add Product → Webhooks
- Select Page from the dropdown and click Subscribe to this object
- Enter a webhook verification token (you choose this) and the Omneo-provided callback URL
- Click Verify and Save
- Subscribe to the
leadgenevent
Step 4: Provide credentials to Omneo
Provide your Omneo implementation team with:- Long-lived user access token
- Page access token
- Webhook verification token
What gets created in Omneo
For each lead submission, Omneo creates or updates a profile using the fields captured in your Lead Ad form. Common mapped fields:first_name, last_name, email, mobile_phone. Custom questions in your form can be mapped to Omneo custom attributes.