awesome-n8n-templates
AgentFree280+ free n8n automation templates — ready-to-use workflows for Gmail, Telegram, Slack, Discord, WhatsApp, Google Drive, Notion, OpenAI, and more. AI agents, RAG chatbots, email automation, social media, DevOps, and document processing. The largest open-source n8n template collection.
Capabilities16 decomposed
pre-built workflow template library with ai-first patterns
Medium confidenceProvides 280+ JSON workflow files organized into 15+ platform-specific categories (Gmail, Telegram, Slack, Discord, Notion, Airtable, etc.) with ~80% featuring integrated AI processing through OpenAI, Google Gemini, MistralAI, and LangChain. Templates are structured as importable n8n workflow definitions with standardized metadata (title, description, department, link) enabling one-click deployment into self-hosted or cloud n8n instances without manual configuration.
Curates 280+ production-ready n8n workflows with 80% AI integration density, organized by platform and use case, with explicit RAG, memory management, and multi-modal processing patterns — significantly higher AI-per-template ratio than generic automation template marketplaces
Larger and more AI-focused than Zapier template library; fully open-source and self-hostable unlike Make; includes sophisticated RAG and agent patterns rarely found in low-code automation marketplaces
rag implementation templates with vector embedding patterns
Medium confidenceProvides ~40 specialized templates demonstrating Retrieval-Augmented Generation workflows using LangChain, vector databases (Pinecone, Weaviate, Supabase), and embedding services (OpenAI, MistralAI). Templates show how to chunk documents, generate embeddings, store in vector indices, and retrieve relevant context for LLM prompts — enabling semantic search and knowledge-grounded AI responses without fine-tuning.
Provides 40+ RAG templates with explicit vector database integration patterns (Pinecone, Weaviate, Supabase) and multi-model embedding support (OpenAI, MistralAI), including document chunking, embedding generation, and context retrieval workflows — more comprehensive than generic RAG tutorials
More production-ready than academic RAG papers; includes actual n8n node configurations and API integration details vs. conceptual frameworks; covers multiple vector DB options vs. single-platform tutorials
social media automation with content scheduling and ai generation
Medium confidenceProvides templates for automating social media workflows: scheduling posts to Twitter/X, LinkedIn, Instagram, Facebook; generating AI-powered captions and hashtags; monitoring mentions and engagement; and routing social media interactions to support systems. Workflows use n8n's social media nodes, OpenAI/Gemini for content generation, and conditional logic for audience-specific posting.
Provides social media automation templates with AI-powered caption generation, cross-platform scheduling, and mention monitoring in n8n — handles multi-platform workflows vs. single-platform tools
More flexible than Buffer or Hootsuite; includes AI content generation vs. basic scheduling; integrates with n8n ecosystem for multi-step workflows vs. isolated social media tools
database integration with crud operations and data transformation
Medium confidenceProvides ~20 templates for automating database workflows: creating/reading/updating/deleting records, syncing data between databases, transforming data formats, and querying for reporting. Workflows support multiple database types (PostgreSQL, MySQL, MongoDB, Supabase) via n8n's database nodes, include data validation and error handling, and demonstrate ETL patterns for data migration and synchronization.
Provides 20+ database integration templates with CRUD operations, data transformation, and multi-database sync in n8n — handles complex ETL workflows vs. basic database queries
More flexible than database-specific tools; supports multiple database types vs. single-platform solutions; integrates with n8n ecosystem for multi-step workflows
wordpress integration with content automation and publishing
Medium confidenceProvides templates for automating WordPress workflows: creating/updating posts and pages, publishing content on schedule, syncing content from external sources (Notion, Sheets, CMS), and managing WordPress metadata (categories, tags, featured images). Workflows use n8n's WordPress node (REST API), handle content formatting and media uploads, and include conditional logic for content approval and scheduling.
Provides WordPress automation templates with content scheduling, metadata management, and multi-source sync in n8n — handles complex publishing workflows vs. basic post creation
More flexible than WordPress plugins; supports external content sources vs. WordPress-only tools; integrates with n8n ecosystem for multi-step workflows
openai and llm integration with multi-model support and prompt engineering
Medium confidenceProvides ~150 templates demonstrating OpenAI API integration (GPT-4, GPT-3.5, embeddings), prompt engineering patterns (few-shot learning, chain-of-thought, role-based prompting), and multi-model support (Google Gemini, MistralAI, DeepSeek). Templates show how to structure prompts, handle token limits, implement cost optimization, and chain multiple LLM calls for complex reasoning tasks.
Provides 150+ OpenAI integration templates with prompt engineering patterns (few-shot, chain-of-thought), multi-model support (Gemini, MistralAI, DeepSeek), and cost optimization strategies in n8n — comprehensive LLM integration coverage
More extensive than basic API documentation; includes prompt engineering patterns vs. simple API calls; supports multiple LLM providers vs. single-model tutorials
workflow validation and ci/cd integration for automation testing
Medium confidenceProvides templates and patterns for validating n8n workflows: unit testing workflow components, integration testing with mock services, validating workflow structure and node configuration, and implementing CI/CD pipelines for workflow deployment. Includes examples of error handling, logging, and monitoring patterns for production-ready workflows.
Provides workflow validation and CI/CD patterns for n8n, including error handling, logging, and monitoring — addresses production-readiness gaps in basic workflow templates
More comprehensive than basic error handling; includes CI/CD integration patterns vs. isolated workflow examples; demonstrates production-ready practices vs. simple tutorials
multi-provider llm orchestration with fallback and cost optimization
Medium confidenceProvides templates demonstrating how to orchestrate multiple LLM providers (OpenAI, Google Gemini, MistralAI, Anthropic, Ollama) with automatic fallback on failure, cost-aware provider selection, and unified prompt/response handling. Workflows implement provider abstraction layers, token counting for cost estimation, and dynamic provider switching based on model capabilities or pricing.
Provides templates for multi-provider LLM orchestration with cost-aware selection, automatic fallback, and provider abstraction in n8n — enables vendor-agnostic LLM integration vs. single-provider approaches
More sophisticated than single-provider integration; includes cost optimization and fallback logic vs. basic API calls; supports multiple providers vs. vendor-specific tutorials
conversational ai agent templates with memory and tool integration
Medium confidenceProvides templates implementing multi-turn conversational agents using LangChain memory management (conversation history, summarization), tool/function calling (API integrations, database queries), and reasoning chains. Workflows demonstrate how to maintain context across conversation turns, dynamically select tools based on user intent, and chain multiple API calls for complex tasks — enabling stateful chatbots and autonomous agents.
Templates explicitly demonstrate LangChain memory patterns (conversation history, summarization), tool/function calling with multi-provider support (OpenAI, Anthropic, Ollama), and reasoning chains within n8n workflows — showing how to wire stateful agent logic without external frameworks
More concrete than LangChain documentation; shows actual n8n node configuration vs. Python SDK examples; includes memory management patterns often missing from basic chatbot tutorials
email automation with ai content generation and classification
Medium confidenceProvides ~10 Gmail/email automation templates that trigger on incoming emails, extract content, classify using AI (spam detection, sentiment analysis, intent classification), generate AI-powered responses, and route to appropriate handlers. Workflows use OpenAI/Gemini for content analysis and generation, n8n's Gmail node for IMAP/SMTP operations, and conditional routing based on classification results.
Combines Gmail IMAP/API integration with OpenAI/Gemini classification and generation in n8n workflows, including conditional routing based on AI-derived intent and sentiment — more sophisticated than basic email forwarding; includes actual Gmail node configuration
More flexible than Gmail filters; supports AI-powered classification vs. keyword-based rules; integrates with n8n ecosystem for downstream routing vs. isolated email tools
telegram bot templates with conversational ai and command handling
Medium confidenceProvides ~18 Telegram bot templates demonstrating webhook-based message handling, command parsing (/start, /help, custom commands), integration with OpenAI/Gemini for conversational responses, and state management for multi-turn conversations. Workflows use n8n's Telegram node to receive updates, route based on message type (text, command, callback query), and send formatted responses (text, buttons, inline keyboards).
Provides 18+ Telegram bot templates with webhook-based message routing, command parsing, and AI integration in n8n — eliminating need for separate bot server infrastructure; includes callback query handling and inline keyboard patterns
Simpler than python-telegram-bot library; no server management vs. self-hosted bot frameworks; integrates with n8n ecosystem for multi-step workflows vs. isolated bot libraries
discord integration templates with message routing and ai responses
Medium confidenceProvides Discord webhook and bot integration templates that listen for messages in specific channels, parse commands and mentions, route to AI processing (OpenAI/Gemini), and post formatted responses with embeds and reactions. Workflows demonstrate conditional routing based on channel, user role, or message content, and integration with external services (database queries, API calls) triggered by Discord messages.
Provides Discord integration templates with message routing, command parsing, and AI responses in n8n — no separate bot server required; includes embed formatting and reaction handling patterns
Simpler than discord.py library; no server management vs. self-hosted bot frameworks; integrates with n8n ecosystem for multi-step workflows vs. isolated Discord libraries
google drive and sheets integration with document processing and data sync
Medium confidenceProvides ~12 templates for automating Google Drive and Sheets workflows: monitoring for new files, extracting text from documents (OCR via Google Vision or Gemini), parsing spreadsheets, syncing data between Sheets and external databases, and generating reports. Workflows use n8n's Google Drive and Sheets nodes, Google APIs for document analysis, and conditional logic for data transformation and routing.
Provides 12+ templates combining Google Drive file monitoring, document extraction (OCR via Vision/Gemini), and Sheets data sync in n8n — handles both document processing and structured data workflows in single templates
More comprehensive than Google Apps Script; includes OCR and AI document analysis vs. basic Sheets automation; integrates with n8n ecosystem for multi-step workflows vs. isolated Google Workspace tools
notion integration with database sync and content automation
Medium confidenceProvides templates for syncing data between Notion databases and external systems (CRM, ticketing, spreadsheets), automating content creation in Notion (generating pages, database entries), and querying Notion data for reporting. Workflows use n8n's Notion node (API v1), parse Notion database schemas, transform external data to Notion property formats, and handle bidirectional sync with conflict resolution.
Provides Notion integration templates with bidirectional database sync, property type mapping, and conflict resolution in n8n — handles complex Notion schema transformations vs. basic CRUD operations
More sophisticated than Zapier's Notion integration; includes property type mapping and sync logic vs. simple field mapping; integrates with n8n ecosystem for multi-step workflows
pdf and document processing with ai extraction and generation
Medium confidenceProvides ~15 templates for PDF processing: extracting text and tables (using PDF parsing libraries or Gemini Vision), classifying documents by type, generating PDFs from templates or data, and routing documents based on content analysis. Workflows use n8n's file handling, Google Gemini or OpenAI Vision for document understanding, and PDF generation libraries for creating reports or forms.
Provides 15+ PDF processing templates combining text extraction, AI-powered classification (Gemini Vision, OpenAI Vision), and PDF generation in n8n — handles both extraction and generation workflows
More comprehensive than basic PDF parsing; includes AI-powered document understanding vs. regex-based extraction; integrates with n8n ecosystem for multi-step workflows
airtable workflow automation with data sync and record management
Medium confidenceProvides templates for automating Airtable workflows: syncing data between Airtable and external systems, creating/updating records based on triggers, automating field calculations, and generating reports from Airtable data. Workflows use n8n's Airtable node, handle Airtable's field types (single/multi-select, attachments, linked records), and implement bidirectional sync with conflict resolution.
Provides Airtable automation templates with bidirectional sync, field type mapping, and linked record handling in n8n — manages complex Airtable schema transformations vs. basic CRUD operations
More sophisticated than Zapier's Airtable integration; includes field type mapping and sync logic vs. simple field mapping; integrates with n8n ecosystem for multi-step workflows
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with awesome-n8n-templates, ranked by overlap. Discovered automatically through the match graph.
IngestAI
One-stop shop for anyone looking to leverage...
Booth AI
Integrates AI with 100+ apps for streamlined...
The Forge
Create, monetize, and share AI applications effortlessly with no...
Chatgot
Revolutionize AI interactions: Multiple models, customizable, multilingual,...
Pickaxe
Empower, monetize, manage AI apps effortlessly—no coding...
Drafter AI
No-code builder for AI-powered tools and...
Best For
- ✓solo developers and small teams building automation workflows without deep n8n expertise
- ✓non-technical founders prototyping AI-powered automation MVPs
- ✓DevOps engineers seeking CI/CD and workflow validation patterns
- ✓teams migrating from Zapier or Make to self-hosted n8n infrastructure
- ✓teams building knowledge-grounded chatbots or Q&A systems
- ✓enterprises with large document repositories needing semantic search
- ✓developers implementing RAG for the first time and needing reference patterns
- ✓product teams adding AI-powered search to existing applications
Known Limitations
- ⚠Templates are JSON-based and require n8n instance to import; no visual drag-and-drop preview before import
- ⚠API credentials and service-specific configuration must be manually added post-import; templates don't auto-detect available credentials
- ⚠No built-in versioning or update mechanism; templates are static snapshots that may become stale as service APIs evolve
- ⚠Limited to n8n's node ecosystem; workflows cannot use external Python/Node.js libraries without custom code nodes
- ⚠No dependency resolution; complex workflows with 10+ integrations require manual troubleshooting if a single service API changes
- ⚠Vector database setup and embedding generation incur per-token costs; templates don't include cost optimization strategies
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Repository Details
Last commit: Apr 9, 2026
About
280+ free n8n automation templates — ready-to-use workflows for Gmail, Telegram, Slack, Discord, WhatsApp, Google Drive, Notion, OpenAI, and more. AI agents, RAG chatbots, email automation, social media, DevOps, and document processing. The largest open-source n8n template collection.
Categories
Alternatives to awesome-n8n-templates
Are you the builder of awesome-n8n-templates?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →