Skip to main content

Cold email icebreakers from local business search with GPT-4 and Dumpling AI

Workflow preview

Workflow preview
100%
Cold email icebreakers from local business search with GPT-4 and Dumpling AI 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 helps digital marketers and outreach specialists automate the research and creation of cold email icebreakers for local businesses. What it does: 1. Starts with a Form Trigger , where...

Best for

  • Lead Generation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.filter, n8n-nodes-base.googlesheets, 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 Yang.

Original n8n.io source

1.1 Workflow description

Title
Cold email icebreakers from local business search with GPT-4 and Dumpling AI
Workflow name
Cold email icebreakers from local business search with GPT-4 and Dumpling AI

This workflow helps digital marketers and outreach specialists automate the research and creation of cold email icebreakers for local businesses.

What it does:

  1. Starts with a Form Trigger, where you input a search keyword (e.g., “Dentist in New York”).
  2. Uses Dumpling AI’s Google Maps API to search for local businesses matching the keyword.
  3. Extracts individual business data, including website URLs.
  4. Sends each website to Dumpling AI to extract:
    • A website summary for personalization
    • An email address (if available)
  5. Sends the summary and business info to GPT-4 via OpenAI to write a short, warm, and customized icebreaker message.
  6. Filters out results with missing email addresses.
  7. Logs the business name, email, website, phone number, website summary, and generated icebreaker into Google Sheets.
  8. Optionally pushes the lead and personalization to Instantly.ai for automated cold outreach.

Tools Used:

  • Form Trigger (n8n)
  • Dumpling AI (Search & Extraction APIs)
  • OpenAI GPT-4 (via LangChain Node)
  • Google Sheets
  • Instantly.ai (optional lead delivery)

🛠️ How to Customize the Workflow

  • Change the search region or business type: Adjust the default keyword in the Form Trigger or connect a different input source (like Google Sheets).
  • Customize the prompt: Modify the GPT-4 node prompt to match your agency tone or outreach style.
  • Add or remove data fields: Edit the Google Sheets node to store additional business data or remove unnecessary ones.
  • Connect to your CRM or outreach tool: Replace or extend the Instantly API node with your own CRM (e.g., HubSpot, Close, Pipedrive) using HTTP Request or native integrations.
  • Control batching size: The Split In Batches node is set to 2 by default. You can increase this to speed up processing or reduce it to avoid rate limits.

This automation is ideal for sales teams, digital marketing freelancers, and agencies who want to scale lead generation while keeping emails personal and relevant.

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 - Form: Submit Search Keyword

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

Block 2 - Dumpling AI: Search Google Maps for Businesses

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

Block 3 - 🧮 Split: Extract Individual Places

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

Block 4 - 🔁 Loop: Process Each Business

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

Block 5 - 🧠 Dumpling AI: Extract Email + Website Summary

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

Block 6 - ✍️ GPT-4: Write Personalized Icebreaker Email

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 7 - ✅ IF: Email Exists

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

Block 8 - 📄 Log to Google Sheets

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

Block 9 - 📤 Instantly API: Add to Campaign

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

Block 10 - Sticky Note

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

3. Summary Table

Workflow Cold email icebreakers from local business search with GPT-4 and Dumpling AI
Complexity intermediate
Nodes 10
Categories Lead Generation, Multimodal AI
Author Yang
Published 18 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6156/6156.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 Cold email icebreakers from local business search with GPT-4 and Dumpling AI do?

This workflow helps digital marketers and outreach specialists automate the research and creation of cold email icebreakers for local businesses. What it does: 1. Starts with a Form Trigger , where...

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