Most leads go cold because nobody follows up. Not because they weren't interested. Studies show that 80% of sales require at least five follow-ups, yet the average salesperson makes just one or two attempts before giving up. The difference between a dead lead and a closed deal is a structured, multi-touch sequence that stays top-of-mind without being annoying.

This guide walks you through a complete 14-day automated follow-up sequence built with n8n. By the time you finish reading, you'll know exactly what to send, when to send it, and how to wire it up so the whole system runs on autopilot. We'll cover email, WhatsApp, SMS, AI-generated proposals, meeting booking, invoicing, payment receipts, and monthly revenue reporting — everything you need to turn leads into customers without lifting a finger after the first contact.

What You'll Build

  • 14-day multi-channel follow-up sequence (email, WhatsApp, SMS)
  • AI proposal generator (GPT-4o to formatted PDF)
  • Automated appointment booking with SMS reminders
  • Invoice generation and delivery
  • Deal-won onboarding hand-off
  • Payment receipt confirmation
  • Monthly revenue report from closed deals

Why Multi-Touch Beats Single-Point Follow-Up

A single email or call is a lottery ticket. A multi-touch, multi-channel sequence is a systematic process. Here's why it works:

  • Different channels catch different people. Some leads live in their inbox. Others never miss a WhatsApp notification. A sequence that touches both — plus SMS — ensures you reach them where they're actually paying attention.
  • Frequency builds familiarity. A prospect who sees your name seven times across 14 days is far more likely to trust you when they're ready to buy. Each touch is a small deposit in the relationship bank.
  • Each touch serves a different purpose. Day 1 is value. Day 3 is social proof. Day 7 is a direct pitch. Day 14 is the final call. You're not spamming — you're guiding them through a decision journey.

The 14-Day Sequence Blueprint

Below is the exact schedule we use. Every touchpoint is triggered automatically by n8n after a lead is captured — from a website form, a Facebook lead ad, a WhatsApp inquiry, or a manual CRM entry.

Day Channel Message Type Goal
1 Email + WhatsApp Welcome & Value Pack Deliver immediate resource (checklist, guide, template)
3 Email Social Proof Case Study Show similar customer results
5 WhatsApp Quick Tip / Insight Stay top-of-mind without selling
7 Email Personalized Solution Pitch Present your offer with a specific pain point match
9 SMS Short Reminder + Offer High-open-rate nudge
11 WhatsApp Video / Voice Note Humanize the follow-up
13 Email Bonus / Upsell Tease Add extra incentive
14 Email + SMS Final Call + Expiry Create urgency, close or recycle

Each touch logs engagement (opens, clicks, replies) back to the lead's record. If a prospect replies or books a meeting, the sequence pauses automatically — no double messaging.

Step 1: Capture the Lead and Start the Sequence

Every automation pipeline starts with a trigger. Your n8n workflow watches for new leads from any source:

  • Web forms: n8n's Webhook node receives form submissions from your website and creates a lead in your database (Airtable, Google Sheets, or your CRM).
  • Facebook Lead Ads: The Facebook Lead Ads trigger node pulls in new leads the instant they submit.
  • WhatsApp inquiries: A Twilio WhatsApp webhook routes incoming messages into n8n, where a keyword check decides whether to start the sales sequence or route to support.
  • Manual entry: A simple Airtable form or Google Form triggers the same workflow when your team adds leads directly.

Once the lead is created, n8n records the current timestamp and begins the 14-day schedule. The workflow writes the sequence start time to the lead record and kicks off the first touchpoint immediately.

Step 2: Email Touchpoints via Resend / SendGrid

Email remains the backbone of the sequence. n8n connects to Resend or SendGrid to send beautifully formatted HTML emails. Each email is personalized with the lead's name, company, and the specific pain point they expressed.

For the Day 7 Personalized Solution Pitch, the workflow pulls data from the lead's record — industry, role, expressed challenges — and feeds it into a GPT-4o agent node. The agent drafts a custom email body that speaks directly to the prospect's situation. You review the output once, then trust the system.

Pro Tip: AI-Powered Personalization

The same GPT-4o call can generate a tailored subject line, opening paragraph, and specific benefit mention. We've seen open rates jump from 38% to 62% when the email references the exact challenge the lead described on the intake form.

Step 3: WhatsApp and SMS via Twilio

WhatsApp messages have a 98% open rate within three minutes. That's a channel you cannot afford to ignore. n8n connects to the Twilio WhatsApp API to send templated messages with merge fields for the lead's name and custom offers.

SMS is reserved for the Day 9 nudge and the Day 14 final call. These are short — under 160 characters — and always include a direct link to book a call or claim an offer. SMS is especially effective for reaching leads in regions where WhatsApp isn't the primary messaging app.

Step 4: AI Proposal Generator (GPT-4o to PDF)

When a lead shows high engagement — clicking two or more email links, or replying to a WhatsApp message — n8n escalates them to the AI Proposal Generator workflow. This is where the magic happens:

  1. The workflow extracts the lead's full profile: name, company, industry, budget range, and any notes from previous touchpoints.
  2. It sends this data to GPT-4o with a structured prompt that generates a professional proposal document in Markdown.
  3. The Markdown is converted to a styled PDF using n8n's HTML-to-PDF capabilities or a third-party API like APITemplate.io.
  4. The PDF is uploaded to cloud storage (Google Drive, Dropbox, or S3) and a shareable link is attached to the lead record.
  5. An email goes out to the prospect with the proposal attached and a personalized message generated by AI.

This single workflow can save your sales team 3–5 hours per proposal. For a team closing 10 deals a month, that's 30–50 hours reclaimed for high-value selling.

Step 5: Appointment Booking with Reminders

Every touchpoint includes a link to book a meeting. The link points to your Calendly or Cal.com page, and n8n listens for the booking webhook to trigger a series of actions:

  • The follow-up sequence is paused (no more automated messages while you're in active conversation).
  • A confirmation email is sent to the prospect with meeting details and calendar attachment.
  • An SMS reminder fires 2 hours before the meeting and again 10 minutes before. This alone can reduce no-shows by up to 40%.
  • The sales rep gets a Slack or Telegram notification with the prospect's full timeline — which emails they opened, which links they clicked, and any notes from previous interactions.

Step 6: Invoice Automation

Once the deal is verbally closed, the sales rep marks the deal stage as "Won" in the CRM. n8n picks up this change and:

  1. Creates an invoice using Stripe Invoicing or Wave with the agreed line items, discounts, and payment terms.
  2. Sends the invoice via email with a "View & Pay" button.
  3. Follows up automatically if payment hasn't been received within 48 hours — a gentle reminder via email, then WhatsApp on day 4.
  4. Logs the invoice status back to the CRM so everyone knows where things stand.

Step 7: Payment Receipts and Deal-Won Onboarding

When the payment clears, Stripe sends a webhook to n8n. From there:

  • A payment receipt is generated and emailed to the customer with a thank-you note.
  • The deal stage is moved to "Onboarding" in the CRM.
  • An onboarding workflow kicks off: a welcome email, login credentials (if applicable), a kick-off call booking link, and a link to a knowledge base or setup guide.
  • The sales rep receives a notification that the deal is fully closed and onboarding has started.

This hand-off is completely automatic. The sales team never touches an admin task after the verbal close. They move straight to the next lead while automation handles the paperwork.

Step 8: Monthly Revenue Reporting

The final piece of the puzzle is reporting. A monthly workflow runs on the 1st of every month and:

  1. Queries your CRM (or Stripe) for all deals closed in the previous month.
  2. Aggregates total revenue, average deal size, win rate, and time-to-close.
  3. Sends a formatted report to Slack, email, or Telegram — or writes it to a Google Sheet for your team's dashboard.
  4. Compares current performance against the previous month and highlights trends.

Without automation, this report takes someone 2–3 hours to compile. With n8n, it happens in 30 seconds on autopilot.

Putting It All Together: The n8n Workflow Map

The entire system is composed of connected workflows. Here's the high-level architecture:

  • Workflow 1 — Lead Capture & Sequence Start: Webhook trigger → Create Airtable record → Send Day 1 email & WhatsApp → Schedule next 13 days.
  • Workflow 2 — Daily Sequence Executor: Cron trigger (daily) → Query leads due for a touchpoint → Send channel-specific message → Log engagement.
  • Workflow 3 — Engagement Detector: Webhook (email open/click, reply) → Update lead score → Escalate to proposal if threshold met.
  • Workflow 4 — AI Proposal Generator: Lead score trigger → GPT-4o proposal draft → Convert to PDF → Upload → Send email with link.
  • Workflow 5 — Meeting Booked: Calendly/Cal.com webhook → Pause sequence → Send confirmations → Schedule reminders.
  • Workflow 6 — Invoice Automation: Deal stage "Won" → Create Stripe invoice → Send → Follow up if unpaid.
  • Workflow 7 — Payment Received: Stripe webhook → Send receipt → Move to onboarding → Trigger onboarding sequence.
  • Workflow 8 — Monthly Report: Cron (1st of month) → Query closed deals → Format report → Send to Slack/email.

All eight workflows are included in the Selazone automation vault — pre-built, documented, and ready to import into your n8n instance. Each one uses environment variables for API keys so you never hard-code credentials.

Want This Entire System Pre-Built?

The Selazone vault gives you all 8 sales follow-up workflows plus 28 more across lead generation, customer support, operations, and finance. Every workflow comes with clear setup instructions, and our templates use the same architecture described above. Import them, connect your APIs, and go live in under 2 hours.

Stop Losing Deals to Poor Follow-Up

Get 36 n8n workflows, 10 SOPs, and 200 AI prompts in the Selazone automation vault. Import today and start closing more deals on autopilot.

Get the Vault →