Skip to main content

AI chat agent: Dumpling AI + GPT-4o to auto-save local business data to Airtable

Workflow preview

Workflow preview
100%
AI chat agent: Dumpling AI + GPT-4o to auto-save local business data 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 for digital marketers, small business owners, lead generation agencies, and VAs who need a scalable way to find and store local business leads using AI. It’s espec...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.chattrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.toolhttprequest, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.airtabletool

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 chat agent: Dumpling AI + GPT-4o to auto-save local business data to Airtable
Workflow name
AI chat agent: Dumpling AI + GPT-4o to auto-save local business data to Airtable

Who is this for?

This workflow is for digital marketers, small business owners, lead generation agencies, and VAs who need a scalable way to find and store local business leads using AI. It’s especially useful for teams that want to enrich leads with real-time news insights and save the structured data to Airtable.


What problem is this workflow solving?

Manually researching local businesses and staying up to date with relevant news is time-consuming and inefficient. This automation eliminates that burden by using Dumpling AI chat agents to generate leads and context, GPT-4o to summarize, and Airtable to store everything in one place.


What this workflow does

This AI workflow listens for a manual trigger in n8n and executes the following steps:

  1. Extracts local business leads using a Local Business Agent from Dumpling AI.
  2. Pulls current news related to the business type or location using a News Agent from Dumpling AI.
  3. Uses GPT-4o to combine both responses into a human-readable summary.
  4. Extracts structured lead data like name, category, and city.
  5. Saves the summary and lead data into Airtable for easy follow-up.

Setup

1. Create AI Agents in Dumpling AI
  • Sign in at Dumpling AI
  • Create two separate agents:
    • Local Business Agent: Designed to respond with structured lists of businesses by location and category.
    • News Agent: Designed to fetch relevant recent news and summaries about a specific industry or region.
  • After setting up each agent, copy the Agent Key from Dumpling AI. These keys will be required in the headers of your HTTP Request nodes in n8n.
2. Manual Trigger
  • This workflow begins with a manual trigger inside n8n, Which is the When chat message is recieved.
  • This makes it easy to test and reuse, especially during setup.
3. Get Local Business Data from Dumpling AI
  • The first HTTP Request node sends a prompt like List 5 top real estate companies in Atlanta with full address and services.
  • Include your Local Business Agent Key in the x-agent-key header.
  • The response will return a structured list of business leads.
4. Get News Context from Dumpling AI
  • The second HTTP Request node sends a prompt such as Give me the latest news related to the real estate market in Atlanta.
  • Use your News Agent Key in the header.
  • This fetches a brief set of recent news summaries relevant to the businesses being researched.
5. Use GPT-4o to Merge and Summarize
  • The GPT node combines the list of businesses and news into one coherent summary.
  • You can modify the prompt to output in paragraph format, bullet points, or structured notes.
6. Save Lead to Airtable
  • The Airtable node sends all structured fields into your selected base and table.
  • Be sure to connect your Airtable account and confirm the columns match exactly.

How to customize this workflow

  • Replace the prompt inside the HTTP node to focus on different types of businesses or cities.
  • Expand the GPT output to include additional lead info like websites, phone numbers, or emails if the agent includes them.
  • Add a webhook trigger to allow this flow to be run via a chatbot, external app, or button.
  • Link to HubSpot or another CRM to sync the leads automatically.
  • Duplicate the process to run for multiple industries in parallel.

Final Notes

  • You must create and configure your Dumpling AI agents first before running this workflow.
  • The Agent Keys from Dumpling AI are required in both HTTP Request nodes.
  • This flow is modular and flexible, ready for deeper CRM integrations.
  • The manual trigger is great for testing, but you can add a Webhook node to automate it.

This workflow helps you launch an intelligent lead gen process that combines location-targeted business discovery, AI-generated insights, and structured CRM-friendly output, all powered by Dumpling AI and OpenAI.

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 - When chat message received

Type / Role
@n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
Config choices
Version 1.1

Block 2 - Sticky Note

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

Block 3 - News Agent

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 4 - Local Business Finder Agent

Type / Role
@n8n/n8n-nodes-langchain.toolHttpRequest - toolHttpRequest
Config choices
Version 1.1

Block 5 - Track Last 10 Messages

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 6 - Route AI Tasks with Dumpling + GPT + Memory

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

Block 7 - Process Input with GPT-4o Mini

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 8 - Save Business Results

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

3. Summary Table

Workflow AI chat agent: Dumpling AI + GPT-4o to auto-save local business data to Airtable
Complexity intermediate
Nodes 8
Categories Lead Generation, AI Chatbot
Author Yang
Published 01 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3826/3826.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 chat agent: Dumpling AI + GPT-4o to auto-save local business data to Airtable do?

Who is this for? This workflow is for digital marketers, small business owners, lead generation agencies, and VAs who need a scalable way to find and store local business leads using AI. It’s espec...

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