What is your goal?
Automatically create an Airtable record only after a Messenger lead reaches the “Send to CRM” or “Converted” stage in Meta Leads Center, instead of importing every Messenger conversation.
What is the problem & what have you tried?
Hi everyone,
I’m building the following automation in Make:
Facebook Ads → Messenger → Leads Center → Airtable CRM
The workflow I want is very simple:
Messenger conversations arrive normally.
Inside Meta Leads Center I manually qualify the lead.
When the lead reaches “Send to CRM” (or “Converted”), Make automatically creates a record in Airtable.
Unfortunately, after spending many hours researching this, I could not find any official way to detect the Leads Center pipeline stage.
What I have already investigated
I verified:
Graph API documentation
Messenger Platform documentation
Webhooks documentation
Lead Ads API
Messenger Webhooks
Page Webhooks
Inbox Labels
Meta Business Suite
Make Facebook modules
Airtable integration
Browser DevTools (GraphQL network requests)
I also inspected the browser GraphQL traffic and discovered that the Leads Center UI sends an internal mutation called LeadOpportunityStageUpdateMutation whenever the pipeline stage changes.
The mutation contains values such as:
lead_opportunity_id
stage
action_trigger = pipeline_dnd
This confirms that the pipeline stage exists inside Meta’s backend.
However:
there is no documented Graph API endpoint exposing the current stage;
no webhook is fired when the stage changes;
the internal GraphQL endpoint cannot be used by third-party applications.
Why this matters
Without access to the Leads Center stage, I have only two options:
synchronize every Messenger conversation (including spam and low-quality inquiries), or
manually copy qualified leads into Airtable.
Both options defeat the purpose of automation.
My question
Has anyone found a reliable workaround?
Is there any undocumented API, webhook, or Make scenario that allows synchronizing only qualified Leads Center leads with an external CRM?
Any suggestions would be greatly appreciated.
Thank you!
Error messages or input/output bundles
No Make error occurs.
The scenario works correctly.
The issue is that Meta does not expose the Leads Center pipeline stage (Intake → Qualified → Send to CRM → Converted) through any documented Graph API endpoint or webhook, so Make has no event it can listen for.
Screenshots (scenario flow, module settings, errors)
Integration.pdf (3.36 MB)