Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
AI Powered Email Draft Automation Workflow In this guide, we’ll walk you through setting up an AI driven workflow that automatically processes incoming emails using a custom AI model (e.g., Llama),...
n8n-nodes-base.stickynote, n8n-nodes-base.emailreadimap, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmollama, n8n-nodes-base.set, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceIn this guide, we’ll walk you through setting up an AI-driven workflow that automatically processes incoming emails using a custom AI model (e.g., Llama), prepares email content, and saves it as a Gmail draft. Ready to automate your email drafting process? Let’s dive in!
By the end, you’ll have a self-running email assistant that drafts responses effortlessly.
Manual email drafting is time-consuming and prone to delays. Here’s why this workflow is a game changer:
Think of it as your tireless email drafting assistant that never misses a beat.
Here’s the step-by-step magic behind the automation:
Check New Email (IMAP) node.Custom AI Model node to generate a context-aware response or draft content.Prepare Email Content node.Save as Gmail Draft node.Importing a workflow in n8n is a straightforward process that allows you to use pre-built or shared workflows to save time. Below is a step-by-step guide to importing the Smart Email Draft Generator workflow in n8n, based on the official documentation and community resources.
Steps to Import a Workflow in n8n
1. Obtain the Workflow JSON
workflow.json) or as text copied to your clipboard.2. Access the n8n Workflow Editor
3. Import the Workflow Option 1: Import via JSON Code (Clipboard):
Option 2: Import via JSON File:
.json file from your computer.Setup Notes:
Check New Email (IMAP) node with your email account credentials (e.g., Gmail IMAP settings).Custom AI Model node with your AI model credentials (e.g., Llama API key or endpoint).Save as Gmail Draft node with Gmail API credentials to save drafts.Prepare Email Content node to tailor the email structure or tone as needed.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.
| Workflow | Smart email draft generator |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Ticket Management, Multimodal AI |
| Author | Oneclick AI Squad |
| Published | 24 Jun 2025 |
Use the JSON export at /data/workflows/5196/5196.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.
AI Powered Email Draft Automation Workflow In this guide, we’ll walk you through setting up an AI driven workflow that automatically processes incoming emails using a custom AI model (e.g., Llama),...
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 Ticket Management, Multimodal AI use case.