Skip to main content
Question

Connect facebook Lead Ads to my website built in laravel

  • August 23, 2022
  • 1 reply
  • 729 views

Hello every one , I want to connect my website with facebook ads to add lead autamtic to website database use zapier , the website built use laravel framework (php language) , I not have experince how do that ! , can help me ?!

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

GetUWired
Forum|alt.badge.img+12
  • Zapier Expert
  • 1030 replies
  • August 29, 2022

Hi @yasmina 

You will need to build in PHP functions to handle receiving a POST request from Zapier. You can then have a Zap that looks something like
Trigger: New Lead in Facebook Leads ad
Action: Webhook By Zapier. Send POST Request

Perhaps read up on how to create a simple REST API in PHP.