Skip to main content

AI icebreaker builder: scrape sites with Dumpling AI and save to Airtable

Workflow preview

Workflow preview
100%
AI icebreaker builder: scrape sites with Dumpling AI and save to Airtable preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who is this for? This workflow is ideal for sales teams, marketers, and virtual assistants who manage outbound campaigns and want to improve their cold outreach personalization. It helps automate t...

Best for

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

Tools used

n8n-nodes-base.noop, n8n-nodes-base.scheduletrigger, n8n-nodes-base.airtable, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.openai, 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
AI icebreaker builder: scrape sites with Dumpling AI and save to Airtable
Workflow name
AI icebreaker builder: scrape sites with Dumpling AI and save to Airtable
Who is this for?

This workflow is ideal for sales teams, marketers, and virtual assistants who manage outbound campaigns and want to improve their cold outreach personalization. It helps automate the research and writing process for each lead, saving time while improving quality.

What problem is this workflow solving?

Cold outreach often lacks personalization because manually reviewing each lead's website takes time. This workflow eliminates that bottleneck by using AI to auto-generate personalized icebreakers, summaries, and outreach emails based on a lead’s website—without human research.

What this workflow does

This n8n workflow runs on a schedule and pulls leads from Airtable who don't yet have an "Ice breaker" field filled out. For each lead, it does the following:

  1. Trigger: Scheduled daily via the Run Daily to Process New Leads node.
  2. Search Airtable: Finds leads in Airtable where the Ice breaker field is empty using the Search Cold Leads Without Icebreaker node.
  3. Split in Batches: Iterates through each lead one by one using Loop Through Each Lead.
  4. Rate Limiting: Waits briefly before each request using Wait Before Making Request to avoid rate limits.
  5. Scrape Website: Sends each lead’s website to Dumpling AI's /scrape endpoint via the Scrape Lead Website with Dumpling AI HTTP request.
  6. Generate AI Copy: Sends the scraped content to GPT-4o using the Generate Icebreaker, Summary & Email (GPT-4o) node. It asks the LLM to create:
    • A short personalized icebreaker
    • A 2–3 line website summary
    • A short email body for cold outreach
  7. Save Results: Updates the original Airtable record with the generated content using the Save AI Output Back to Airtable node.
  8. Sticky Note: Provides an overview of the workflow and usage instructions for future editors or collaborators.

This loop continues for all leads found, updating Airtable with fresh AI-generated outreach content.

Integration Requirements
  • Airtable (Personal Access Token)
  • Dumpling AI API Key (Header Auth)
  • OpenAI (GPT-4o)

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 - No Operation, do nothing

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

Block 2 - Run Daily to Process New Leads

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

Block 3 - Search Cold Leads Without Icebreaker

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

Block 4 - Loop Through Each Lead

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

Block 5 - Wait Before Making Request

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

Block 6 - Scrape Lead Website with Dumpling AI

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

Block 7 - Generate Icebreaker, Summary & Email (GPT-4o)

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

Block 8 - Save AI Output Back to Airtable

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

Block 9 - Sticky Note

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

3. Summary Table

Workflow AI icebreaker builder: scrape sites with Dumpling AI and save to Airtable
Complexity intermediate
Nodes 9
Categories Lead Generation, Multimodal AI
Author Yang
Published 11 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4885/4885.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 AI icebreaker builder: scrape sites with Dumpling AI and save to Airtable do?

Who is this for? This workflow is ideal for sales teams, marketers, and virtual assistants who manage outbound campaigns and want to improve their cold outreach personalization. It helps automate t...

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.