Zapier can be used to receive leads from Facebook Lead adverts.
Inside FLG you can generate a template for capturing leads from a web form that includes the field names required for a form post from Zapier. To get this go to:
- Tools > Capture Leads > From a Website (click continue)
- Set the 'Capture Method' to 'Web Form'
- Untick the option for 'JavaScript Validation'
- Click Continue
<form action="https://yourdomain.flg360.co.uk/api/APIHTTPPost.php" method="post">
<input type="hidden" name="intLeadGroupID" value="40000" />
<input type="hidden" name="strSource" value="Facebook" />
<label for="strLeadFirstName">First Name:</label>
<input type="text" name="strLeadFirstName" id="strLeadFirstName" value="" />
<label for="strLeadLastName">Last Name:</label>
<input type="text" name="strLeadLastName" id="strLeadLastName" value="" />
The posting URL is the first part in Bold after the form action above.
The other Bold fields are examples of the standard required fields that you'll need in your form post in Zapier.
Don't forget to use any other data that you require (especially any fields you have set to required).
In Zapier you will need to make a form post.
Add in the URL & data fields from your FLG web form template like so:
Once everything is set up, your leads should go from Facebook, into Zapier and then into FLG.
Although we can't provide support for 3rd party platforms, you could always contact the support team and share an example of your request & response from Zapier if you have an error and need us to explain how to resolve this.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article