How to have 2 facebook Lead ad trigger nodes in n8n

Describe the problem/error/question

I have 2 meta lead forms and I want to fetch the data from both how can I do that ?

  • I have already created 2 separate apps and Facebook Lead Ads Node use the credentials of each app respectively.
  • I tried having them both in a single workflow (didn’t work)
  • I tried creating 2 workflow each with one trigger node [didn’t work]

What is the error message (if any)?

There is no error message

Please share your workflow

Information on your n8n setup

  • n8n version: 1.118.2
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Linux VM

You can fetch leads from both forms in one workflow only if you use the same Facebook app for both.
Use one Facebook Lead Ads Trigger node per form, but both must use the same app credentials.

1 Like

Thanks for the solution, but when I tried to activate my workflow, it showed an error message about facebook API limitations, about how I can only have 1 webhook per facebook app.

Somehow, I got the workflow to activate and haven’t seen the error since, is there a chance it could come back ?!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.