Skip to main content

Automated lead follow-up system with Gmail, Google Calendar & Sheets sync

Workflow preview

Workflow preview
100%
Automated lead follow-up system with Gmail, Google Calendar & Sheets sync preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description Boost your meeting conversion rates with this Automated Meeting Booking Sequence! This workflow automatically follows up with unbooked leads after 24 hours, sends personalized emails wi...

Best for

  • Lead Nurturing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.googlecalendar, n8n-nodes-base.gmail, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.wait, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Automated lead follow-up system with Gmail, Google Calendar & Sheets sync
Workflow name
Automated lead follow-up system with Gmail, Google Calendar & Sheets sync

Description

Boost your meeting conversion rates with this Automated Meeting Booking Sequence! This workflow automatically follows up with unbooked leads after 24 hours, sends personalized emails with calendar links and alternate time slots, and confirms bookings via replies or webhook triggers—ensuring you book more meetings with less manual effort.

What This Template Does

📅 Runs every hour to check for unbooked leads 📋 Fetches lead details (name, company, contact info) from Google Sheets 📧 Sends personalized follow-up emails with booking links + alternate time slots 🗓 Creates placeholder events in Google Calendar for reserved slots ⏳ Waits 24 hours to monitor lead responses 📩 Analyzes replies for booking confirmations 🔄 Updates Google Sheets with confirmed “BOOKED” status

Prerequisites

  • Google Sheets with lead details (Name, Email, Status, Initial Reply Date)
  • Gmail API credentials (for follow-up emails)
  • Google Calendar API credentials (for placeholder events)
  • n8n instance (self-hosted or cloud)

Step-by-Step Setup

  • Use a schedule trigger to run the workflow hourly.
  • Fetch lead records from Google Sheets.
  • Add an IF condition to detect leads with status = “Unbooked” OR >24 hrs since reply.
  • Send a Gmail follow-up email with booking link + 2 alternate time slots.
  • Create a Google Calendar placeholder event (e.g., 24 hrs from now).
  • Add a 24-hour delay node to wait for responses.
  • Fetch Gmail threads to check replies or webhook responses.
  • If confirmed → update Google Sheets status to “BOOKED.”

Customization Ideas

  • Replace Gmail with Outlook or Zoho Mail.
  • Add AI-generated personalized email copy for higher response rates.
  • Use Slack/Telegram alerts when a booking is confirmed.
  • Connect to your CRM (HubSpot, Zoho, Salesforce) for full sync.

Key Benefits ✅ Automates follow-ups for unbooked leads ✅ Increases meeting conversion with ready-made slots ✅ Reduces manual effort in tracking responses ✅ Keeps CRM/Google Sheets updated automatically

Perfect For

  • Sales teams managing high-volume leads
  • SDRs ensuring follow-ups never get missed
  • Agencies scheduling discovery/intro calls
  • Businesses that want to maximize conversions with minimal effort

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 2 - Check If Unbooked

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 3 - Create Calendar Placeholder

Type / Role
n8n-nodes-base.googleCalendar - googleCalendar
Config choices
Version 1.2

Block 4 - Send Follow-up Email1

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 5 - Get row(s) in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 6 - Get a thread

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 7 - If1

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 8 - Append or update row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 9 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Wait 24 hr 1

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automated lead follow-up system with Gmail, Google Calendar & Sheets sync
Complexity advanced
Nodes 20
Categories Lead Nurturing
Author Rahul Joshi
Published 12 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8511/8511.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automated lead follow-up system with Gmail, Google Calendar & Sheets sync do?

Description Boost your meeting conversion rates with this Automated Meeting Booking Sequence! This workflow automatically follows up with unbooked leads after 24 hours, sends personalized emails wi...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing use case.