This n8n workflow automates the by Syeda Fiza GilaniThis n8n workflow automates the by Syeda Fiza Gilani

This n8n workflow automates the

Syeda Fiza Gilani

Syeda Fiza Gilani

This n8n workflow automates the process of handling incoming emails, summarizing them, drafting a response using AI, and requiring manual human approval before sending the final reply.
Gmail Trigger: Listens for incoming emails to kick off the automation sequence.
Markdown: Converts the raw HTML email content into clean Markdown format.
Email Summarization (Google Gemini): Utilizes a Google Gemini chat model to analyze and summarize the incoming message.
Write email (Google Gemini): Generates a contextual reply draft via a second Gemini model node.
Set Email text & Approve Email: Sets up a manual review step ("Send and Wait for Response") where a human can check and edit the drafted text.
Approved? & Send Email: Evaluates the approval status; if approved (true), the final email is automatically dispatched back through Gmail.
Like this project

Posted Sep 8, 2026

This n8n workflow automates the process of handling incoming emails, summarizing them, drafting a response using AI, and requiring manual human approval befo...