- Zapier can be used to receive leads from Facebook Lead adverts and pass them into FLG.
- FLG can generate a web form template containing the field names needed 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 JavaScript Validation
- Click Continue
- You'll see a template similar to:
<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" />
<input type="text" name="strLeadFirstName" id="strLeadFirstName" value="" />
<input type="text" name="strLeadLastName" id="strLeadLastName" value="" /> - The posting URL is the address in the form action (e.g. https://yourdomain.flg360.co.uk/api/APIHTTPPost.php).
- The other fields (e.g. intLeadGroupID, strSource, strLeadFirstName, strLeadLastName) are examples of the standard fields you'll need to include in your Zapier form post.
- Include any other fields you require - especially any set to required in FLG.
- In Zapier, set up a form post action and add the URL and data fields from your FLG web form template.
- Once set up, leads should flow from Facebook, into Zapier, and then into FLG.
- We can't provide support for 3rd party platforms, but if you hit an error, contact our support team with an example of the request and response from Zapier so we can help explain how to resolve it.
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