Block 1 - Airtable Trigger
- Type / Role
- n8n-nodes-base.airtableTrigger - airtableTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
of the n8n Workflow This n8n workflow automates sales processes using AI agents integrated with Airtable as a CRM and Gmail for email handling. It consists of two main workflows: one for handling A...
n8n-nodes-base.airtabletrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.switch, n8n-nodes-base.googledocs, n8n-nodes-base.gmailtool, n8n-nodes-base.gmailtrigger, n8n-nodes-base.markdown
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by LeeWei.
Original n8n.io sourceThis n8n workflow automates sales processes using AI agents integrated with Airtable as a CRM and Gmail for email handling. It consists of two main workflows: one for handling Airtable status changes to send automated emails, and another for processing incoming emails to add new leads to the CRM or respond to existing leads/clients. The agents personalize emails, research leads via web searches, update CRM notes, and include human approval for responses.
The workflows include sticky notes with Markdown formatting for key instructions (assume these are added to the cloned workflows):
Editable Fields (Airtable and Gmail Credentials)
## Editable Fields
- Update Airtable base ID and table ID in trigger/search nodes to match your CRM.
- Set Gmail credentials for triggers and email nodes.
Editable Fields (API Keys and Models)
## Editable Fields
- Replace Tavily API key in HTTP request nodes with your own (sign up at tavily.com).
- Update OpenAI model in chat model nodes if needed (e.g., to gpt-4o).
Editable Fields (Google Docs Templates)
## Editable Fields
- Replace Google Docs URLs in document nodes with your own templates for each status/email type.
- Ensure Google Docs credentials have read access.
To use these workflows in n8n (setup time: ~10-15 minutes):
Import the JSONs: Paste the provided JSON into n8n to create the two workflows ("Airtable sales agent" and "Email sales Agent").
Configure Credentials:
Update Editable Fields:
Activate Workflows: Enable the triggers and test with sample data.
These n8n workflows create an efficient AI-powered sales system, automating lead addition, CRM updates, and email communications with minimal setup. They integrate seamlessly with Airtable and Gmail, allowing focus on high-value tasks. Customize as needed via the editable fields outlined.
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.
Showing the first 24 of 40 workflow blocks. Download the JSON for the full node graph.
| Workflow | AI-powered sales assistant with Airtable CRM, Gmail and web research |
|---|---|
| Complexity | advanced |
| Nodes | 40 |
| Categories | Lead Nurturing, AI Chatbot |
| Author | LeeWei |
| Published | 06 Sept 2025 |
Use the JSON export at /data/workflows/8322/8322.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
of the n8n Workflow This n8n workflow automates sales processes using AI agents integrated with Airtable as a CRM and Gmail for email handling. It consists of two main workflows: one for handling A...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Nurturing, AI Chatbot use case.