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