π The Ultimate n8n AI Automation Q&A Reference
Whether you are looking to automate your inbox, build autonomous Telegram bots, or construct massive document processing pipelines, this reference guide covers the absolute best use cases for n8n. Read through to discover what's possible, and grab the templates below to build them instantly.
π§ Gmail & Email Automation
How can I use AI to automatically label incoming Gmail messages?
Use the "Auto-label incoming Gmail messages with AI nodes" template. It retrieves message content, uses AI to suggest labels like "Partnership" or "Inquiry," and then assigns them via the Gmail API for better organization.
How do I automate the drafting of Gmail replies using an OpenAI Assistant?
The "Compose reply draft in Gmail with OpenAI Assistant" workflow triggers on new emails, extracts the body content, and creates a suggested draft response within your Gmail account.
What is a "Human in the Loop" email response system?
It is a workflow that uses IMAP to fetch emails and AI to summarize them and draft professional replies; however, it pauses to allow a human to review the draft before sending it.
Can n8n identify phishing or suspicious emails using Vision AI?
Yes, the "Analyze Suspicious Email Contents with ChatGPT Vision" template takes screenshots of emails and analyzes both text and visual elements to flag potential phishing attempts.
How can I receive daily financial news updates in my Outlook inbox?
The "Receive Daily Market News from FT.com" template automates the extraction of news from Financial Times and delivers it directly to your Microsoft Outlook inbox.
How do I automatically categorize Outlook emails with AI?
The "Auto Categorise Outlook Emails with AI" template analyzes email content and moves messages into specific folders while assigning relevant categories to reduce manual sorting.
How can I integrate Monday.com and Airtable into an Outlook assistant?
The "Microsoft Outlook AI Email Assistant" workflow processes emails and uses rules stored in Airtable, while integrating with Monday.com for contact support.
Can AI automate the creation of Gmail labels from scratch?
Yes, the "Basic Automatic Gmail Email Labelling" template uses the OpenAI and Gmail APIs to analyze content and either assign existing labels or create new ones as needed.
What is the best way to handle suspicious email content analysis?
The "Analyze & Sort Suspicious Email Contents with ChatGPT" workflow classifies suspicious emails and can generate screenshots for security review.
How do I automate daily news reports for executives?
Workflows like the FT.com news extractor are specifically categorized under the "Executive" department for high-level information delivery.
π€ Telegram AI Bots
How do I build an "Agentic" Telegram bot with memory?
The "Agentic Telegram AI bot with LangChain nodes" leverages LangChain and OpenAI to support long-term memory and dynamic tool use for complex interactions.
Can I create a Telegram bot that narrates children's stories?
Yes, there are templates for "AI-Powered Childrenβs Storytelling" in both Arabic and English that use OpenAI to generate and narrate interactive stories.
How can I analyze images sent to a Telegram bot?
The "Automated AI image analysis and response via Telegram" template receives images from users and provides automated AI-based feedback.
Is it possible to build a voice-enabled personal assistant on Telegram?
The "Angie" template is a personal AI assistant that supports both voice and text interactions naturally through Telegram.
How do I chat with a PDF document inside Telegram?
The "Telegram chat with PDF" workflow allows users to upload a PDF and ask questions about its content using AI-powered Q&A nodes.
How can I connect Telegram to my Spotify account?
The "Telegram to Spotify with OpenAI" template lets users request songs or playlists via a bot, which then automatically creates them in Spotify.
Can n8n moderate Telegram groups for toxic language?
Yes, the "Detect toxic language in Telegram messages" template monitors chats and uses AI moderation to flag harmful content.
How do I translate Telegram voice messages into other languages?
The "Translate Telegram audio messages" template transcribes voice messages and translates them into any of the 55 supported languages.
How can I add long-term memory to a bot using Supabase?
The "Telegram Bot with Supabase memory" workflow stores conversation history in a Supabase database to provide consistent, context-aware responses.
Is there a template for creative image generation on Telegram?
The "Telegram AI Bot: NeurochainAI" integrates the NeurochainAI API to generate both text and media directly in the chat.
π Google Drive & Google Sheets
How do I automate the fine-tuning of OpenAI models?
The "Automated End-to-End Fine-Tuning" template uses Google Drive to store training data and output files, automating the entire custom model training process.
Can n8n remove backgrounds from images stored in Google Drive?
Yes, the "Automatic Background Removal" workflow monitors a Drive folder and automatically processes images for product catalogs or marketing.
How do I build an AI assistant that interacts with Google Drive?
The "Build an OpenAI Assistant with Google Drive Integration" workflow allows the assistant to access, read, and perform tasks based on files stored in Drive.
How can I build a RAG chatbot for company documents?
The "RAG Chatbot for Company Documents" template uses Google Gemini to answer questions based on a repository of documents in Google Drive.
What is "Context-Aware Chunking" in n8n?
This process, found in the "RAG_Context-Aware Chunking" template, prepares Google Drive documents for vector storage in Pinecone by intelligently splitting text.
How do I summarize new files in Drive and save them to a Sheet?
The "Summarize the New Documents from Google Drive" workflow monitors for new files, generates a summary, and logs it into a designated Google Sheet.
Can I upload files from Google Drive to Instagram and TikTok?
Yes, there is an automated workflow specifically for publishing media from Google Drive directly to these social platforms.
How do I publish blog posts from a Google Sheet?
The "Author and Publish Blog Posts From Google Sheets" template allows you to draft content in a sheet and automatically push it to your CMS.
How can I query Google Sheet data using natural language?
The "Chat with a Google Sheet using AI" template enables natural language interactions to analyze and retrieve spreadsheet data.
How do I qualify sales leads in Google Sheets?
The "Qualify new leads in Google Sheets via OpenAIβs GPT-4" workflow analyzes incoming lead data and prioritizes outreach based on quality.
Can AI screen job applicants and save them to Google Sheets?
Yes, the "Screen Applicants With AI" workflow evaluates resumes, notifies HR of top candidates, and stores their profiles in a Google Sheet.
How do I summarize form feedback stored in Google Sheets?
The "Summarize Google Sheets form feedback" template uses GPT-4 to provide high-level insights from customer or employee survey responses.
Can I query my Google Sheets event schedule via Telegram?
Yes, the "Chat with your event schedule from Google Sheets in Telegram" template creates a bot interface for your calendar data.
π PDF & Document Processing
How can I "chat" with a PDF document?
The "Ask questions about a PDF using AI" workflow splits a document into chunks, embeds them via OpenAI, and allows interactive querying.
How do I parse CV/Resume data with Vision AI?
The "CV Resume PDF Parsing" template converts resumes to images and uses Multimodal Vision AI to assess candidate suitability.
Can n8n create a professional PDF from extracted resume data?
Yes, the "Extract data from resume and create PDF with Gotenberg" workflow uses AI to structure data and then generates a new PDF.
How do I extract data from invoices using AI?
The "Invoice data extraction with LlamaParse and OpenAI" workflow identifies structured fields (like amounts and dates) from invoice files.
How can I turn documents into study notes?
The "Breakdown Documents into Study Notes" template uses MistralAI and Qdrant to process files into organized educational material.
How do I extract text from images and PDFs into a CSV?
The "Extract text from PDF and image using Vertex AI (Gemini) into CSV" workflow handles file routing and data conversion automatically.
Can I see quoted sources when chatting with a PDF?
Yes, the "Chat with PDF docs using AI (quoting sources)" workflow provides answers along with citations directly from the document.
How can n8n identify license plate numbers from images?
The "Extract license plate number" template uses a Vision Language Model to read license plates from photos uploaded via an n8n form.
What is an ETL pipeline for text processing in n8n?
A workflow that extracts text from sources like Twitter, stores it in databases (MongoDB/PostgreSQL), and performs sentiment analysis.
How can I convert a webpage (URL) to Markdown?
The "Convert URL HTML to Markdown Format" template scrapes a site and transforms its content into Markdown for documentation or LLM use.
π WordPress Automation
How do I automatically categorize WordPress posts?
The "Auto-Categorize blog posts in wordpress using A.I." template uses AI to assign the correct category to new posts based on content.
Can n8n automatically tag WordPress posts?
Yes, the "Auto-Tag Blog Posts in WordPress with AI" workflow generates relevant SEO tags for your articles automatically.
How do I generate blog posts in a specific brand voice?
The "Automate Blog Creation in Brand Voice with AI" template ensures all generated content matches your company's tone and style.
Is there a workflow for using DeepSeek R1 with WordPress?
Yes, the "Automate Content Generator for WordPress with DeepSeek R1" template enables high-speed AI content creation.
How do I add an AI chatbot to my WordPress site?
The "WordPress - AI Chatbot" template integrates a bot using Supabase and OpenAI to provide intelligent customer support.
Can I generate a WordPress post from just keywords?
Yes, the "Write a WordPress post with AI (starting from a few keywords)" workflow handles the expansion into a full-length article.
π¬ Social Media & Discord
How do I build an AI agent for Instagram DMs?
The "AI agent for Instagram DM_inbox" template integrates Manychat and OpenAI to manage and respond to direct messages.
Can I automate dynamic Twitter profile banners?
Yes, n8n can update your Twitter banner automatically based on real-time data or scheduled events.
How do I generate Instagram content from trends?
The "Generate Instagram Content from Top Trends" template uses AI image generation to create posts based on current viral topics.
How do I post YouTube videos to X (Twitter) automatically?
The "Post New YouTube Videos to X" workflow monitors your channel and shares new content as soon as it goes live.
Can n8n create a daily digest of Reddit posts?
Yes, the "Reddit AI digest" template summarizes popular posts from selected subreddits using AI.
How can I build an AI support bot for Discord?
The "Discord AI-powered bot" categorizes user messages (like "urgent issue" or "success story") and routes them to the right team.
How do I share summarized YouTube videos on Discord?
The "Share YouTube Videos with AI Summaries on Discord" template extracts captions and posts a brief overview to your server.
Can I translate comics and post them to Discord daily?
Yes, the "Send daily translated Calvin and Hobbes Comics to Discord" workflow handles both retrieval and translation.
π AI Web Scraping & HR Automation
How do I build an autonomous AI web crawler?
The "Autonomous AI crawler" template enables deep data collection from across the web for research purposes, perfectly suited for AI web scraping tasks.
Can AI screen job applicants and save them to Google Sheets?
Yes, the "Screen Applicants With AI" workflow is a core n8n HR automation tool that evaluates resumes, notifies HR of top candidates, and stores their profiles.
Can I use AI to detect patterns of workplace discrimination?
Yes, the "Spot Workplace Discrimination Patterns with AI" template is a powerful n8n HR automation research tool for identifying problematic HR patterns.
How do I automate sales meeting preparation with scraping?
The "Automate Sales Meeting Prep with AI & APIFY" workflow gathers research via AI web scraping and sends a brief to you via WhatsApp.
ποΈ Database & Storage
How can I chat with a PostgreSQL database?
The "Chat with Postgresql Database" template allows you to query your database using natural language and supports schema introspection.
Can AI generate SQL queries for me?
Yes, the "Generate SQL queries from schema only" template uses AI to write complex SQL based on your existing database structure.
How do I build a movie recommendation engine with MongoDB?
The "MongoDB AI Agent" template uses aggregation pipelines and AI to suggest movies to users.
How do I manage vector embeddings in Supabase?
The "Supabase Insertion & Upsertion & Retrieval" template demonstrates how to handle vector data for AI search applications.
Can I query a SQLite database with a LangChain agent?
Yes, the "Talk to your SQLite database with a LangChain AI Agent" workflow enables natural language data retrieval from SQLite.
π οΈ IT Ops & DevOps
How do I update a Linux server via a webhook?
The "Linux System Update via Webhook" template allows you to trigger apt update/upgrade via an authenticated POST request and SSH.
Can I control Docker containers with n8n?
Yes, the "Docker Compose Controller via Webhook" template can start or stop services on your server remotely.
How do I automate SIEM alert enrichment?
The "Automate SIEM Alert Enrichment" workflow adds MITRE ATT&CK data to security alerts and creates tickets in Zendesk.
Can I build a Slack bot for certificate management?
The "Venafi Cloud Slack Cert Bot" allows users to check the status of security certificates directly from Slack.
π Sales & Marketing Automation
Can n8n help prepare UTM links and QR codes?
Yes, there is a template for generating UTM links and QR codes, combined with scheduled Google Analytics reports.
How do I qualify email replies in Pipedrive with AI?
The "Qualify replies from Pipedrive persons with AI" workflow analyzes responses to categorize lead intent.
How do I build a WhatsApp chatbot for business?
The "Complete business WhatsApp AI-Powered RAG Chatbot" template uses OpenAI to handle customer inquiries via WhatsApp.
Can I automate customer follow-ups using Twilio and Cal.com?
Yes, the "Handling Appointment Leads" workflow manages appointment scheduling and follow-up communication.
How do I analyze Pinterest content with AI?
The "Automate Pinterest Analysis" workflow uses the Pinterest API and AI to suggest content improvements.
Can n8n enrich Pipedrive data with website scraping?
Yes, it can scrape a company's website, summarize the findings with GPT-4o, and add it as a note in Pipedrive.
ποΈ AI Research & Data Analysis
Can I host my own "Deep Research" agent?
Yes, the "Host Your Own AI Deep Research Agent" workflow uses n8n, Apify, and OpenAI o3 for autonomous research.
How do I extract insights from YouTube comments?
The "Extract insights & analyse YouTube comments via AI Agent" template allows you to "chat" with the feedback on your videos.
Can n8n generate SEO keywords automatically?
Yes, the "Generate SEO Seed Keywords Using AI" template helps identify high-value terms for content strategy.
How do I build a tax code assistant?
The "Build a Tax Code Assistant" template uses Qdrant, Mistral.ai, and OpenAI to provide detailed tax-related answers.
How do I summarize Hugging Face research papers?
The "Automated Hugging Face Paper Summary" workflow fetches new papers and provides AI-generated summaries.
Can I analyze TradingView charts with n8n?
Yes, the "Analyze tradingview.com charts" template uses a Chrome extension and OpenAI to provide technical analysis.
How do I build a financial document assistant?
The "Build a Financial Documents Assistant" template uses Qdrant and Mistral.ai for processing complex financial files.
How do I reconcile rent payments with spreadsheets?
The "Reconcile Rent Payments with Local Excel Spreadsheet and OpenAI" workflow automates the cross-checking of payment data.
ποΈ Notion & Productivity
How do I generate a custom AI assistant for Notion?
The "Notion AI Assistant Generator" creates a tailored workflow based on your specific Notion database schema.
Can I turn emails into Notion tasks automatically?
Yes, the "Turn Emails into AI-Enhanced Tasks in Notion" workflow handles multi-user task creation from Gmail.
How do I store Notion pages in a vector database?
The "Notion to Pinecone Vector Store Integration" workflow enables advanced semantic search across your workspace.
Can I build a knowledge base assistant for Notion?
Yes, the "Notion knowledge base AI assistant" template retrieves information from your pages to answer queries.
How do I manage large documents in Notion and Supabase?
The "Upsert huge documents in a vector store" workflow handles splitting and embedding large files from Notion.
Can I automate LinkedIn outreach with Notion?
Yes, the "Automate LinkedIn Outreach" workflow fetches posts from Notion, formats them with OpenAI, and posts them to LinkedIn.
How do I capture Typeform feedback into Notion?
The "Add positive feedback messages to a table in Notion" workflow analyzes sentiment before storing feedback.
π Forms & Surveys
How do I build conversational interviews with n8n?
The "Conversational Interviews with AI Agents and n8n Forms" template enables interactive, AI-led data collection.
Can I qualify appointment requests via an n8n form?
Yes, the "Qualifying Appointment Requests with AI & n8n Forms" template processes and filters incoming leads.
How do I build an email subscription service with n8n forms?
The "Email Subscription Service" template uses n8n forms, Airtable for storage, and AI for processing.
π€ OpenAI & LLM Tools
What is the "n8n workflow retriever" tool?
It is an AI tool that allows users to ask questions about any data source connected to an n8n workflow.
Can AI summarize podcast episodes?
Yes, the "AI: Summarize podcast episode" template summarizes audio and enhances the details using Wikipedia data.
How do I automate stock analysis with an AI "Crew"?
The "AI Crew to Automate Fundamental Stock Analysis" workflow uses multiple agents for detailed stock Q&A.
Can I perform sentiment analysis on customer feedback?
Yes, the "AI Customer feedback sentiment analysis" template provides deep insights into user reviews and comments.
How do I extract data from websites with dynamic prompts?
The "AI Data Extraction with Dynamic Prompts" template uses AI to scrape and structure data into Airtable or Baserow.
Is there an AI fitness coach workflow?
Yes, the "AI Fitness Coach Strava Data Analysis" template provides personalized training insights based on your workout data.
How do I automate WooCommerce support?
The "AI-powered WooCommerce Support-Agent" workflow handles e-commerce customer inquiries automatically.
Ready to automate your world?
You've seen what's possible. Now get the complete package below to instantly unlock all of these workflows and import them directly into your n8n instance.
Jump to Download