Skip to main content

Automate outbound sales calls to qualified leads with VAPI.ai and Google Sheets

Workflow preview

Workflow preview
100%
Automate outbound sales calls to qualified leads with VAPI.ai and Google Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow automates outbound calls to qualified leads using VAPI.ai and Google Sheets. Here's how it works and how to set it up. How It Works Read Leads: The workflow starts by reading leads fr...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.splitout, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.scheduletrigger, n8n-nodes-base.wait

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate outbound sales calls to qualified leads with VAPI.ai and Google Sheets
Workflow name
Automate outbound sales calls to qualified leads with VAPI.ai and Google Sheets

This workflow automates outbound calls to qualified leads using VAPI.ai and Google Sheets. Here's how it works and how to set it up.

How It Works

Read Leads: The workflow starts by reading leads from a Google Sheet where the "AI call status" is marked as "NO" Batch Processing: Leads are processed one at a time (batch size = 1) to ensure proper sequencing Variable Setup: Extracts the phone number and row number from each lead record Trigger VAPI Call: Makes an API call to VAPI.ai to initiate an AI-powered outbound call Update Status: Marks the lead as "YES" in the Google Sheet after the call is triggered to prevent duplicate calls Detailed Setup Guide

Prerequisites

n8n instance (self-hosted or cloud) Google Sheets account with OAuth2 credentials VAPI.ai account with API access Step 1: Google Sheets Setup

Create a Google Sheet with your leads data Ensure you have these columns (adjust if needed): Phone number (column E in the current setup) AI call status (column F in the current setup) Mark all leads you want to call with "NO" in the status column Step 2: Google Sheets Credentials

In n8n, go to Credentials > Add New Select "Google Sheets OAuth2 API" Follow the prompts to authenticate with your Google account Name it (e.g., "Google Sheets account 3" as in the example) Step 3: VAPI.ai Setup

Get your VAPI.ai API credentials In n8n, go to Credentials > Add New Select "HTTP Header Auth" Add your VAPI authorization header (typically "Bearer YOUR_API_KEY") Name it (e.g., "Header Auth account 4" as in the example)

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 - Split Out

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

Block 3 - Edit Fields

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

Block 4 - Code

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

Block 5 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Log call status

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

Block 7 - Sticky Note1

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

Block 8 - Sticky Note2

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

Block 9 - Google Sheets

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

Block 10 - Schedule Trigger

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

Block 11 - Wait1

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

Block 12 - append call status

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

Block 13 - Loop Over Items

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

3. Summary Table

Workflow Automate outbound sales calls to qualified leads with VAPI.ai and Google Sheets
Complexity intermediate
Nodes 13
Categories Lead Nurturing, AI Chatbot
Author David Olusola
Published 17 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4152/4152.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 Automate outbound sales calls to qualified leads with VAPI.ai and Google Sheets do?

This workflow automates outbound calls to qualified leads using VAPI.ai and Google Sheets. Here's how it works and how to set it up. How It Works Read Leads: The workflow starts by reading leads fr...

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.