Every second your leads wait for a response, you're losing money. Studies show that contacting a lead within 5 minutes increases conversion by 9x. Wait 30 minutes and the odds drop by 80%. Yet most businesses still check Facebook Lead Ads manually, forward emails by hand, and copy-paste WhatsApp inquiries into spreadsheets.
This article walks through 8 production-ready lead generation automation workflows built in n8n — the open-source automation platform. Each workflow replaces a manual process with an automated system that captures, scores, routes, and follows up with leads 24/7.
If you want these workflows pre-built and ready to import, the Selazone Automation Vault ships all 8 as JSON files plus implementation guides.
Why n8n for Lead Generation Automation?
n8n is an open-source workflow automation tool with 400+ integrations. It runs on your own server (no per-execution fees), connects to WhatsApp, Gmail, Airtable, Slack, HubSpot, LinkedIn, Facebook, and every major CRM. For lead generation, n8n excels because:
- Real-time triggers — webhooks, form submissions, email parsing, and social media events fire instantly
- Conditional routing — score leads, detect intent, and route to the right person or queue automatically
- AI integration — connect GPT-4o or Claude to classify, summarize, and personalize lead communications
- Self-hosted — your lead data never touches third-party infrastructure
Below are the 8 lead generation workflows included in the vault, explained step by step so you can understand how each one works and what it replaces.
1. Facebook Lead Ads → Instant WhatsApp + Email
Facebook Lead Ads generate leads directly inside the platform. The problem? Most businesses check these leads once a day — missing the critical 5-minute window.
How it works: A Facebook webhook triggers the workflow the instant a lead submits their form. n8n extracts the lead's name, phone, email, and answers. It then sends a personalized WhatsApp message via Twilio and a follow-up email via Gmail — all within seconds of the lead opting in.
The WhatsApp message thanks them, sets expectations, and offers a calendar link. The email lands in their inbox with more detail and a link to your lead magnet or offer.
Facebook Lead Ads to Multi-Channel Outreach
Triggers: Facebook Lead Ads webhook. Actions: Send WhatsApp (Twilio), send email (Gmail/SMTP), log to Airtable, tag as "hot lead." Estimated time saved: 30+ minutes per lead.
2. Website Form → Airtable with Lead Scoring
A contact form submission is just raw data. Without scoring, you waste time on unqualified leads while hot prospects wait.
How it works: A webhook from Typeform, Webflow, or WordPress sends form data to n8n. The workflow scores the lead based on answers — budget range, business size, timeline, and role. It assigns a score (0–100), writes the lead to Airtable with the score, and routes high-scoring leads to a Slack alert for immediate call-back.
Medium-scoring leads receive an automated email sequence. Low-scoring leads enter a nurture drip. No human judgment required.
Web Form to Scored Airtable Records
Triggers: Webhook (Typeform/Webflow/WordPress). Actions: Score lead (custom rules), create Airtable record, Slack alert for hot leads, Gmail nurture sequence. Estimated time saved: 15 minutes per lead.
3. WhatsApp Lead Bot with Intent Detection
In many markets, WhatsApp is the primary channel for business inquiries. But manually responding to every message is unsustainable as you scale.
How it works: A Twilio WhatsApp number receives inbound messages. n8n uses GPT-4o to detect the lead's intent — "pricing enquiry," "demo request," "support issue," or "partnership." Based on intent, the bot sends a pre-written response, books a meeting via Cal.com, or escalates to a human agent. The full conversation is logged to Airtable as a lead record.
WhatsApp AI Lead Bot
Triggers: Inbound WhatsApp webhook (Twilio). Actions: GPT-4o intent classification, auto-reply, Cal.com booking, Airtable logging. Estimated time saved: 10 minutes per inquiry.
4. LinkedIn Prospect → ICP Scoring & Enrichment
LinkedIn is where B2B leads live. But manual sourcing and outreach is slow and inconsistent.
How it works: A PhantomBuster or LinkedIn automation tool sends prospect profile data to n8n via webhook. The workflow enriches the profile with company info (Clearbit or manual API calls), scores the lead against your Ideal Customer Profile (ICP), and writes the result to Airtable. High-ICP matches trigger a personalized LinkedIn connection request draft and an email alert to your sales team.
LinkedIn to ICP Scoring Engine
Triggers: PhantomBuster webhook / CSV upload. Actions: Data enrichment, ICP scoring (industry, role, company size), Airtable storage, Slack alert. Estimated time saved: 20 minutes per prospect.
5. Missed Call → WhatsApp Auto-Reply
Missed calls are lost leads — unless you have a way to capture them instantly. This is especially powerful for real estate, service businesses, and sales teams.
How it works: A Twilio voice webhook fires when a call goes unanswered. n8n captures the caller's number, looks up the contact in Airtable (returns "new" if not found), and sends a WhatsApp message apologizing for the missed call and offering to help: "Hi [Name], sorry we missed your call. Reply with what you need and we'll get back to you right away." The lead's response re-enters the WhatsApp lead bot workflow above.
Missed Call to WhatsApp Recovery
Triggers: Twilio missed-call webhook. Actions: Contact lookup, WhatsApp auto-reply, Airtable log. Estimated time saved: 5 minutes per call, plus recovered revenue from otherwise lost leads.
6. Referral Tracking & Automated Reward
Referral programs generate high-converting leads, but tracking and rewarding referrals manually is a nightmare.
How it works: When someone submits a referral via a web form or unique referral link, n8n captures both the referrer and the referred lead. It logs the referral in Airtable, sends the referrer an automated thank-you message (WhatsApp + email), and applies a discount code or reward. The referred lead enters the standard lead-nurture workflow with a note about who referred them.
Referral Intake & Reward Automation
Triggers: Webhook / referral link click. Actions: Dual Airtable record creation, referrer reward (WhatsApp + email), referred lead nurture entry. Estimated time saved: 10 minutes per referral.
7. Dormant Lead Re-Engagement Sequence
Most leads won't buy on first contact. Without systematic re-engagement, they go cold and never come back.
How it works: A weekly scheduled n8n workflow queries Airtable for leads marked as "dormant" — no activity, no reply, or status unchanged for 30+ days. It sends a re-engagement WhatsApp message with a fresh angle (new feature, testimonial, limited offer). If the lead replies, the workflow moves them back to "active" and alerts the sales team. After 3 attempts with no reply, the lead is moved to "archived."
Dormant Lead Reactivation
Triggers: Cron schedule (weekly). Actions: Query dormant leads, send WhatsApp re-engagement, update status based on reply. Estimated time saved: 2+ hours per week.
8. Weekly Pipeline Report & Lead Audit
You can't improve what you don't measure. A weekly lead report keeps your team accountable and reveals bottlenecks.
How it works: Every Monday at 8 AM, n8n pulls all lead records from Airtable, computes key metrics — new leads this week, leads by source, conversion rate, average response time, and pipeline value. It compiles the data into a formatted email (HTML table) and sends it to the team. A Slack summary is also posted to the sales channel.
Automated Pipeline Report
Triggers: Cron schedule (weekly). Actions: Query Airtable, compute KPIs, send HTML email (Gmail), post Slack digest. Estimated time saved: 1 hour per week + improved visibility.
How to Deploy These Workflows
Each of the 8 workflows above is included in the Selazone Automation Vault as a ready-to-import JSON file. Here's how to go from zero to live in under 2 hours:
- Set up n8n — self-host via Docker on a $5 VPS or use n8n.cloud (free tier available)
- Connect your tools — Gmail, Twilio, Airtable, Slack, OpenAI, and Facebook. All credentials are stored securely in n8n
- Import the workflow — paste the JSON file into n8n's import dialog
- Configure webhooks — point Facebook Lead Ads, Typeform, Twilio, and other triggers to the n8n webhook URLs
- Test and activate — run a test lead through each workflow, verify data flows to Airtable, and activate the production trigger
That's it. No coding. No trial and error. Every workflow includes a step-by-step implementation guide written for non-technical users.
What Happens After You Deploy
Within the first week of running these 8 lead generation workflows, you can expect:
- Sub-30-second lead response on every channel — Facebook, web forms, WhatsApp, and missed calls
- Automatic lead scoring — your team only sees qualified leads prioritized by score
- Zero leads falling through cracks — every inquiry is captured, logged, and followed up
- 10+ hours saved per week — time your team previously spent on manual data entry, copy-paste messaging, and spreadsheet management
- Measurable pipeline growth — weekly reports show exactly where leads come from and how fast they convert
Lead generation automation isn't a "nice to have" anymore. It's the difference between a business that grows predictably and one that chases leads manually every day.
Get All 8 Workflows Pre-Built in the Selazone Vault
The 8 workflows in this guide are part of a larger collection: 36 n8n workflows, 10 corporate SOPs, 200 AI business prompts, automation audit tools, and a client acquisition kit — all in one vault.
Every workflow ships as a JSON file. Import into n8n, connect your API keys, and activate. Implementation guides walk you through every step.
Ready to Never Lose Another Lead?
Get instant access to all 8 lead generation workflows plus 28 more covering sales, marketing, AI agents, support, operations, and HR.
Get the Vault — ₦55,000 →