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.
Who is this for? This template is for sales teams, agencies, or local service providers who want to quickly generate cold outreach lists and automatically call local businesses with a Vapi AI assis...
n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.set, n8n-nodes-base.filter
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yang.
Original n8n.io sourceThis template is for sales teams, agencies, or local service providers who want to quickly generate cold outreach lists and automatically call local businesses with a Vapi AI assistant. It’s perfect for automating cold calls from scraped local listings with no manual dialing or research.
Finding leads and initiating outreach calls can be time-consuming. This workflow automates the process: it scrapes business listings from Google Maps using Dumpling AI, extracts phone numbers, filters out incomplete data, formats the numbers, and uses Vapi to make outbound AI-powered calls. Every call is logged in Google Sheets for follow-up and tracking.
Google Sheets Setup
best+restaurants+in+Chicago)Get Search Keywords from Google Sheets node.Dumpling AI Setup
Scrape Google Map Businesses using Dumpling AI nodeVapi Setup
assistantId and phoneNumberIdInitiate Vapi AI Call to Business nodeCall Logging
company namephone numberwebsiteLog Called Business Info to Sheet nodeStart Workflow Manually: Initiates the automation manually for testing or controlled runs.Get Search Keywords from Google Sheets: Reads search phrases from the spreadsheet.Scrape Google Map Businesses using Dumpling AI: Sends each search query to Dumpling AI and receives matching local business data.Split Each Business Result: Breaks the returned array of businesses into individual records for processing.Extract Business Name, Phone and website: Extracts title, phone, and website from each business record.Filter Valid Phone Numbers Only: Ensures only entries with a phone number move forward.Format Phone Number for Calling: Adds a +1 country code and strips non-numeric characters.Initiate Vapi AI Call to Business: Uses the business name and number to initiate a Vapi AI outbound call.Log Called Business Info to Sheet: Appends business details into a Google Sheet for tracking.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 | Cold outreach automation: Scrape local leads with Dumpling AI & call via Vapi |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | Yang |
| Published | 14 May 2025 |
Use the JSON export at /data/workflows/4031/4031.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.
Who is this for? This template is for sales teams, agencies, or local service providers who want to quickly generate cold outreach lists and automatically call local businesses with a Vapi AI assis...
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.