Automate Email Responses with AI Classification - n8n Workflow | Neura Market
Automate Email Responses with AI Classification
This n8n workflow automates the categorization and response to incoming emails using AI. It leverages LangChain and Google Gemini for classification, and integrates with Gmail and Brevo to manage email responses and CRM updates.
The workflow begins by triggering on new Gmail messages, which are then classified into predefined categories using LangChain's text classifier. Depending on the category, a tailored HTML response is sent using SMTP. Google Gemini can optionally enhance classification accuracy. Processed emails are marked as read, labeled in Gmail, and the sender's contact is updated in Brevo CRM.
Platform
n8n
Category
Communication
Price
Free
Creator
Kenji Yamamoto
if
gmail
emailSend
sendInBlue
stickyNote
gmailTrigger
textClassifier
lmChatGoogleGemini
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.