Receive Facebook Leads Using LeadsBridge¶
LeadsBridge is a lead generation and automation platform that allows you to automatically send leads generated through Facebook Lead Ads to Evergiving. By integrating LeadsBridge, your Facebook leads can be sent in real-time directly to your Evergiving calling lists for follow-up.
Prerequisites¶
Before you begin, make sure you have the following:
- An ad created using Facebook Ads Manager.
- A Pro Plan on LeadsBridge, as HTTP Request (GET/POST) is a Pro feature.
Setting Up LeadsBridge¶
The setup process involves five main steps:
Step 1: Create a Bridge Between Facebook Lead Ad and HTTP Request (GET/POST)¶
- From the LeadsBridge dashboard, click on Create New Bridge.
- Select Facebook Lead Ads as the source.
- Select HTTP Request (GET/POST) as the destination.
Step 2: Authorize Facebook Integration¶
- Authorize your Facebook Leads account through LeadsBridge.
- Choose the relevant ad account, page, and lead form you want to connect.
Step 3: Create a New HTTP Request (GET/POST) Integration¶
- Choose Create New Integration from the destination options.
- Select Complex Bridge as the integration type.
- Enter a name for the bridge and choose Create New Destination.
- Configure the HTTP request body with the following JSON template, replacing placeholders with your campaign data:
{
"data": {
"supporter_firstname": "@@FirstName@@",
"supporter_lastname": "@@LastName@@",
"mob_phone": "@@Phone@@",
"country": "AU",
"campaign_name": "UNICEF Acquisition (The Great Phone Company)",
"lead_import_label": "Facebook Leads Ad Campaign June"
}
}
Refer to Evergiving’s API for more details.
- Obtain an API token from Evergiving by navigating to Account > API Tokens, then click Create New API Token. Copy the token for use later in the setup.
Step 4: Test the Integration¶
-
Enter the following information in the HTTP Request setup:
-
URL:
https://waysact.me/api/v4/leads
- Method:
POST
- Content-Type:
application/json
- Authorization: Enter
Bearer <Your API Token>
- Run a test to ensure the connection works correctly and the data is transmitted to Evergiving.
Step 5: Publish and Turn On¶
- Once the test is successful, click Publish and then Turn On the bridge to begin receiving Facebook leads into Evergiving automatically.
Once this setup is complete, any leads generated through Facebook Lead Ads will be sent in real-time to Evergiving for follow-up through your calling lists.