Skip to main content

AI Agent to Chat with Airtable

Workflow preview

Workflow preview
100%
AI Agent to Chat with Airtable preview
Open on n8n.io

1. Workflow Overview

Video Introduction Want to automate your i...

Best for

  • Internal Wiki automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.airtabletool, 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 Milan Vasarhelyi - SmoothWork.

Original n8n.io source

1.1 Workflow description

Title
AI Agent to Chat with Airtable
Workflow name
AI Agent to Chat with Airtable

Video Introduction

Want to automate your inbox or need a custom workflow? 📞 Book a Call | 💬 DM me on Linkedin

Workflow Overview

This workflow creates an intelligent AI chat agent that allows you to query and retrieve data from your Airtable base using natural language conversations. Instead of manually searching through tables or writing complex formulas, simply ask questions like "List all Microsoft employees" or "Show me contacts from California," and the agent will intelligently search the appropriate tables and provide accurate answers.

The agent is powered by OpenAI's GPT model and equipped with two specialized tools: one for searching your Contacts table and another for searching your Companies table. It maintains conversation context through built-in memory, allowing for follow-up questions and more natural interactions.

Key Features

  • Natural language queries: Ask questions in plain English instead of writing formulas
  • Multi-table search: Automatically searches both Contacts and Companies tables
  • Intelligent tool selection: The AI decides which table to query based on your question
  • Conversation memory: Remembers context for follow-up questions
  • Web-based chat interface: Interact with your data through a simple chat UI

Setup Requirements

Airtable Connection:

  1. Create a Personal Access Token at airtable.com/create/tokens
  2. Add these scopes: data.records:read, data.records:write, and schema.bases:read
  3. Grant access to your bases and copy the token
  4. Add the token as an Airtable credential in n8n
  5. Update both Airtable tool nodes to point to your specific base and tables

OpenAI Connection: Connect your OpenAI API credentials in the OpenAI Chat Model node. The workflow uses GPT-4.1-mini by default, but you can select any available model.

Once published, the workflow provides a chat URL where you can start asking questions about your Airtable data immediately.

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 User Asks Question

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

Block 2 - CRM Assistant Agent

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

Block 3 - OpenAI Chat Model

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

Block 4 - Conversation Memory

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

Block 5 - Search Contacts

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

Block 6 - Search Companies

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

Block 7 - Workflow Description

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

Block 8 - Creator Contact Info

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

Block 9 - Video Walkthrough

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

3. Summary Table

Workflow AI Agent to Chat with Airtable
Complexity intermediate
Nodes 9
Categories Internal Wiki, AI Chatbot
Author Milan Vasarhelyi - SmoothWork
Published 17 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13459/13459.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 Agent to Chat with Airtable do?

Video Introduction Want to automate your i...

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