workflows.fit
Back to n8n workflows
n8n templateFreeBy Yang

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 tea...

AILangchainCore NodesChat TriggerSticky NoteTool Http RequestMemory Buffer Window
Loading interactive preview...

Template notes

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](https://app.dumplingai.com) - 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.