Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Olusola.
Original n8n.io sourceThis 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)
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.
| 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 |
Use the JSON export at /data/workflows/4152/4152.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.