Fibbler (LinkedIn and Google Ads)
Fibbler reveals the organization names of people interacting with your LinkedIn or Google Ads, but not the actual individuals. By connecting Fibbler to Funnelfeedr via Zapier, you can automatically get contacts by target role within the organizations that clicked on your ads — turning anonymous ad engagement into actionable leads.
Prerequisites
Before you begin, make sure you have:
- An active Funnelfeedr account
- A Fibbler account with LinkedIn or Google Ads connected
- A Zapier account (requires Premium for Webhooks)
Overview
The integration requires three steps in Zapier:
- Webhook Trigger — Catches engagement data from Fibbler
- Code Step — Formats the data for Funnelfeedr
- Webhook Action — Sends the formatted data to Funnelfeedr
Step 1: Create the Zap Trigger
-
Sign in to Zapier
-
Click Create Zap to start a new automation
-
Select Webhooks by Zapier (Premium) as the Trigger app
-
Choose Catch Hook as the Trigger Event
-
Copy the webhook URL that Zapier provides
-
Configure this webhook URL in Fibbler to send engagement data
Please read the Fibbler documentation on how to best create Signals.
Step 2: Add Code Step
-
Click + to add a new Action
-
Choose Code by Zapier
-
Select Run JavaScript as the Action Event
-
Create three Input Data fields and map each to the corresponding values from the Webhook trigger step:
campaignNamecampaignIdengagementLevel
In the Code window, paste the following JavaScript:
return { description: "Campaign: " + inputData['campaignName'] + "\n" + "Campaign Id: " + inputData['campaignId'] + "\n" + "Engagement level: " + inputData['engagementLevel'] };
Step 3: Configure Funnelfeedr Webhook
-
Sign in to Funnelfeedr
-
Navigate to the correct account
-
Go to Admin → Lead Config → Webhooks
-
Click Generate Webhook URL
-
Choose an existing lead bucket or create a new one
-
Copy the webhook URL using the copy button
Step 4: Send Data to Funnelfeedr
-
Return to Zapier and add a new Action step
-
Choose Webhooks by Zapier (Premium)
-
Select POST as the Action Event
-
Paste the Funnelfeedr Webhook URL
-
Choose Json as the Payload Type
-
Add the following data fields:
leadBucketId— Copy this value from the Funnelfeedr payload previewcompanyName— Select the Data Name output from the Code stepcomment— Select the Description output from the Code step
Step 5: Test and Activate
- Test each step in the Zap to ensure data flows correctly
- Verify that test leads appear in your selected Funnelfeedr lead bucket
- Turn on the Zap to activate the automation
Your Fibbler engagement data will now automatically create leads in Funnelfeedr, ready for your sales team to follow up with the right contacts.