How to monitor more than one lead form with FB Lead Ads Trigger?

So we have this limitation from Facebook

Due to Facebook API limitations, you can have just one trigger per App.

How then would be the best way to monitor multiple Lead Forms? Do we really have to create one App per lead form. Seems extreme if we have like 20 forms (each form is in its own language and service)

  • **n8n version:1.42.1
  • **Database (default: SQLite):default
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):own
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • **Operating system:Ubuntu

Hi @chizuoka! Thanks for reaching out. Unfortunately that is a limitation of their API. It might be worth reaching out to their support team to put in a request for them to update it. That said, members of our community have in the past put together wonderful guides for setting up connections with Facebook in the past. I’ll share that below.

Happy building, and be sure to share new strategies you have for utilizing Facebook in your workflows so other users can learn as well!

OK right now Im using MAKE (unfortunately) to do the actual pulling of lead information from multiple lead forms and sending the raw data to N8N. How MAKE is able to get more than one connection in… is something of a question.

1 Like

Thanks for letting us know! That’s certainly something that will be interesting to our team and we’ll check out.

Sup guys.

The is one way, the only thing u need is the PageID and add this page under the same app/business account.

The easiest Way is to add the company as Partner in Facebook Business Manager important then give acess to the App. If you add an email/user inside the client BM instead of using partners tab i don`t think is going to work.

Then register the page to receive the forms with a POST request using Graph API.

https://graph.facebook.com/{page-id}/subscribed_apps?subscribed_fields=leadgen&access_token={page-access-token}

Dont forget to change the id and access token.

Here is an example of the workflow i use:

1 Like

Yes! im also doing same here, me also have same question how make is can do this…any one here have solution for this?

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