Question

Connect facebook Lead Ads to my website built in laravel

  • 23 August 2022
  • 1 reply
  • 520 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 ?!


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

Userlevel 7
Badge +12

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.