Skip to main content

Run an AI SDR sales pipeline with OpenAI, Google Sheets, Gmail and Calendar

Workflow preview

Workflow preview
100%
Run an AI SDR sales pipeline with OpenAI, Google Sheets, Gmail and Calendar preview
Open on n8n.io

1. Workflow Overview

This n8n template is a complete, automated sales operating system. It acts as an AI powered sales development representative (SDR) that moves leads into a CRM, sends highly personalized follow up s...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.summarize, n8n-nodes-base.filter, n8n-nodes-base.switch

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Run an AI SDR sales pipeline with OpenAI, Google Sheets, Gmail and Calendar
Workflow name
Run an AI SDR sales pipeline with OpenAI, Google Sheets, Gmail and Calendar

This n8n template is a complete, automated sales operating system. It acts as an AI-powered sales development representative (SDR) that moves leads into a CRM, sends highly personalized follow-up sequences, tracks calendar bookings, and automatically handles meeting no-shows.

Instead of manually tracking who needs to be emailed next or cross-referencing your calendar with your spreadsheet, this workflow handles the entire outreach lifecycle in the background.

How it works

This template is divided into four autonomous processes:

1. The CRM Agent: A scheduled trigger runs daily to pull fresh leads from a temporary "Lead List" Google Sheet, adds them to your master CRM Sheet, formats the data, and then resets the temporary list so it's ready for the next batch.

2. The Follow-Up Agent: A scheduled trigger checks your CRM for active leads who haven't booked a call yet and haven't been emailed in the last 48 hours. Using an OpenAI language model, it customizes one of three sequential follow-up templates based on the prospect's name, role, company, and industry. It sends the email via Gmail and automatically logs the follow-up count and date in your CRM.

3. The Concierge Agent: Whenever a new event is created in Google Calendar, this flow intercepts it. If it matches your criteria, it finds the attendee's email in your CRM and updates their status to indicate a call is scheduled—instantly pulling them out of the automated follow-up sequence.

4. The No-Show Agent: Every 6 hours, a trigger checks your CRM for anyone explicitly marked as a "No Show." It sends them a polite, automated email via Gmail offering to reschedule and updates their CRM status so they aren't emailed twice.

How to use

  1. Duplicate the required Google Sheets structure (a basic Lead List and a CRM with columns for contact info, sequence tracking, and call statuses).

  2. Authenticate your Google Sheets, Google Calendar, and Gmail accounts within n8n.

  3. Update the Google Calendar trigger to point to your specific booking calendar.

  4. Open the AI LLM Chain nodes to customize the email copy, replacing the placeholder calendar links and my sign-off with your own details.

  5. Activate the workflow and let your automated sales pipeline run.

What you get

  • Automated data entry from lead list to CRM
  • 3-step, AI-personalized email sequence
  • Automatic sequence halting when a prospect books a call
  • Automated rescheduling emails for missed meetings
  • A completely self-updating Google Sheets CRM

Requirements

  • Google Sheets access
  • Gmail account
  • Google Calendar account
  • OpenAI API credentials for email personalization

Need help?

Ask in the n8n Forum or shoot me a DM on LinkedIn.

Happy automating 🚀

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 - Sticky Note

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

Block 2 - Schedule Trigger

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

Block 3 - Email List

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

Block 4 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 5 - Update CRM

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

Block 6 - Get row(s) from CRM

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

Block 7 - Wait

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

Block 8 - Finalize Contact Record in Sheet

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

Block 9 - Count

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

Block 10 - Reset email list

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

Block 11 - Sticky Note1

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

Block 12 - Sticky Note2

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

Block 13 - Sticky Note3

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

Block 14 - Schedule Trigger (Follow Ups)

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

Block 15 - Get rows from CRM

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

Block 16 - Filter

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

Block 17 - Which follow-up phase?

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.3

Block 18 - Follow Up 1

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 19 - Send First Follow Up

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

Block 20 - Update CRM (Follow Up 1)

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

Block 21 - Follow Up 3

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 22 - Follow Up 2

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 23 - Send Second Follow Up

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

Block 24 - Send Third Follow Up

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

Showing the first 24 of 36 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Run an AI SDR sales pipeline with OpenAI, Google Sheets, Gmail and Calendar
Complexity advanced
Nodes 36
Categories Lead Nurturing, AI Chatbot
Author Vincent Nguyen
Published 20 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13529/13529.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 Run an AI SDR sales pipeline with OpenAI, Google Sheets, Gmail and Calendar do?

This n8n template is a complete, automated sales operating system. It acts as an AI powered sales development representative (SDR) that moves leads into a CRM, sends highly personalized follow up s...

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, AI Chatbot use case.