- Integrations
- /
- Facebook Lead Ads
- /
- Actions
- /
- List Leads
ActionFacebook Lead AdsUpdated May 2026
How do I list historical Facebook leads?
Short answer: Drop the "Facebook Lead Ads → List Leads" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Form ID formId | string | Required | Form ID |
Limit limit | number | Optional | Limit |
Sample request
{"formId": "{{trigger.formId}}","limit": "{{trigger.limit}}"}
Returns
{"data": [{"id": "lead_789","field_data": [{"name": "email","values": ["user@example.com"]}],"created_time": "2026-04-11T10:00:00Z"}],"paging": {}}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for List Leads.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about List Leads.
What does the List Leads action do in Facebook Lead Ads?
Paginated leads for a specific form with optional time-range filter. Useful for 24h-lookback backfill workflows that catch any leads missed by webhook downtime.
What inputs does List Leads require?
Required: Form ID. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Facebook Lead Ads returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Leads support batch operations?
Yes. Run List Leads inside a Loop node to process arrays. Tiny Command handles Facebook Lead Ads's rate limits automatically so you don't have to throttle manually.
More actions
Other Facebook Lead Ads actions.
Send list leads from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.