Make.com + FollowFire
Connect any of 1,500+ apps to FollowFire through Make.com. Get AI-powered lead follow-ups from Typeform, JotForm, Facebook Leads, HubSpot, Google Sheets, and more — no coding required.
What you'll need
Setup Guide
Copy Your FollowFire Webhook URL
Every FollowFire account has a unique webhook URL that receives lead data from your forms and apps. You'll find it in your dashboard settings.
- Log in to your FollowFire dashboard
- Click Settings in the top navigation
- Under Webhook URL, click the copy button
- Your URL looks like:
https://followfire.app/api/webhook/[your-id]
Create a New Scenario and Add Your Trigger Module
In Make, a scenario is a visual workflow. It starts with a trigger module (the source of your leads) and ends with an action module (sending data to FollowFire).
- Log in to Make.com and click + Create a new scenario
- Click the large + circle to add your first module
- Search for your lead source app (e.g., Typeform, JotForm, HubSpot, Facebook Lead Ads, Google Sheets)
- Select the trigger event (e.g., Watch Responses, Watch Submissions, Watch New Leads)
- Connect your account and run the module to pull a test record
Popular Make.com trigger modules for FollowFire:
Add an HTTP Module — Make an HTTP Request (POST)
After your trigger module, add an HTTP → Make a requestmodule to POST the lead data to FollowFire. This is Make's built-in way to send data to any webhook URL.
- Click the + after your trigger module to add a new module
- Search for HTTP and select Make a request
- In URL, paste your FollowFire webhook URL
- Set Method to POST
- Set Body type to application/json
- In the Request content field, build the JSON body using the field mapper (see table below)
JSON body field mapping
| Key | Map from trigger |
|---|---|
| name | Contact Name / Full Name from trigger |
| Email Address from trigger | |
| phone | Phone Number from trigger (optional) |
| message | Message / Comments / Notes from trigger |
| source | make (type this literally) |
Example JSON body (raw mode)
{
"name": "{{1.name}}",
"email": "{{1.email}}",
"phone": "{{1.phone}}",
"message": "{{1.message}}",
"source": "make"
}Replace 1 with your trigger module's bundle number. Use Make's field picker to map the correct output fields.
Run Once to Test
Before activating your scenario, run it once manually to confirm the HTTP module posts successfully to FollowFire and a test lead appears in your dashboard.
- Click Run once at the bottom of the scenario editor
- Submit a test entry in your trigger app (or use an existing test record)
- Watch the scenario bubbles — each module shows a green checkmark when it runs successfully
- Click the HTTP module bubble to inspect the response: you should see
200 OK - Open your FollowFire Dashboard → Leads — the test lead should appear within seconds
- Check your email for the AI follow-up (arrives within 60 seconds)
- HTTP module shows green checkmark + 200 OK response
- New lead appears in FollowFire dashboard
- AI follow-up email arrives within 60 seconds
- FollowFire notification email sent to your notification address
email field contains a real email value, not null or an empty string.Activate Your Scenario
Once your test passes, activate the scenario so it runs automatically whenever new leads arrive.
- Click Save to save your scenario
- Name it something clear: e.g., "Typeform → FollowFire AI Follow-up"
- Toggle the scenario ON using the switch at the bottom left
- Set scheduling to Immediately (as data arrives) for instant webhooks, or choose a custom interval
- Submit a real form on your site to confirm the end-to-end flow works live
What Happens After a Lead Comes In
Your form app fires a trigger in Make (instant for supported apps, or on next poll interval).
Your Make scenario runs the HTTP module, POSTing lead name, email, phone, and message to FollowFire.
FollowFire generates a personalized reply and sends it via email (and optional SMS) before your competitors even see the notification.
FollowFire emails you the lead details so you're always in the loop.
If the lead doesn't reply, FollowFire sends a gentle follow-up to keep them warm.
Works With 1,500+ Apps
If your tool is in Make, it can send leads to FollowFire. Here are some popular sources:
Make vs Zapier for FollowFire
Both work great with FollowFire. Here's how they compare:
| Feature | Make | Zapier |
|---|---|---|
| Free plan | ✅ 1,000 ops/month | ✅ 100 tasks/month |
| HTTP webhooks on free | ✅ Yes | ❌ Paid only |
| Visual scenario builder | ✅ Flowchart style | ⚡ Linear steps |
| Instant triggers | ✅ Many apps | ⚡ Most apps |
| App catalog | ⚡ 1,500+ | ✅ 6,000+ |
| Complexity ceiling | ✅ Multi-branch logic | ⚡ Basic branching |
Make's free plan includes HTTP webhooks — no paid plan needed to connect FollowFire. See the Zapier guide if you prefer Zapier.
Troubleshooting
⚠️HTTP module returns an error or non-200 response▼
⚠️Make shows 200 OK but no lead appears in FollowFire▼
⚠️Lead fields show as blank or 'Unknown' in FollowFire▼
⚠️Scenario is on but new leads aren't appearing in FollowFire▼
⚠️AI follow-up email not sending after lead arrives▼
Ready to follow up every lead automatically?
20 minutes of setup → AI replies every new lead within 60 seconds. Connect any app, any form, any CRM — and let FollowFire win the race to respond.
Questions? Email support@followfire.app