šŸ”¬ Document Extraction & Analysis

698 templates — šŸ”¬ Extract data from PDFs, images, and documents using AI. Includes OCR, invoice parsing, and document generation.

ā¬…ļø Back to main index

Document Extraction & AI Parsing Automation with n8n

Extracting data from documents used to mean manual copy-paste or expensive custom software. n8n workflows automate this end-to-end: receive a PDF via email or Google Drive, run it through an OCR or AI parsing node, extract the fields you need (invoice number, total, vendor name, dates), and route the structured data to your accounting system, spreadsheet, or database.

This category has 698 templates covering PDF and image parsing, invoice processing automation, contract analysis, and document generation. Most use AI — GPT-4 or Claude — to handle the variation in document layouts that rule-based parsers can’t manage reliably.

What You Can Do

Getting Started

Most document extraction workflows need an email trigger (Gmail) or a file trigger (Google Drive) as the entry point. Configure both credentials using the credential setup guide. See also: Invoice Processing for billing-specific workflow templates.


šŸ“‹ Templates

TemplateDescriptionšŸ”— Key NodesšŸ‘€ Views
šŸ† Extract text from a PDF fileCompanion workflow for Read PDF node docsRead Binary File, Read PDF, Start149,582
šŸ„‡ Chat with PDF docs using AI (quoting sources)This workflow allows you to ask questions about a PDF document. The answers are provided by an AI model of your choice, and the answer includes a citation pointing to the information it used.Google Drive, Basic LLM Chain, Embeddings OpenAI, OpenAI Chat Model, Structured Output Parser, Recursive Character Text Splitter116,126
🄈 Talk to your Google Sheets using ChatGPT-5This n8n workflow template creates an intelligent data analysis chatbot that can answer questions about data stored in Google Sheets using OpenAI’s GPT-5 Mini model. The system automatically analyz…AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger105,851
šŸ„‰ Transcribe audio files, summarize with GPT-4, and store in NotionThis workflow template is perfect for content creators, researchers, students, or anyone who regularly works with audio files and needs to transcribe and summarize them for easy reference and organ…Google Drive, Notion, Google Drive Trigger, OpenAI67,731
Read in an Excel spreadsheet fileHow to take the path of a local Excel file and read its contents into n8n.Read Binary File, Spreadsheet File, Start50,859
Build a PDF Document RAG System with Mistral OCR, Qdrant and Gemini AIThis workflow is designed to process PDF documents using Mistral’s OCR capabilities, store the extracted text in a Qdrant vector database, and enable Retrieval-Augmented Generation (RAG) for answer…HTTP Request, Google Drive, Execute Sub-workflow, Execute Workflow Trigger, Summarization Chain, Question and Answer Chain44,739
Create an RSS feed based on a website’s contentThis workflow parses content from a website (for this example, Baserow’s release page) and creates an RSS feed based on the extracted data.Function, Function Item, HTTP Request, Start, Webhook, HTML Extract44,466
Parse and Extract Data from Documents/Images with Mistral OCRMistral OCR is a super convenient way to parse and extract data from multi-page PDFs or single images using AI.HTTP Request, Google Drive42,113
Load and summarize Google Drive files with AIThis workflow includes advanced features like text summarization and tokenization, it’s ideal for automating document processing tasks that require parsing and summarizing text data from Google Drive.Google Drive, Summarization Chain, OpenAI Chat Model, Token Splitter, Default Data Loader35,317
Extract text from PDF and image using Vertex AI (Gemini) into CSV!Cover1024x576.pngHTTP Request, Google Drive, Google Drive Trigger, Basic LLM Chain, Convert to File, Extract from File32,473
Supabase insertion & upsertion & retrievalThis is a demo workflow to showcase how to use Supabase to embed a document, retrieve information from the vector store via chat and update the database.Google Drive, Supabase, Question and Answer Chain, Embeddings OpenAI, OpenAI Chat Model, Vector Store Retriever29,195
Breakdown documents into study notes using templating MistralAI and QdrantThis n8n workflow takes in a document such as a research paper, marketing or sales deck or company filings, and breaks them down into 3 templates: study guide, briefing doc and timeline.Local File Trigger, Summarization Chain, Basic LLM Chain, Question and Answer Chain, Item List Output Parser, Vector Store Retriever28,895
Automate image validation tasks using AI VisionThis n8n workflow shows how using multimodal LLMs with AI vision can tackle tricky image validation tasks which are near impossible to achieve with code and often impractical to be done by humans a…Edit Image, Google Drive, Basic LLM Chain, Structured Output Parser, Google Gemini Chat Model26,524
Advanced AI demo (presented at AI Developers #14 meetup)This workflow was presented at the AI Developers meet up in San Fransico on 24 July, 2024.HTTP Request, Slack, Webhook, Gmail, Gmail Trigger, AI Agent26,050
5 ways to process images & PDFs with Gemini AI in n8nMany users have asked in the support forum about different methods to analyze images and PDF documents with Google Gemini AI in n8n. This workflow answers that question by demonstrating five differ…HTTP Request, Filter, AI Agent, Extract from File, Google Gemini Chat Model25,701
🦜✨Use OpenAI to transcribe audio + summarize with AI + save to Google DriveContent Teams, Researchers, and Administrators who need to automatically process voice memos, meeting recordings, or interview audio into structured, searchable documents.Telegram, Google Drive, Gmail, Google Drive Trigger, Filter, OpenAI23,387
Generate monthly financial reports with Gemini AI, SQL, and OutlookUnlock executive-level insights with ZERO manual work!MySQL, Microsoft Outlook, Schedule Trigger, Filter, AI Agent, Calculator21,617
āœØšŸ”Ŗ Advanced AI powered document parsing & text extraction with Llama ParseThis workflow automates document processing using LlamaParse to extract and analyze text from various file formats. It intelligently processes documents, extracts structured data, and delivers acti…Google Sheets, HTTP Request, Webhook, Telegram, Google Drive, Gmail19,942
Build a financial documents assistant using Qdrant and Mistral.aiThis n8n workflow demonstrates how to manage your Qdrant vector store when there is a need to keep it in sync with local files. It covers creating, updating and deleting vector store records ensuri…HTTP Request, Local File Trigger, Question and Answer Chain, Vector Store Retriever, Recursive Character Text Splitter, Read/Write Files from Disk19,128
Telegram chat with PDFThis template serves as a Chatbot that enables you to ask questions about the content of a PDF directly in Telegream.Telegram, Telegram Trigger, Stop and Error, Question and Answer Chain, Embeddings OpenAI, Vector Store Retriever18,563
AI agent for realtime insights on meetingsI prepared a detailed guide explaining how to build an AI-powered meeting assistant that provides real-time transcription and insights during virtual meetings.HTTP Request, Postgres, Webhook, Supabase, OpenAI18,388
Automate google analytics reportingThis n8n workflow collects, processes, and formats Google Analytics data into a comprehensive HTML report. The report is segmented into three primary categories: Engagement Stats, Search Results, a…Gmail, Google Analytics, Schedule Trigger17,952
Transcribing bank statements to markdown using Gemini Vision AIThis n8n workflow demonstrates an approach to parsing bank statement PDFs with multimodal LLMs as an alternative to traditional OCR. This allows for much more accurate data extraction from the docu…Edit Image, HTTP Request, Google Drive, Basic LLM Chain, Google Gemini Chat Model, Information Extractor16,985
Extract and process information directly from PDF using Claude and Gemini- This workflow helps you compare Claude 3.5 Sonnet and Gemini 2.0 Flash when extracting data from a PDFHTTP Request, Google Drive, Extract from File16,356
Receipt scanning & analysis workflow- Automatically detects when a new receipt is uploaded to Google Drive.Google Sheets, HTTP Request, Google Drive Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser15,186
AI agent: Scrape, summarize & save articles to Notion (Gemini, Browserless)This n8n workflow automates the process of saving web articles or links shared in a chat conversation directly into a Notion database, using Google’s Gemini AI and Browserless for web scraping.AI Agent, Chat Trigger, Google Gemini Chat Model, HTTP Request Tool13,726
Convert HTML to PDF using ConvertAPIFor developers and organizations that need to convert HTML files to PDF.HTTP Request, Read/Write Files from Disk12,508
Generate structured scientific research PDF summaries with GPT-4oThis workflow contains a community node.Local File Trigger, AI Agent, OpenAI Chat Model, Read/Write Files from Disk, Convert to File, Extract from File12,239
Process large documents with OCR using SubworkflowAI and GeminiDocument workflows are popular ways to use AI but what happens when your document is too large for your app or your AI to handle? Whether its context window or application memory that’s grinding to…HTTP Request, Google Drive, Google Gemini11,336
Automate Your RFP Process with OpenAI AssistantsThis n8n workflow demonstrates how to automate oftern time-consuming form filling tasks in the early stages of the tendering process; the Request for Proposal document or ā€œRFPā€.Slack, Webhook, Gmail, Google Docs, Basic LLM Chain, OpenAI Chat Model11,172
Auto document your n8n workflowsThis workflow is designed for n8n users and developers who need to automate the documentation process of their n8n workflows. It’s particularly useful for teams looking to streamline their document…OpenAI, n8n Form Trigger11,161
šŸ›» AI agent for logistics order processing with GPT-4o, Gmail and Google SheetTags: Supply Chain, Logistics, AI AgentsGoogle Sheets, Gmail Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser11,148
Transcribe audio files from Cloud StorageThis workflow transcribes audio files stored in AWS S3 and stores the information in Google Sheets.Google Sheets, AWS S3, AWS Transcribe, Google Drive Trigger10,703
Query Google Sheets/CSV data through an AI agent using PostgreSQLWant to see it in action? Watch the full breakdown here: šŸ“ŗ Video LinkGoogle Sheets, Postgres, Google Drive Trigger, Execute Workflow Trigger, AI Agent, Call n8n Workflow Tool10,174
Create custom PDF documents from templates with Gemini & Google DriveThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.HTTP Request, Google Drive, Execute Workflow Trigger, AI Agent, Basic LLM Chain, Structured Output Parser9,888
Webhook-enabled AI PDF analyzerThis template is for researchers, students, professionals, or content creators who need to quickly extract and summarize key insights from PDF documents using AI-powered analysis.Webhook, OpenAI Chat Model, Extract from File, Information Extractor9,843
Generate dynamic contents for EMAILS or HTML pages!workflown8nnodesdocumentgenerator.jpegSend Email, Function Item, Customer Datastore (n8n training)9,396
Automate PDF image extraction & analysis with GPT-4o and Google DriveUse CaseHTTP Request, Google Drive, Convert to File, OpenAI8,824
Automate financial operations with O3 CFO & GPT-4.1-mini finance teamThis workflow builds a virtual finance department inside n8n. At the center is a CFO Agent (O3 model) who acts like a strategic leader. When a financial request comes in, the CFO interprets it, dec…AI Agent, OpenAI Chat Model, Chat Trigger, Think Tool, AI Agent Tool8,527
šŸ“„ Transform Google Drive documents into vector embeddingsAutomatically convert documents from Google Drive into vector embeddings using OpenAI, LangChain, and PGVector — fully automated through n8n.Google Drive, Schedule Trigger, Embeddings OpenAI, Recursive Character Text Splitter, Extract from File, Default Data Loader8,454
Automate audio/video transcription in any language with the new ElevenLabs modelI set up this workflow to convert any audio or video file into structured text using the new ElevenLabs Scribe model, one of the best Speech-to-Text AIs, available in 99+ languages. This workflow i…HTTP Request, Read/Write Files from Disk8,439
Listen on new emails on a IMAP mailboxListen on new emails on a given IMAP mailbox. Converts the binary XML attachment to a stringified xmlproperty on the $data object and converts it to JSON. The Setnode could be replaced with Functio…Email Trigger (IMAP), HTTP Request, Convert to/from binary data8,273
Summarise Slack channel activity for weekly reports with AIFor remote teams, chat is a crucial communication tool to ensure work gets done but with so many conversations happening at once and in multiple threads, ideas, information and decisions usually li…Slack, Execute Sub-workflow, Execute Workflow Trigger, Schedule Trigger, Filter, Basic LLM Chain8,253
Replace data in Google Docs from n8n formThis workflow is perfect for anyone looking to automate the process of replacing variables in Google Docs with data from form.HTTP Request, Google Drive, n8n Form Trigger8,086
Export CSV file to JSONThis workflow exports a local CSV file to a JSON file.Read Binary File, Spreadsheet File, Start, Write Binary File, Convert to/from binary data8,006
Reconcile rent payments with local Excel spreadsheet and OpenAIThis n8n workflow is designed to work on the local network and assists with reconciling downloaded bank statements with internal tenant records to quickly highlight any issues with payments such as…Local File Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, Code Tool, Read/Write Files from Disk8,005
Scale deal flow with a Pitch Deck AI vision, chatbot and QDrant vector storeAre you a popular tech startup accelerator (named after a particular higher order function) overwhelmed with 1000s of pitch decks on a daily basis? Wish you could filter through them quickly using …Airtable, Edit Image, HTTP Request, Execute Sub-workflow, Airtable Trigger, Execute Workflow Trigger7,883
Receive Google Sheet data via REST API!workflow-screenshotGoogle Sheets, Webhook7,769
PPC campaign intelligence & optimization with Google Ads, Sheets & SlackThis workflow automatically monitors your Google Ads campaigns every day, analyzing performance with AI-powered scoring to identify scaling opportunities and catch issues before they drain your bud…Send Email, Google Sheets, Slack, Google Ads, Schedule Trigger7,690
Prepare CSV files with GPT-4This workflow generates CSV files containing a list of 10 random users with specific characteristics using OpenAI’s GPT-4 model. It then splits this data into batches, converts it to CSV format, an…Spreadsheet File, OpenAI7,683
Build your own Google Drive MCP serverThis MCP example is based off an official MCP reference implementation which can be found here -https://github.com/modelcontextprotocol/servers/tree/main/src/gdriveGoogle Drive, Execute Workflow Trigger, Call n8n Workflow Tool, Extract from File, OpenAI, MCP Server Trigger7,476
Summarize the new documents from Google Drive and save summary in Google SheetThis workflow is created by AI developers at WeblineIndia. It streamlines the process of managing content by automatically identifying and fetching the most recently added Google Doc file from your…Google Sheets, Google Docs, Google Drive Trigger, Calculator, Wikipedia, OpenAI7,451
šŸ”„šŸ“ˆšŸ¤– AI agent for n8n creators leaderboard - find popular workflowsThe n8n Creators Leaderboard Workflow is a powerful tool for analyzing and presenting detailed statistics about workflow creators and their contributions within the n8n community. It provides users…HTTP Request, Execute Workflow Trigger, Filter, AI Agent, Ollama Chat Model, OpenAI Chat Model7,339
Get information of an imageCompanion workflow for Edit Image node docsEdit Image, HTTP Request, Start7,313
Store Notion’s Pages as Vector Documents into Supabase with OpenAIWorkflow updated on 17/06/2024:Notion, Notion Trigger, Filter, Embeddings OpenAI, Token Splitter, Supabase Vector Store7,043
Automate research paper collection with Bright Data & n8nThis workflow automatically collects and organizes research papers from academic databases and journals into Google Sheets. It helps researchers and students save time by eliminating manual searche…Google Sheets, HTTP Request6,604
Transfer data from Postgres to Excel!workflow-screenshotPostgres, Spreadsheet File, Start, Write Binary File6,598
Read XML file and store content in Google SheetsThis workflow shows a low code approach to parsing an XML file and storing its contents in a Google Sheets spreadsheet.Google Sheets, HTTP Request, Start6,521
Convert XML to JSONTransforms XML data to JSON honoring XML attributes by putting them in a separate key:Start6,480
Personalize resumes & cover letters with AI, GitHub Pages and Google DriveThis project is an automation workflow that generates a personalized resume and cover letter for each job listing.GitHub, Google Sheets, HTTP Request, Webhook, Telegram, Telegram Trigger6,385
Translate PDF documents from Google Drive folder with DeepLThis workflow will translate all your PDF documents from specified Google Drive folder to the desired language. Translated files will be automatically uploaded to the original folder.HTTP Request, Google Drive, Filter6,299
AI data analyst agent and visualization agent for large spreadsheetsPurpose of workflow:HTTP Request, AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger6,292
Comparing data with the Compare Datasets nodeThis workflow is designed to compare two datasets (Dataset 1 and Dataset 2) based on a common field, ā€œfruit,ā€ and provide insights into the differences. Here are the steps:6,288
Import multiple CSV to Google SheetsThis workflow imports multiple CSV files and appends or updates them to a Google Sheets document.Google Sheets, Read Binary Files, Spreadsheet File, Filter6,258
Extract personal data with self-hosted LLM Mistral NeMoThis workflow shows how to use a self-hosted Large Language Model (LLM) with n8n’s LangChain integration to extract personal information from user input. This is particularly useful for enterprise …Basic LLM Chain, Ollama Chat Model, Auto-fixing Output Parser, Structured Output Parser, Chat Trigger6,049
Convert SQL table into Excel spreadsheetThis workflow demonstrates how easy it is to export SQL query to Excel automatically!Spreadsheet File, MySQL5,978
Image-based data extraction API using Gemini AIThis n8n workflow provides a ready-to-use API endpoint for extracting structured data from images. It processes an image URL using an AI-powered OCR model and returns the extracted details in a str…HTTP Request, Webhook, Extract from File5,977
Extract text from images with Telegram Bot & Gemini 2.0 Flash OCRDescriptionHTTP Request, Telegram, Telegram Trigger, Extract from File5,971
Enrich property inventory survey with image recognition and AI agentThis n8n workflow assists property managers and surveyors by reducing the time and effort it takes to complete property inventory surveys.Airtable, HTTP Request, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser5,705
Create a REST API for PDF digital signatures with webhooksAn automation workflow that creates a complete REST API for digitally signing PDF documents using n8n webhooks. This service demonstrates how to implement secure document signing functionality thro…Webhook, Read/Write Files from Disk, Convert to File5,695
Talk to your Google Sheets using ChatGPT-5This n8n workflow template creates an intelligent data analysis chatbot that can answer questions about data stored in Google Sheets using OpenAI’s GPT-5 Mini model. The system automatically analyz…AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger5,653
Google Sheets MCP - AI-powered spreadsheet managementThis n8n workflow lets you chat with your spreadsheets using AI + MCP! From reading and updating data to creating sheets, it’s your smart assistant for Google Sheets šŸ“ˆšŸ¤–MCP Server Trigger5,614
Create an event file and send it as an email attachmentThis workflow allows you to create an event file and send it as an attachment via email.Send Email, Start, iCalendar5,445
Transform data in Google SheetsThis workflow appends, lookup, updates, and reads data from a Google Sheet spreadsheet.Google Sheets, Start5,417
Auto-categorize blog posts in wordpress using A.I.WordPress Post Auto-Categorization WorkflowWordpress, AI Agent, OpenAI Chat Model5,397
Arxiv paper summarization with ChatGPTThis workflow is designed for researchers, students, and professionals who frequently read academic papers and need concise summaries. It is useful for anyone who wants to quickly extract key infor…HTTP Request, Webhook, Summarization Chain, OpenAI Chat Model, OpenAI, Information Extractor5,383
Auto meeting summarizer with Google Drive, OpenAI Whisper & GPT-4 to SheetsTransform your meeting recordings into actionable insights automatically. This powerful n8n workflow monitors your Google Drive for new audio files, transcribes them using OpenAI’s Whisper, generat…Google Sheets, Google Drive, Google Drive Trigger, OpenAI5,369
Pharmacy inventory alerts for low stock & expiring medicine with Google SheetsThis n8n workflow monitors pharmacy inventory stored in a Google Sheet, checks daily for low stock or near-expiry medicines, and sends alerts to the pharmacist via email, ensuring timely restocking…Cron, Send Email, Google Sheets5,254
šŸ¤–šŸ§‘ā€šŸ’» AI agent for top n8n creators leaderboard reportingThis n8n workflow is designed to automate the aggregation, processing, and reporting of community statistics related to n8n creators and workflows. Its primary purpose is to generate insightful rep…HTTP Request, Telegram, Google Drive, Gmail, Markdown, Execute Workflow Trigger5,025
Compare local Ollama Vision models for image analysis using Google DocsProcess images using locally hosted Ollama Vision Models to extract detailed descriptions, contextual insights, and structured data. Save results directly to Google Docs for efficient collaboration.HTTP Request, Google Drive, Google Docs, Extract from File5,003
Convert DOCX to PDF using ConvertAPIFor developers and organizations that need to convert DOCX files to PDF.HTTP Request, Read/Write Files from Disk4,974
Identify new Google Sheets rows!image.pngGoogle Sheets, Interval, Start4,838
Transform markdown content into structured Notion blocksTransform markdown-formatted text into properly structured Notion page content with this comprehensive workflow.HTTP Request4,766
Add new incoming emails to a Google Sheets spreadsheet as a new rowThis n8n workflow automates the process of capturing and storing incoming email details in a structured spreadsheet format, such as Google Sheets or Excel. Whenever a new email is received, the wor…Google Sheets, Gmail Trigger4,760
Markdown report generationThis workflow illustrates how HTML reports can be created using Markdown Node. An example data consists of a Time Sheet table for 2 persons. Based on this table a markdown document is generated usi…Send Email, Function, HTTP Request, Start, Convert to/from binary data, Markdown4,759
Convert an XML file to JSON via webhook callThis template is for everyone who needs to work with XML data a lot and wants to convert it to JSON instead.Slack, Webhook, Extract from File4,758
AI premium proposal generator with OpenAI, Google Slides & PandaDocAI Proposal Generator SystemHTTP Request, Google Drive, Gmail, Google Slides, n8n Form Trigger, OpenAI4,756
Convert URL HTML to markdown format and get page linksTransform web pages into AI-friendly markdown format:HTTP Request4,710
AI based data analysis, data visualization and data report with Ada.imThis template demonstrates how to build a low-code, AI-powered data analysis workflow in n8n. It enables you to connect to various data sources (such as MySQL, Google Sheets, or local files), proce…Google Sheets, HTTP Request, MySQL, Gmail, Markdown, Read/Write Files from Disk4,697
Extract and store text from chat images using AWS S3This workflow extracts text from images sent in a Telegram chat and uploads the images to AWS S3.Airtable, Telegram Trigger, AWS S3, AWS Textract4,687
Manipulate PDF with Adobe developer APIDid you know that Adobe provides an API to perform all sort of manipulation on PDF files :Dropbox, HTTP Request, Execute Workflow Trigger4,662
šŸ› ļø Create PDF from HTML with GotenbergThis workflow converts an HTML string into a polished PDF file using the powerful open-source Gotenberg service. It’s designed to be a reusable utility in your automation stack.HTTP Request, Execute Workflow Trigger, Convert to File4,653
Create a speech-to-text API with OpenAI GPT4o-mini transcribeThis template provides a simple and powerful backend for adding speech-to-text capabilities to any application. It creates a dedicated webhook that receives an audio file, transcribes it using Open…HTTP Request, Webhook4,638
AI research agents to automate PDF analysis with Mistral’s best-in-class OCRMistral OCR is a cutting-edge document understanding API that improves how businesses extract and process information from complex documents. With top scores in benchmarks for accuracy and comprehe…HTTP Request, Gmail, Execute Workflow Trigger, AI Agent, Basic LLM Chain, Structured Output Parser4,630
Export n8n Cloud execution data to CSVThis template helps n8n cloud plan users execute all executions to a CSV for easy data analysis. Identify what workflows are generating the most executions or could be optimized.n8n, Convert to File4,545
Convert HTML & PDF files to PNG images with CustomJS PDF Toolkit!workflow.png4,490
Convert markdown content to Google Docs document with automatic formattingThis workflow is perfect for technical writers, content creators, marketers, and developers who write in Markdown but need to collaborate or publish using Google Docs format. Ideal for teams that w…Google Drive, Markdown, Convert to File4,482
Analyze images, videos, documents & audio with Gemini Tools and Qwen LLM AgentThis workflow enables multimodal file analysis using Google Gemini tools connected to a text-only LLM agent. Users can upload images, videos, audio files, or documents via a chat interface. The wor…AI Agent, Simple Memory, Chat Trigger, Groq Chat Model, Google Gemini4,379
SharePoint list fetch with OAuth tokenThis template is designed for teams who need to automate data retrieval from SharePoint lists using n8n. It is ideal for users who want to authenticate via OAuth and then use the token to access Sh…HTTP Request, Schedule Trigger4,366
Automated meeting recording & AI summaries with Google Calendar, Vexa & Llama 3.2Transform your meetings into actionable insights automatically! This workflow captures meeting audio, transcribes conversations, generates AI summaries, and emails the results to participants—all w…Send Email, HTTP Request, Google Calendar Trigger, Basic LLM Chain, Ollama Model4,362
Automate screenshots with URLbox & analyze them with AIIn this automation we first make a screenshot with a screenshot API called URLbox and then send this screenshot into the OpenAI API and analyze it.HTTP Request, OpenAI4,360
Document analysis & chatbot creation with Llama Parser, Gemini LLM & Pinecone DBThis automation workflow enables users to upload files via an N8N form, automatically analyzes the content using Google Gemini agents, and delivers the analyzed results via email along with a chatb…HTTP Request, Gmail, Markdown, AI Agent, Question and Answer Chain, Vector Store Retriever4,318
AI-driven inventory management with OpenAI forecasting & ERP integrationThis n8n workflow automates the monitoring of warehouse inventory and sales velocity to predict demand, generate purchase orders automatically, send them to suppliers, and record all transactions i…Send Email, HTTP Request, Postgres, Schedule Trigger, Filter, OpenAI4,298
Notion to Pinecone vector store integrationThis n8n automation is designed to extract, process, and store content from Notion pages into a Pinecone vector store. Here’s a breakdown of the workflow:Notion, Notion Trigger, Filter, Token Splitter, Pinecone Vector Store, Summarize4,288
AI-powered bank statement analysis & transaction categorizationThis workflow automatically processes bank statements from various formats and extracts structured transaction data with intelligent categorization using AI.Postgres, Spreadsheet File, Webhook, OpenAI, Extract from File4,216
Analyze images from forms using GPT-4o-mini Vision and deliver to Telegramāœ… Use case examples:Telegram, n8n Form Trigger, OpenAI4,105
Transcribe audio files with Google Gemini and TelegramTranscribe audio messages from Telegram using Google Gemini for free.HTTP Request, Webhook, Telegram, Telegram Trigger, Google Drive, Google Drive Trigger3,960
Dynamically replace images in Google Slides via APIšŸŽ‰ Do you want to master AI automation, so you can save time and build cool stuff?HTTP Request, Webhook3,923
Convert HTML to PDF and return via webhook using CustomJS API!workflow.png!Webhook3,919
Convert Notion to markdown and back to NotionThis workflow converts Notion pages to markdown, and then converts that markdown back to Notion blocks. It will triple the content of the last updated page it finds. This is useless by itself, but …HTTP Request, Notion, Notion Trigger3,896
Index Documents from Google Drive to Pinecone with OpenAI Embeddings for RAG🧠 Google Drive Upload Trigger → Pinecone Vector Upsert for Document IndexingGoogle Drive, Google Drive Trigger, Embeddings OpenAI, Recursive Character Text Splitter, Pinecone Vector Store, Default Data Loader3,780
Generate AI-ready llms.txt files from Screaming Frog website crawlsThis workflow helps you generate an llms.txt file (if you’re unfamiliar with it, check out this article) using a Screaming Frog export.Filter, OpenAI Chat Model, n8n Form Trigger, Convert to File, Extract from File, Summarize3,737
AI-powered proposal automation using Google SlidesWhen you fill out the form with business challenges and requirementsGoogle Drive, Gmail, Google Slides, n8n Form Trigger, OpenAI3,716
Collects images from web search results and send to Google SheetsThis workflow collects images from web search results on a specific query, analyzes the image for labels, formats the text, and adds the information in Google Sheets.Function, Google Sheets, HTTP Request, AWS Rekognition3,652
Complete lesson automation for modern UK teachersTeachers now spend 3-4 hours per lesson creating materials and resources from scratch. With additional/special needs, this makes it difficult to create additional materials. This is unsustainable a…Google Drive, Google Calendar, Gmail, Google Docs, AI Agent, OpenAI Chat Model3,641
Convert addresses to latLong with Google Sheets and Google Maps APIThis template automates the process of converting a list of addresses into their latitude and longitude (LatLong) coordinates using Google Sheets and the Google Maps API. It’s designed for business…Google Sheets, HTTP Request3,627
Build your own Youtube MCP serverYoutube videos are a great source of new and updated information on a variety of cutting edge developments but theyā€re are not always simple to understand and lengthy videos may take too much time…HTTP Request, Execute Workflow Trigger, Call n8n Workflow Tool, MCP Server Trigger3,613
Automate monthly finance reports with Google Sheets, GPT-4 analysis and GmailThis workflow is designed to streamline your monthly financial reporting, turning raw transaction data into actionable insights automatically. Here’s a step-by-step breakdown of its operation:Function, Google Sheets, Gmail, Schedule Trigger, OpenAI3,581
Extract and structure Thai documents to Google Sheets using Typhoon OCR and Llama 3.1!2025052293100.pngGoogle Sheets, Basic LLM Chain, Read/Write Files from Disk, OpenRouter Chat Model3,545
šŸ“ Extract and clean PDF data from Google DriveAutomatically finds PDF file in Google Drive and extracts information. Use it to pull out clean output. It then formats the output into a clean JSON object.Google Drive, Extract from File3,477
Generate and share professional PDFs with OpenAI, Google Docs, and Slack> A 100% free n8n workflow for generating professionally formatted PDFs without relying on external libraries or paid converters. It uses OpenAI to create Markdown content, Google Docs to format…HTTP Request, Slack, Google Drive, AI Agent, OpenAI Chat Model3,442
AI-powered auto-generate exam questions and answers from Google Docs with GeminiThis workflow automates the creation of exam questions (both open-ended and multiple-choice) from educational content stored in Google Docs, using AI-powered analysis and vector database retrievalGoogle Sheets, HTTP Request, Google Docs, AI Agent, Basic LLM Chain, Question and Answer Chain3,432
Csv to JSON converter with error handling and Slack notificationsThis template is for developers or teams who need to convert CSV data into JSON format through an API endpoint, with support for both file uploads and raw CSV text input.3,432
Analyse papers from Hugging Face with AI and store them in NotionThis workflow automates the process of retrieving Hugging Face paper summaries, analyzing them with OpenAI, and storing the results in Notion. Here’s a breakdown of how it works:HTTP Request, Notion, Schedule Trigger, OpenAI3,423
Transcribe & summarize audio with Whisper and GPT, from Google Drive to NotionThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Google Drive, Notion, Google Drive Trigger, AI Agent, OpenAI Chat Model, OpenAI3,337
Extract pay slip data with Line Chatbot and Gemini to Google SheetsExtract text from image using AI is worth because you need no code. It incorporates Google Gemini 2.0 Flash model for important text extraction from image. If you code without AI, you have to use m…Google Sheets, HTTP Request, Webhook, AI Agent, Basic LLM Chain, Simple Memory3,312
Convert image to PDF using ConvertAPIFor developers and organizations that need to convert image files to PDF.HTTP Request, Read/Write Files from Disk3,306
Convert PostgreSQL table to CSVCSV is a super useful and universal way to transfer data between different tools. This workflow gives an example of how to take data from PostgreSQL and convert it easily into a CSV.Postgres, Spreadsheet File3,182
Detect hallucinations using specialised Ollama model bespoke-minicheckThis workflow is designed for automated fact-checking of texts. It uses AI models to compare a given text with a list of facts and identify potential discrepancies or hallucinations.Execute Workflow Trigger, Filter, Basic LLM Chain, Ollama Chat Model, Ollama Model3,058
Streamlining document automation with n8n and JSReportThis workflow template is designed for accounting, human resources, and IT project management teams looking to automate the generation of PDF and Word documents. It can be particularly useful for:HTTP Request, Gmail, n8n Form Trigger3,033
Convert web page to PDF using ConvertAPIFor developers and organizations that need to convert web page to PDF.HTTP Request, Read/Write Files from Disk3,018
Convert PDF to HTML using PDF.co and Google DriveThis n8n workflow automates the process of converting a newly stored PDF file from Google Drive into an HTML file and saving it back to Google Drive. The workflow is triggered whenever a new PDF is…HTTP Request, Google Drive, Google Drive Trigger2,956
Automate meeting documentation with SharePoint, Word, Excel & OutlookReceives meeting data via a webform, cleans/structures it, fills a Word docx template, uploads the file to SharePoint, appends a row to Excel 365, and sends an Outlook email with the document attac…Webhook, Microsoft Excel 365, Microsoft Outlook, Microsoft SharePoint2,948
Get all the slides from a presentation and get thumbnails of pagesThis workflow allows you to get all the slides from a presentation and get thumbnails of pages.Start, Google Slides2,939
Analyze Google Sheets data with OpenAI-powered data agentThe Ozki Data Analyst Agent is designed to analyze data from Google Sheets. To use it, you’ll need to provide the URL of your Google Sheet file. The agent will then process the data and provide you…AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger2,898
Extract spending history from gmail to google sheet1. Fetch transaction notification emails (including attachments)Google Sheets, Gmail Trigger, Basic LLM Chain, Structured Output Parser, Extract from File, Google Gemini Chat Model2,881
Scrape multi-page websites recursively with Google Sheets storageThis n8n workflow provides a robust and highly reusable solution for scraping data from paginated websites. Instead of building a complex series of nodes for every new site, you only need to update…Google Sheets, HTTP Request2,847
Shopify to Google Sheets Product Sync AutomationWorkflow Description:Google Sheets, GraphQL, Schedule Trigger2,827
Extract license plate number from image uploaded via an n8n formThis is a simplistic demo workflow showing how to extract a license plate number from an image of a car submitted via a form – or in more general terms showcasing how you can:Basic LLM Chain, n8n Form Trigger, n8n Form2,801
Export WordPress posts to spreadsheetExport WordPress Posts to Spreadsheet and download .csv to your local machine.Spreadsheet File, Start, Write Binary File, Wordpress2,772
Send a file from S3 to AWS TextractThis workflow shows how to download an image file from S3 and pass it on to Textract for text extraction.Start, AWS S3, AWS Textract2,759
Google spreadsheet to HTML - variant with spreadsheet fileThis workflow shows a no code approach to creating a HTML table based on Google Sheets data.Google Sheets, Spreadsheet File, Webhook2,755
Summarize YouTube videos with transcription, DeepSeek AI and Google SheetsTired of manually watching long YouTube videos just to extract the main points?Google Sheets, HTTP Request, Basic LLM Chain, DeepSeek Chat Model2,691
Convert HTML to PDF & extract text from PDFs with CustomJS API!workflow.png2,650
Extract Thai bank slip data from LINE using SpaceOCR and save to Google SheetsThis workflow is ideal for businesses, accountants, and finance teams who receive bank slip images via LINE and want to automate the extraction of transaction details. It eliminates manual data ent…Google Sheets, HTTP Request, Webhook, Google Drive2,625
Auto-generate and auto-fill business documents with Google Sheets & GmailThis workflow automates the generation and delivery of personalized business documents (e.g., contracts, job offers, invoices, pay slips) in PDF format. The data source is a Google Sheet, and the d…Google Sheets, HTTP Request, Google Drive, Gmail2,620
Generate dynamic line chart from JSON data to upload to Google DriveThis workflow demonstrates how to dynamically generate a line chart using the QuickChart node based on data provided in a JSON object and then upload the resulting chart image to Google Drive.Google Drive, QuickChart2,611
Extract text from images & PDFs via Telegram with Mistral OCR to MarkdownThis n8n template provides a complete solution for Optical Character Recognition (OCR) of image and PDF files directly within TelegramHTTP Request, Webhook, Telegram, Convert to File2,556
Create transcription jobs using AWS TranscribeThis workflow allows you to create transcription jobs for all your audio and video files stored in AWS S3.Start, AWS S3, AWS Transcribe2,553
šŸ“¦ Electronic data interchange (EDI) message parsing with Gmail and Google SheetTags: Supply Chain Management, Logistics, Transportation, Data TransmissionGoogle Sheets, Gmail, Gmail Trigger2,539
Google spreadsheet to HTML - variant with JS functionThis workflow shows a low code approach to creating a HTML table based on Google Sheets data. It’s similar to this workflow, but allows fully customizing the HTML output.Function, Google Sheets, Start, Webhook2,536
Document Q&A with RAG: Query PDF content using Weaviate and OpenAIThis workflow allows you to upload a PDF file and ask questions about it using the Question and Answer Chain and the Weaviate Vector Store nodes.Question and Answer Chain, Embeddings OpenAI, OpenAI Chat Model, Vector Store Retriever, Recursive Character Text Splitter, n8n Form Trigger2,419
Transcribe WhatsApp audio messages with Whisper AI via GroqAutomatically transcribe WhatsApp audio messages to text using AI-powered speech recognition. This workflow receives audio messages via webhook, processes them through Groq’s Whisper API, and repli…HTTP Request, Webhook, Convert to File2,396
Automate Microsoft Teams meeting analysis with GPT-4.1, Outlook & Mem.aiAutomate Microsoft Teams Meeting Analysis with GPT-4.1, Outlook & Mem.aiHTTP Request, Postgres, Webhook, Microsoft Outlook, Markdown, Schedule Trigger2,395
Process receipt images with GPT-4o-mini, WhatsApp & Google Sheets automation🧾An intelligent automation system that turns WhatsApp into your personal receipt manager — integrating Meta WhatsApp Cloud API, Google Drive, Google Sheets, and OpenAI GPT-4o-mini via n8n.Google Sheets, HTTP Request, Google Drive, WhatsApp Business Cloud, AI Agent, OpenAI Chat Model2,365
Automate restaurant sales & inventory forecasting with Gemini AI & Google SheetsThis automated n8n workflow performs weekly forecasting of restaurant sales and raw material requirements using historical data from Google Sheets and AI predictions powered by Google Gemini. The f…Google Sheets, Gmail, Schedule Trigger, AI Agent, Google Gemini Chat Model, Think Tool2,344
šŸŽ“ How to transform unstructured email data into structured format with AI agentThis workflow automates the process of extracting structured, usable information from unstructured email messages across multiple platforms.Email Trigger (IMAP), Gmail Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, Chat Trigger2,336
Store retell transcripts in Sheets, Airtable or Notion from webhook- This workflow stores the results of a Retell voice call (transcript, analysis, etc.) once it has ended and been analyzed.Airtable, Google Sheets, Webhook, Notion, Filter2,336
Scrape and analyze websites with custom prompts using Gemini, Apify, and LangChainThis workflow combines the power of Apify and OpenRouter to scrape website content and execute any custom prompt using AI. You define what you want — whether it’s extracting contact details, summar…HTTP Request, Execute Workflow Trigger, AI Agent, OpenRouter Chat Model2,286
Batch scrape website URLs from Google Sheets to Google Docs with FirecrawlThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Google Sheets, Google Drive, Filter, Chat Trigger2,276
AI-powered accounting reports from Sabre EDI with GPT-4 and Pinecone RAGThis workflow automates the process of reading EDI files generated by Sabre, parsing them using an AI Agent, and producing structured accounting reports like:Google Drive, AI Agent, Embeddings OpenAI, OpenAI Chat Model, Recursive Character Text Splitter, Pinecone Vector Store2,249
Generate Daily E-Commerce Order Reports with Supabase, GPT-4.1 and GmailThis n8n workflow automates the generation and delivery of a daily order summary via email. It leverages an AI Agent to fetch and summarize e-commerce order data from the last 24 hours stored in Su…Schedule Trigger, AI Agent, OpenAI Chat Model2,178
Medical records automation with Mistral OCR & Google SheetsThis plug-and-play n8n workflow automates medical record digitization using Mistral’s OCR API and stores clean, structured data in Google Sheets. Whether you run a clinic or healthtech product, thi…Google Sheets, HTTP Request, n8n Form Trigger2,177
Business model canvas AI-powered generator (LLM flexible)- Startup founders validating or pitching new ideasAI Agent, Ollama Chat Model, Convert to File, Chat Trigger2,165
Sql to XML export with XSL template formattingThis workflow demonstrates how to export SQL to XML and present the data nicely formatted using an XSL Template.HTTP Request, Webhook, Convert to/from binary data, MySQL2,144
Turn any PDF into a clean Google Doc with Mistral OCRUpload a PDF and instantly get a neatly formatted Google Doc with all the readable text—no manual copy-paste, no messy line breaks.HTTP Request, Google Docs, Basic LLM Chain, n8n Form Trigger, OpenRouter Chat Model2,111
Upload bulk records from CSV - Airtable InterfacesThis workflow is a supporting automation to a common Airtable situation, that as of this writing, has no direct solution but has great demand.Airtable, HTTP Request, Spreadsheet File, Airtable Trigger2,089
Automated weekly project cost reports with MySQL and Outlook HTML emailsNeed to keep your finance or operations team updated on missing project costs?MySQL, Microsoft Outlook, Schedule Trigger2,053
Build document RAG system with Kimi-K2, Gemini embeddings and Qdrant!screenshotHTTP Request, Execute Sub-workflow, Execute Workflow Trigger, AI Agent, Call n8n Workflow Tool, Extract from File2,035
Convert HTML to PDF and compress files with CustomJS API!workflow.png2,026
Beginner AI dataset generator using OpenAI + LangChain in n8nThis n8n workflow dynamically generates a realistic sample dataset based on a single topic you provide. It uses OpenAI (via LangChain) and n8n’s built-in nodes to:AI Agent, OpenAI Chat Model, Structured Output Parser, Think Tool2,003
Automated video analysis: AI-powered insight generation from Google DriveSubtitle: From Google Drive Upload → Gemini AI → Video InsightsHTTP Request, Google Drive, Schedule Trigger, Basic LLM Chain, Google Gemini Chat Model1,996
Track expenses by parsing Telegram transaction messages to Google SheetsOverviewGoogle Sheets, Telegram Trigger1,960
Domain-specific web content crawler with depth control & text extractionThis template implements a recursive web crawler inside n8n. Starting from a given URL, it crawls linked pages up to a maximum depth (default: 3), extracts text and links, and returns the collected…HTTP Request, Webhook1,914
Beginner data analysis: merge, filter & summarize in Google Sheets with GPT-4oThis beginner-friendly n8n workflow teaches essential data manipulation techniques using Google Sheets and AI. You’ll learn how to:Google Sheets, Filter, AI Agent, OpenAI Chat Model, Structured Output Parser, Summarize1,904
Comprehensive legal department automation with OpenAI O3 CLO & specialist agentsNavigate legal complexities with an AI-powered Chief Legal Officer (CLO) agent orchestrating specialized legal team members for comprehensive legal operations and risk management.AI Agent, OpenAI Chat Model, Chat Trigger, Think Tool, AI Agent Tool1,894
Load and aggregate files from a Google Drive folder into a key-value dictionaryThis workflow automates the process of retrieving all Google Docs from a specified Google Drive folder, extracting their content, and structuring the data into a unified key-value dictionary, where:Google Drive, Google Docs, Execute Workflow Trigger1,846
Legal Case Research Extractor, Data Miner with Bright Data MCP & Google Gemini!Legal Case Research Extractor.pngFunction, HTTP Request, Basic LLM Chain, Structured Output Parser, Read/Write Files from Disk, Google Gemini Chat Model1,840
Replace images in Google Docs documents and download as PDF/DocxAutomate image replacement in Google Docs:HTTP Request, Google Drive1,840
Convert DOCX (from URL) to PDF using ConvertAPIFor developers and organizations that need to convert DOCX files to PDF.HTTP Request, Read/Write Files from Disk1,825
Summarize PDFs with Groq AI and convert to audio using Qwen TTSThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.HTTP Request, Webhook, AI Agent, Simple Memory, Extract from File, Groq Chat Model1,817
Transform Excel data into AI-ready vectors with OpenAI and SupabaseThis workflow is a practical, ā€œdirtyā€ solution for real-world scenarios where frontline workers keep using Excel in their daily processes.HTTP Request, Postgres, Microsoft Excel 365, Supabase1,796
Extract structured data from medical documents with Google Gemini AITransform medical documents into structured data using Google Gemini AI with enterprise-grade accuracy.HTTP Request, Webhook, Extract from File1,780
Markdown timesheet report generationThis tutorial demonstrates the creation of the HTML report via Markdown node. The main idea is to prepare a very long gext variable via the Function Node and then convert it to the HTML file. The r…Send Email, Function, HTTP Request, Start, Convert to/from binary data, Markdown1,767
Remove personally identifiable information (PII) from CSV files with OpenAI- Monitors Google Drive: The workflow triggers whenever a new CSV file is uploaded.Google Drive, Google Drive Trigger, Extract from File, OpenAI1,762
Generate document drafts from PDFs using Google Drive, GPT-4 & notificationsThis workflow automates the end-to-end process of extracting and summarizing information from PDFs stored in a specific Google Drive folder. When a new PDF or any binary data is added, the workflow…Google Drive, Gmail, Google Docs, Google Drive Trigger, OpenAI Chat Model, Extract from File1,761
Transform YouTube videos into interactive MCQ quizzes with Google Forms & Gemini AITransform any YouTube video into an interactive MCQ quiz automatically! This workflow uses Google Gemini AI to analyze video content and generate comprehensive multiple-choice questions with automa…HTTP Request, Basic LLM Chain, Structured Output Parser, n8n Form Trigger, Google Gemini Chat Model, n8n Form1,760
Natural language Google Sheets data analysis with Gemini AIThis n8n workflow template creates an efficient data analysis system that uses Google Gemini AI to interpret user questions about spreadsheet data and processes them through a specialized sub-workf…Google Sheets, Execute Sub-workflow, Execute Workflow Trigger, AI Agent, Simple Memory, Structured Output Parser1,753
Automate meeting summaries from Fireflies transcripts with Gemini & GmailšŸ¤šŸ–ŠļøšŸ¤– This workflow automates the process of retrieving meeting transcripts from Fireflies.ai, extracting and summarizing relevant content using Google Gemini, and sending or drafting well-formatted…Webhook, Gmail, Markdown, Gmail Trigger, OpenAI Chat Model, Information Extractor1,753
Import Google Keep notes to Google Sheets using OpenAI and Google DriveThis n8n workflow automates the import of your Google Keep notes into a structured Google Sheet, using Google Drive, OpenAI for AI-powered processing, and JSON file extraction. It’s perfect for use…Google Sheets, Google Drive, Filter, AI Agent, OpenAI Chat Model, Extract from File1,721
Extract data from Thai Government letters with Mistral OCR and store in Google SheetsThis template automates the extraction of structured data from Thai government letters received via LINE or uploaded to Google Drive. It uses Mistral AI for OCR and OpenAI for information extractio…Google Sheets, HTTP Request, Webhook, Google Drive, Google Drive Trigger, OpenAI Chat Model1,697
🌲 AI agent for sustainability report audit with Gmail and GPT-40Tags: Sustainability, CSRD, Reporting, ESG, Compliance, AutomationGmail, Gmail Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, Extract from File1,675
Web crawler: Convert websites to AI-ready markdown in Google SheetsTransform any website into a structured knowledge repository with this intelligent crawler that extracts hyperlinks from the homepage, intelligently filters images and content pages, and aggregates…Google Sheets, HTTP Request, Markdown, Filter1,658
Transcribe YouTube videos & create GEO summaries with Whisper and GPT-4o-mini in NotionAutomate your YouTube research workflow by extracting audio from any video, transcribing it with Whisper AI, and generating structured GEO (Goal–Execution–Outcome) summaries using GPT-4o-mini. šŸŽ„šŸ¤– T…HTTP Request, YouTube, Notion, Schedule Trigger, AI Agent, OpenAI Chat Model1,657
Import a JSON file from Gmail into a spreadsheetThis workflow imports a JSON file from an email attachment and saves the content into a spreadsheet.Spreadsheet File, Convert to/from binary data, Gmail1,627
Automatically transcribe Telegram voice messages with OpenAI Whisper & Google Workspace> Automatically transcribe Telegram voice messages and store them as structured logs in Google Sheets, while backing up the audio in Google Drive.Google Sheets, Telegram, Telegram Trigger, Google Drive, OpenAI1,556
Convert documents to Markdown with MinerU API and GPT-4o-mini- This workflow automates the conversion of various document formats (such as PDF, Word, and PPT) into Markdown. It connects to the MinerU API service, which leverages OCR, formula, and table recog…AI Agent, OpenAI Chat Model, Read/Write Files from Disk, Chat Trigger, MCP Client Tool1,525
Get bibliographic data from your Zotero libraryThis workflow will read your Zotero Library and extract Meta Data from the articles of one collection in your bibliography. You can personalize the output for optimized results.HTTP Request, Filter1,522
Convert the JSON data received from the CocktailDB API in XML!workflow-screenshotHTTP Request, Start1,511
šŸ’° Automate currency rates update in invoices with Google Sheet, ExchangeRate APITags: Automation, Finance, Google Sheets, APIGoogle Sheets, HTTP Request, Schedule Trigger1,492
🌳 EU green legislation tracker with GPT-4o, Google Sheets and TasksTags: EU Legislation, Sustainability, Automation, Web Scraping, OpenAI, Google Sheets, Policy Monitoring, ClimateGoogle Sheets, HTTP Request, Google Tasks, OpenAI1,476
Create AI-ready vector datasets from web content with Claude, Ollama & Qdrant!f70ca7d4da7544ce92333c57c5e62954.pngHTTP Request1,458
Vision RAG and image embeddings using Cohere Command-A and Embed v4The benefits being (1) the vision model doesn’t need to keep all document scans in context (expensive) and (2) ability to query on graphical content such as charts, graphs and tables.HTTP Request, AI Agent, Embeddings Cohere, Simple Memory, Code Tool, Extract from File1,452
Translate cocktail instructions using DeepLThis workflow allows you to translate cocktail instructions using DeepL.HTTP Request, DeepL1,425
AI sticky generator for n8n templatesThis workflow helps template creators automatically generate an overview sticky note for any n8n template. Paste your workflow JSON into the Set node, run the workflow, and the AI returns a ready-t…AI Agent, OpenAI Chat Model, Structured Output Parser1,412
Extract information from a logo sheet using forms, AI, Google Sheet and AirtableThis automation enables you to just upload any Image (via Form) of a Logo Sheet, containing multiple Images of Product Logos (most likely) which brings them in some context to one another.Airtable, AI Agent, OpenAI Chat Model, Structured Output Parser, n8n Form Trigger1,408
Extract & store receipt data with GPT-4, OCR, Google Sheets & Notion via Telegram BotTransform your receipt management with this comprehensive n8n workflow that automatically processes receipts through Telegram, extracts transaction data using AI, and stores it across multiple plat…Function, Google Sheets, HTTP Request, Telegram, Telegram Trigger, Google Drive1,407
Convert tour PDFs to vector database using Google Drive, LangChain & OpenAIProcess Tour PDF from Google Drive to Pinecone Vector DB with OpenAI EmbeddingsGoogle Drive, Embeddings OpenAI, Recursive Character Text Splitter, Pinecone Vector Store, Default Data Loader1,389
Convert Baserow rich text markdown field to HTMLSometimes you need the rich text field to be in HTML instead of Markdown. This template either syncs a single record or all records at once.Webhook, Baserow, Markdown1,387
Use REGEX to select dateThis workflow looks for a Close Date value using REGEX in the IF node. If it finds the correct value, it will pass that value on. If it does not find the correct value, it will generate a value bas…Start1,355
Build a PDF search system with Mistral OCR and Weaviate DBA comprehensive RAG (Retrieval-Augmented Generation) workflow that transforms PDF documents into searchable vector embeddings using advanced AI technologies.Embeddings Cohere, Recursive Character Text Splitter, n8n Form Trigger, Default Data Loader, MCP Server Trigger, Reranker Cohere1,346
Automated book summarization with DeepSeek AI, Qdrant Vector DB & Google DriveThis n8n workflow automates the process of summarizing uploaded books from Google Drive using vector databases and LLMs. It uses Cohere for embeddings, Qdrant for storage and retrieval, and DeepSee…HTTP Request, Google Drive, Google Drive Trigger, AI Agent, Question and Answer Chain, Embeddings Cohere1,329
Automate vendor due diligence research with Gemini & Jina AIThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Google Sheets, HTTP Request, AI Agent, Structured Output Parser, n8n Form Trigger, Google Gemini Chat Model1,321
Parse PDF, DOCX & images with Mistral OCR via Google Drive with Slack alertsMonitor Google Drive folder, parsing PDF, DOCX and image file into a destination folder, ready for further processing (e.g. RAG ingestion, translation, etc.)Google Sheets, HTTP Request, Slack, Google Drive, Google Drive Trigger, Convert to File1,317
Extract YouTube transcripts via Google Sheets or API webhookThis n8n template demonstrates how to extract transcripts from YouTube videos using two different approaches: automated Google Sheets monitoring and direct webhook API calls.Google Sheets, HTTP Request, Webhook, Google Sheets Trigger1,306
Airline web check-in data extraction with Ollama AI, Google Sheets & Postgres Vector DBThis workflow retrieves airline web check-in URLs from Google Sheets, scrapes their content, employs an LLM to generate structured JSON data, refreshes the sheet, creates embeddings, and saves them…Google Sheets, HTTP Request, Basic LLM Chain, Ollama Chat Model, Token Splitter, Default Data Loader1,287
Automated invoice generator from Google Sheets to Google DocsThis workflow automates invoice creation using Google Sheets for structured input and Google Docs for templated output — all built inside n8n.Google Sheets, Google Docs1,286
Automated daily financial analysis from Loyverse POS with Google Sheets & emailAutomatically fetches daily sales, shifts, and receipts from Loyverse. Calculates gross profit, net operating profit, other key metrics, saves them to a Google Sheet and sends out a daily report vi…Send Email, Google Sheets, HTTP Request, Schedule Trigger1,285
Summarize YouTube videos with AI and extract key lessons to Google DocsThis template is for learners, researchers, students and professionals who want to quickly capture the essence of a YouTube video.HTTP Request, Google Drive, Basic LLM Chain, Chat Trigger, OpenRouter Chat Model1,244
Transcribe Youtube videos for free with youtube-transcript.io & save to SupabaseThis workflow is for content creators, marketers, researchers, and anyone who needs to quickly get text transcripts from YouTube videos. If you analyze video content, repurpose it for blogs or soci…HTTP Request, RSS Read, Stop and Error, Supabase1,232
Ai audio transcription & Google Docs report generator with VLM runAutomatically transform audio files into professional transcription reports with AI-powered speech recognition, timestamp generation, and formatted Google Docs output.Webhook, Google Docs, Gmail Trigger1,213
Automated revenue predictions from Stripe data with GPT-4 and Google Sheetsā€AI-Powered CFO Forecasting Agent: Automated Revenue Predictions from Stripe Dataā€Google Sheets, Stripe, Supabase, Schedule Trigger, AI Agent, Embeddings OpenAI1,211
WebhookDocs: generate swagger preview of your active workflowsThis meta-workflow is designed to intelligently scan all your active workflows in n8n, identify those that contain Webhook nodes, and automatically generate a Swagger (OpenAPI) specification based …Webhook, n8n1,209
AI-powered auto-translate Google Slides presentation to any language with GeminišŸ’¬šŸ—‚ļøšŸ¤– This workflow automates the translation of Google Slides presentations from any languages, while preserving the original formatting and slide structure. It leverages Google APIs, AI translatio…Google Drive, Execute Sub-workflow, Google Slides, Execute Workflow Trigger, AI Agent, Google Gemini Chat Model1,208
Extract and convert PDF documents to Markdown with LlamaIndex Cloud APIThis workflow automatically converts PDF documents to Markdown format using the LlamaIndex Cloud API. LlamaIndex is a powerful data framework that specializes in connecting large language models wi…HTTP Request, n8n Form Trigger1,201
Generate summaries from uploaded files using OpenAI Assistants APIUpload a document (PDF, DOCX, PPTX, TXT, CSV, JSON, or Markdown) and receive an AI-generated summary containing:HTTP Request, n8n Form Trigger1,184
AI-powered MIS agentThe AI-powered MIS Agent is an intelligent, automated system built using n8n that streamlines email-based data collection and document organization for businesses. It classifies incoming emails, ex…Google Sheets, Postgres, Google Drive, Gmail, Google Drive Trigger, Gmail Trigger1,174
Generate professional documents with Claude AI skillsšŸ¤¹šŸ¤– & upload to Google DrivešŸ¤¹šŸ¤– This workflow (AI Document Generator with Anthropic Agent Skills and Uploading to Google Drive) automates the process of generating, downloading, and storing professionally formatted files (PDF,…HTTP Request, Google Drive, n8n Form Trigger1,142
Convert Fathom meeting transcripts to formatted Google Docs with AI summariesTranscript → AI Analysis → Formatted DocHTTP Request, Webhook, Google Drive, Basic LLM Chain, Structured Output Parser, Google Gemini Chat Model1,135
Convert PDF to PNG with PDF.co API (multi-page support)This workflow automatically converts each page of a multi-page PDF into high-quality PNG images. It uses the PDF.co API in the background to process the PDF and generate individual images for every…HTTP Request1,135
Extract university term dates from Excel using CloudFlare markdown conversionManually adding important term dates to your calendar by hand? Stop! Automate it with this simple AI/LLM-powered document understanding and extraction template. This cool use-case can be applied to…HTTP Request, Gmail, Convert to File, Google Gemini Chat Model, Information Extractor1,118
Document parsing & data extraction with Mistral OCR, AI processing, and multi-channel deliveryTired of manual data entry? Drowning in paper documents? The Sentinel OCR & Workflow Hub is your ultimate solution for transforming physical documents into actionable digital data, seamlessly and i…HTTP Request, Telegram, Telegram Trigger, Gmail, Markdown, AI Agent1,113
Consolidate data from 5 sources for automated reporting with SQL, MongoDB & Google toolsThis workflow consolidates data from five different systems — Google Sheets, PostgreSQL, MongoDB, Microsoft SQL Server, and Google Analytics — into a single master Google Sheet. It runs on a schedu…Function, Google Sheets, Postgres, MongoDB, Microsoft SQL, Google Analytics1,109
Filter the feedback from Typeform and store in Google SheetsThis workflow allows you to filter positive and negative feedback received from a Typeform and insert the data into Google Sheets.Google Sheets, Start, Typeform Trigger1,098
Generate & email personalized certificates from Google Forms with score thresholdThis workflow automatically generates personalized certificates in Google Slides and emails them to respondents only if they meet a minimum score threshold, using data submitted via Google Forms (s…Google Drive, Gmail, Google Slides, Google Sheets Trigger1,097
šŸš€ Process YouTube transcripts with Apify, OpenAI & Pinecone databaseThis tutorial explains how to build the backend workflow in n8n that indexes YouTube video transcripts into a Pinecone vector database. Note: This workflow handles the processing and indexing of tr…Airtable, HTTP Request, Embeddings OpenAI, Recursive Character Text Splitter, Pinecone Vector Store, Default Data Loader1,086
Extract text from receipts with OCR.space table recognitionThis workflow automates the process of extracting text from receipt or document images using OCR.space and presenting the results in a clean, styled form.HTTP Request, n8n Form Trigger, n8n Form1,084
Analyze and chat with XML files using GPT and LangChain- Triggered via webhook or manual execution.HTTP Request, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Call n8n Workflow Tool, Chat Trigger1,077
Generate multi-period financial reports from Google Sheets with AI analysisDescription:Google Sheets, Execute Workflow Trigger, AI Agent, Simple Memory, Call n8n Workflow Tool, Chat Trigger1,072
Export AI agent conversation logs from Postgres to Google SheetsThis n8n workflow retrieves AI agent chat memory logs stored in Postgres and pushes them to Google Sheets, creating one sheet per session. It’s useful for teams building chat-based products or agen…Google Sheets, HTTP Request, Postgres, Schedule Trigger1,071
Collaborative sales planning with multi-agent AI, Google Docs, and SlackWatch the videoHTTP Request, Slack, Google Drive, AI Agent, OpenAI Chat Model, AI Agent Tool1,071
Send financial metrics monthly to Mattermos!workflow-screenshotCron, Start, Mattermost, ProfitWell1,064
Manage Adobe Acrobat e-signatures with webhooksThis workflow automatically manages Acrobat Sign signatures, respond with ā€œintentā€ to Acrobat-Sign webhooks.Function, Start, Webhook1,062
Convert PDF, DOC, and images to Markdown using Datalab.to APIThis n8n workflow converts various file formats (.pdf, .doc, .png, .jpg, .webp) to clean markdown text using the datalab.to API. Perfect for AI agents, LLM processing, and RAG (Retrieval Augmented …HTTP Request, n8n Form Trigger1,040
Extract transcripts from external YouTube videos using YouTube Transcript APIExtracts a clean transcript from a videoId using youtube-transcript.io.HTTP Request, Stop and Error, Execute Workflow Trigger1,030
Create personalized diet plans from health reports with Ollama AI and email automationThis n8n workflow transforms uploaded health details or lab reports received via email into a customized diet plan using AI analysis, then sends the plan back to the user via email, optimizing nutr…Email Trigger (IMAP), Send Email, Basic LLM Chain, Ollama Model1,023
Export Zammad objects (users, roles, groups, organizations) to ExcelThis n8n workflow enables you to export data from Zammad, including Users, Roles, Groups, and Organizations, into individual Excel files. It simplifies data handling and reporting by creating struc…HTTP Request, Zammad, Convert to File1,018
Automated marketing performance email reports with Google Sheets & OutlookThis n8n workflow template automatically pulls marketing data from Google Sheets, calculates key performance metrics, and sends beautifully formatted HTML email reports. Perfect for marketing teams…Google Sheets, Microsoft Outlook, Summarize1,016
Automatically issue training certificates and send via GmailThis n8n workflow automates the generation and delivery of student completion certificates.Edit Image, HTTP Request, Gmail, Customer Datastore (n8n training)1,011
šŸ”Š Browser recording audio transcribing and AI analysis with Deepgram and GPT-4o!Transcript Evalu8r LogoHTTP Request, Webhook, Google Drive, Gmail, Google Docs, Google Drive Trigger1,003
AI-powered Loom video Q&A with Gemini-2.5 and Slack notificationsThis workflow takes a Loom link, extracts the video ID, uses the Loom API to download the video, then sends it to Gemini along with your question. Finally, it sends the output to Slack.HTTP Request, Slack, n8n Form Trigger999
Restaurant daily insights with Gemini AI - sales, waste & feedback email summaryIn this guide, we’ll walk you through setting up an AI-driven workflow that automatically fetches daily sales, food waste, and customer feedback data from Google Sheets, generates actionable insigh…Google Sheets, Gmail, Schedule Trigger, AI Agent, Google Gemini Chat Model, Think Tool991
Pdf document filling and generation server for AI agents with doqs.dev APIComplete MCP server exposing 14 doqs.dev | PDF filling API operations to AI agents.MCP Server Trigger990
Process legal documents with Ollama AI & generate HTML reports (100% local)!lawthumb.jpgLocal File Trigger, AI Agent, OpenAI Chat Model, Read/Write Files from Disk, Convert to File, Extract from File985
Merge multiple Excel files into a single multi-sheet file with summary pageThis workflow automates the process of merging multiple .xlsx files from a designated folder into a single, well-organized Excel workbook. Each input file is converted into its own sheet within the…Read/Write Files from Disk, Extract from File983
Weekly Facebook ads performance reports with AI-powered analysis & Gmail deliveryPerfect for marketing agencies that manage multiple Facebook ad accounts and want to automate their weekly reporting. It eliminates manual data collection, analysis, and client updates by deliverin…HTTP Request, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model, OpenAI982
Student absence alerts via email & WhatsApp with attendance trackingAutomatically alerts parents about student absences and tracks 30-day attendance patterns to identify risks and trends.Send Email, HTTP Request, Microsoft Excel 365, Schedule Trigger982
Automate hotel booking requests from Gmail to Google Sheets with GPT-5-miniThis workflow is for hotel managers, travel agencies, and hospitality teams who receive booking requests via email. It eliminates the need for manual data entry by automatically parsing emails and …Google Sheets, Gmail, Gmail Trigger, Filter, AI Agent, OpenAI Chat Model970
Generate PRDs and test scenarios with GPT/Claude and PDF exportThis workflow generates a Product Requirements Document (PRD) and test scenarios from structured form inputs. It uses OpenRouter LLMs (GPT/Claude) for natural language generation and APITemplate.io…APITemplate.io, Basic LLM Chain, n8n Form Trigger, n8n Form, OpenRouter Chat Model962
Build a multi-agent system with n8n, Qdrant, Gmail & OpenAIThis template presents a multi-agent system in which a coordinating agent manages specialized sub-agents: an AI agent for RAG and document summarization, and an email agent. Each agent effectively …Google Drive, Markdown, Execute Workflow Trigger, AI Agent, Basic LLM Chain, Embeddings OpenAI958
Audio conversation analysis & visualization with DeepGram and GPT-4o!Transcript Evalu8r LogoHTTP Request, Webhook, Google Drive, Gmail, Google Docs, Google Drive Trigger950
Natural language to SQL converter for Google Sheets with GPT-4oThis n8n workflow template creates an intelligent data analysis system that converts natural language questions into Google Sheets SQL queries using OpenAI’s GPT-4o model. The system generates prop…HTTP Request, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser, Chat Trigger949
Video transcription automation with VLM Run, Google Drive and DocsThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Webhook, Google Drive, Google Docs, Google Drive Trigger945
Generate an AI summary of your Notion commentsThis automation is for teams working in Notion. When you have a lot of back and forth in the comment section, it’s easy to lose track of what is going on in the conversation. This automation relies…HTTP Request, Notion, Schedule Trigger, Filter, AI Agent, Google Gemini Chat Model932
Audio transcription with Telegram and Groq WhisperTranscribe Telegram voice/audio messages to text using Groq’s OpenAI-compatible Whisper endpoint. Replies are delivered either as a Telegram message or as a downloadable .txt file, plug-and-play fo…HTTP Request, Telegram, Telegram Trigger, Convert to File928
Google Sheets duplication & enrichment automationThis workflow reads sheet details from a source Google Spreadsheet, creates a new spreadsheet, replicates the sheet structure, enriches the content by reading data, and writes it into the correspon…Google Sheets, HTTP Request922
Generate research questions from PDFs using InfraNodus content gap analysisThis template can be used to generate research questions from PDF documents (e.g. research papers, market reports) based on the content gaps found in text using the InfraNodus knowledge graph Grap…HTTP Request, n8n Form Trigger, Extract from File, n8n Form918
Automate Actions After PDF Generation with PDFMonkeyThis n8n workflow template allows you to automatically react to PDF generation events from PDFMonkey. When a new PDF is successfully created, this workflow retrieves the file and processes it based…HTTP Request, Webhook918
Predict restaurant food waste with Gemini AI and Google Sheets reportingThis automated n8n workflow performs daily forecasting of sales and raw material needs for a restaurant. By analyzing historical data and predicting future usage with AI, businesses can minimize fo…Google Sheets, Gmail, Schedule Trigger, AI Agent, Google Gemini Chat Model, Think Tool904
Automated meeting summaries: Google Meet to Slack with Vexa.ai and GPT-4oThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.HTTP Request, Slack, Google Calendar Trigger, AI Agent, OpenAI Chat Model885
Generate and send contract documents with Typeform, Google Docs and GmailThis workflow is designed for teams or freelancers who want to auto-generate and send contracts based on information gathered from a Typeform (e.g., client name, project scope, deadlines). Perfect …Typeform Trigger, Google Drive, Gmail, Google Docs884
Generate QR codes from URLs with QR Server API and downloadable imagesEasily generate QR codes from any URL! This workflow lets users submit a URL via a simple form and instantly receive a downloadable QR code image—perfect for quick sharing or promotions. Setup is f…HTTP Request, n8n Form Trigger, n8n Form880
Generate medical reports from emails with Gemini AI & Google WorkspaceThis template is designed for healthcare providers, sales reps, and medical tourism companies who need to process diagnosis emails efficiently. It automates the full flow from email to report deliv…Google Sheets, HTTP Request, Google Drive, Gmail, Google Docs, Gmail Trigger871
Daily cash flow reports with Google Sheets, Slack & Email for finance teamsSimplify financial oversight with this automated n8n workflow. Triggered daily, it fetches cash flow and expense data from a Google Sheet, analyzes inflows and outflows, validates records, and gene…Send Email, Google Sheets, HTTP Request, Slack, Google Drive, Schedule Trigger870
Get all the entries from Contentful!workflow-screenshotStart, Contentful859
Analyze images & PDFs from Google Drive with Gemini 3 AIAutomatically summarize newly uploaded images or PDF reports using Google Gemini 3, triggered directly from a Google Drive folder.HTTP Request, Google Drive Trigger, AI Agent, Extract from File, OpenRouter Chat Model, Google Gemini845
Dynamic search interface with Elasticsearch and automated report generationThis template creates a comprehensive data search and reporting system that allows users to query large datasets through an intuitive web form interface. The system performs real-time searches agai…HTTP Request, n8n Form Trigger, Read/Write Files from Disk841
Content summarizer via Webhook (ApyHub)This n8n template empowers you to instantly summarize long pieces of text by sending a simple webhook request. By integrating with ApyHub’s summarization API, you can distil complex articles, repor…HTTP Request, Webhook837
AI-powered receipt and expense tracker with Telegram, Google Sheets & OpenAIAutomatically capture, categorize, and log expenses from receipts, PDFs, voice notes, or text — powered by AI and integrated with Telegram and Google Sheets.Google Sheets, HTTP Request, Redis, Telegram, Telegram Trigger, Basic LLM Chain832
Email parser for RAG agent powered by Gmail and Mem0This workflow contains community nodes that are only compatible with the self-hosted version of n8n.HTTP Request, Gmail Trigger, AI Agent, OpenAI Chat Model, Simple Memory, Auto-fixing Output Parser831
Automated Google Ads campaign reporting to Google Sheets with AirtableDigital marketing agencies, PPC managers, and marketing teams who manage multiple Google Ads accounts and need automated monthly performance reporting organized by campaign types and conversion met…Google Sheets, Google Drive, Chat Trigger829
Convert radiology images to patient-friendly reports with GPT-4 Vision & PDF emailThis automated n8n workflow transforms uploaded radiology images into professional, patient-friendly PDF reports. It uses AI-powered image analysis to interpret medical scans, simplify technical te…Google Sheets, HTTP Request, Webhook, Gmail823
Compare vendor quotations with Grok AI and export to Google Sheets & emailThis workflow automates the process of receiving vendor quotations, extracting and summarizing their contents using AI, and logging the results for comparison. The system listens for new file uploa…Send Email, Function, Google Sheets, HTTP Request, Webhook820
Host a static HTML KPI dashboard from Google Sheets with CustomJSThis workflow demonstrates how to automatically generate a weekly KPI dashboard from Google Sheets and host it as a live static HTML page using CustomJS.HTTP Request, Schedule Trigger, Extract from File819
Generate GLPI support performance reports with SLA tracking & email deliveryThis comprehensive n8n workflow automates the generation and distribution of detailed monthly technical support reports from GLPI (IT Service Management platform). The workflow intelligently calcul…HTTP Request, Gmail, Schedule Trigger796
Automated Hugging Face paper summary fetching & categorization workflowThe workflow triggers every weekday at 8 AM, automatically fetching the latest papers from Hugging Face for easy access.HTTP Request, Slack, Notion, Schedule Trigger, OpenAI793
Extract contact information from business cards with Mistral OCR and GPT-4o-mini!Bildschirmfoto 20251010 um 22.54.19.pngHTTP Request, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser, n8n Form Trigger789
Extract purchase orders from Gmail using Gemini AI and save to Google SheetsAutomatically scan your inbox for new purchase order requests, extract order details using Gemini AI, and log them into Google Sheets — all without manual effort.Cron, Google Sheets, Gmail, Filter, AI Agent, Google Gemini Chat Model783
Transcribe and analyze meetings or podcasts with ElevenLabs and Google Gemini AIThis workflow automates the process of transcribing audio/video files into text using ElevenLabs Speech-to-Text, saving the transcripts to Google Docs, and generating AI-powered summaries and analy…Google Sheets, HTTP Request, Execute Sub-workflow, Gmail, Google Docs, Markdown782
Template for Google Drive and Google Docs with clear structure and purpose!Automate Image Transfer from Google Drive to Google Docs with Resizing.pngHTTP Request, Google Drive771
Automated certificate generator with Google Sheets, Slides, PDF & Gmail deliveryThis workflow is designed for educators, trainers, and event organizers who want to automatically generate and send digital certificates.Google Drive, Gmail, Google Slides, Google Sheets Trigger768
Find the best favicon from multiple sources with GPT-4 vision analysisThis workflow is perfect for directory site creators, content managers, and developers who need to automatically find and select the highest quality favicon or logo for websites they’re showcasing…HTTP Request, Execute Workflow Trigger, Filter, OpenAI Chat Model, OpenAI, Information Extractor759
Generate a legal website accessibility statement with AI and WAVEThis template is for any website owner, digital agency, or compliance officer operating within the European Union. It’s designed for users who need to comply with the upcoming European Accessibilit…HTTP Request, Convert to/from binary data, Gmail, AI Agent, Structured Output Parser, Google Gemini Chat Model759
Automate vendor contract renewals & reminders with GPT-4.1 mini, Slack & GmailWatch the videoSend Email, Google Sheets, Slack, Schedule Trigger, Basic LLM Chain, OpenAI Chat Model759
Generate branded word documents with Claude AI and Json2Doc (up to 20 pages)This n8n workflow automatically generates professionally formatted Word documents (DOCX) with consistent company branding using AI. It leverages Json2Doc and the Json2Doc MCP server to transform si…HTTP Request, AI Agent, Anthropic Chat Model, Structured Output Parser, n8n Form Trigger, OpenRouter Chat Model757
Automate data extraction from faxes & PDFs using Google Gemini and Google SheetsIt uses the power of Google Gemini’s multimodal capabilities to read the document, identify key fields, and organize the data into a structured format, saving it directly to a Google Sheet.Google Sheets, HTTP Request, Google Drive, Basic LLM Chain, Structured Output Parser, n8n Form Trigger742
Intelligent legal document review and compliance automationThis template automates legal document review by extracting text, analyzing clauses with OpenAI, checking compliance standards, and generating alternative wordings. Target audience: legal teams, co…HTTP Request, Postgres, Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser740
Multi-jurisdiction smart contract compliance monitor with automated alerts- Regulatory monitoring: Continuously tracks changes in laws, regulations, and compliance requirements across multiple jurisdictionsGoogle Sheets, HTTP Request, Postgres, Gmail, Schedule Trigger725
Telegram chat summarizer with AI - using @telepilotco/n8n-nodes-telepilotTemplate DescriptionSchedule Trigger, Filter, AI Agent, Chat Trigger, OpenRouter Chat Model, MongoDB Chat Memory721
Nested PDF analysis with Mistral AI & OneDrive for document summarizationAutomate the discovery and analysis of PDF files across a deeply nested OneDrive folder structure. This workflow recursively searches folders, filters for new or updated PDFs, extracts text, and us…Microsoft OneDrive, Schedule Trigger, AI Agent, Basic LLM Chain, Structured Output Parser, Extract from File720
Upload Google Drive files to an InfraNodus graphThis template can be used to upload the files in your Google drive to an InfraNodus knowledge graph.HTTP Request, Google Drive, Extract from File716
Create RAG vector database from Google Drive documents using Gemini & SupabaseThis workflow automates the process of converting Google Drive documents into searchable vector embeddings for AI-powered applications:Postgres, Google Drive, Execute Workflow Trigger, Supabase Vector Store, Default Data Loader, Embeddings Google Gemini712
Generate research ideas from PDFs using InfraNodus GraphRAG content gap analysisThis template can be used to generate research ideas from PDF scientific papers based on the content gaps found in text using the InfraNodus knowledge graph GraphRAG knowledge graph representation.HTTP Request, n8n Form Trigger, Extract from File, n8n Form712
Create project summaries from meeting transcripts with GPT-4 and Google Docs- Project managers looking to automate client meeting summariesHTTP Request, Google Docs, Markdown, Basic LLM Chain, OpenAI Chat Model703
Ingest and enrich Q&A pairs then store in Data Table [1/2]This workflow serves an n8n Form to end user to capture a Question and Answer pair (to be used by an Q&A AI Agent in a separate workflow).Basic LLM Chain, OpenAI Chat Model, n8n Form Trigger, Data table691
Automate a ā€˜Chat with your PDF’ Bot on Telegram with Google Gemini & PineconeIt uses Retrieval-Augmented Generation (RAG) to allow users to upload documents, which are then indexed into a vector database, enabling the bot to answer questions based only on the provided content.Telegram, Telegram Trigger, Stop and Error, Question and Answer Chain, Vector Store Retriever, Recursive Character Text Splitter682
Automated student progress reports from LMS to parents via Gmail & Google SheetsThis n8n workflow automatically creates and sends regular performance summaries to parents using data from a Learning Management System (LMS). It pulls student grades and attendance, formats them i…Google Sheets, HTTP Request, Gmail, Schedule Trigger674
Extract specific pages from PDFs with CustomJS API!workflow.pngHTTP Request671
Automate data extraction with Zyte AI (Products, Jobs, Articles & More)This workflow uses the Zyte API to automatically detect and extract structured data from E-commerce sites, Articles, Job Boards, and Search Engine Results (SERP) - no custom CSS selectors required.HTTP Request, n8n Form Trigger, Convert to File, n8n Form665
Create multi-sheet Excel workbooks by merging datasets with Google Drive & SheetsBuild an automated Excel file with multiple tabs directly in n8n. Two Code nodes generate datasets, each is converted into its own Excel worksheet, then combined into a single .xlsx and (optionally…Google Sheets, Google Drive, Convert to File663
Segment PDFs by table of contents with Gemini AI and Chunkr.aiThis workflow empowers you to automatically process PDF documents, intelligently identify or generate a hierarchical Table of Contents (ToC), and then segment the entire document’s content based on…HTTP Request, Google Drive, Convert to/from binary data, Stop and Error, Execute Workflow Trigger, AI Agent662
Automate document approvals with multi-level workflows using Supabase & GmailThis workflow automates a document approval process using Supabase and Gmail.HTTP Request, Webhook, Gmail, Supabase, n8n Form Trigger, n8n Form662
Clean & standardize CSV uploads for Google Sheets and Drive importThis workflow automatically cleans, validates, and standardizes any CSV file you upload. Perfect for preparing customer lists, sales leads, product catalogs, or any messy datasets before pushing th…Google Sheets, Webhook, Google Drive662
Google Maps reviews to Google Sheets sync using SerpApiThis workflow accepts any query you might run on actual Google Maps to search for places. The search happens through SerpApi’s Google Maps API.Google Sheets658
Convert Airtable rich text markdown field to HTMLSometimes you need the rich text field to be in HTML instead of Markdown. This template either syncs a single record or all records at once.Airtable, Webhook, Markdown656
Automate legal lien documents with Gemini AI, Apify, and Google WorkspaceThis tutorial details an end-to-end automation solution for streamlining the lien filing process for Homeowners Associations (HOAs) using an n8n workflow. It significantly reduces manual effort and…Google Sheets, HTTP Request, Google Drive, Gmail, Google Docs, Google Sheets Trigger650
Automated web form data collection and storage to Google SheetsThis n8n workflow allows you to collect data from a web form and automatically store it in a Google Sheet. It includes data cleanup, date stamping, optional batching, and throttling for smooth hand…Google Sheets, Webhook649
Generate financial reports with AI insights, budget analysis & smart alertsTransform month-end reporting from manual drudgery to automated intelligence - automatically pull P&L data from accounting systems, detect financial anomalies, generate AI-powered insights, calcula…HTTP Request, Google Drive, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model647
Extract Clean Web Content with Anti-Bot Fallback for AI Agents & WorkflowsThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.HTTP Request, Stop and Error, Execute Workflow Trigger638
Summarize documents, images & spreadsheets with Gemma 3 on Ollama!Add a heading.pngLocal File Trigger, AI Agent, Ollama Chat Model, Read/Write Files from Disk, Convert to File, Extract from File637
Multi-format document processing for RAG chatbot with Google Drive & SupabaseThis n8n workflow is the data ingestion pipeline for the ā€œRAG System V2ā€ chatbot. It automatically monitors a specific Google Drive folder for new files, processes them based on their type, and ins…HTTP Request, Google Drive, Google Drive Trigger, Embeddings OpenAI, Recursive Character Text Splitter, Supabase Vector Store635
Extract medical reports & generate AI health advice with Mistral AI & GPT-4Use n8n to extract medical test data from diagnostic reports uploaded to Google Drive, automatically detect abnormal values, and generate personalized health advice.Google Sheets, Google Drive, Google Drive Trigger, OpenAI, Mistral AI632
Automate loan document analysis with Mistral OCR and GPT for underwriting decisionsLOB Underwriting with AIMicrosoft OneDrive, AI Agent, OpenAI Chat Model, Mistral AI615
Automate student admission process with Excel, validation & email notificationsThis automated n8n workflow processes student applications on a scheduled basis, validates data, updates databases, and sends welcome communications to students and guardians.Send Email, Microsoft Excel 365, Schedule Trigger615
Translate instructions using LingvaNex!workflow-screenshotHTTP Request, Start, LingvaNex615
Analyze documents & web content with GPT-4o Q&A assistantAI-powered document and web page analysis using n8n and GPT model. Ask questions about any local file or web URL and get intelligent, formatted answers.HTTP Request, Read Binary File, AI Agent, OpenAI Chat Model, Extract from File, Chat Trigger611
Monitor supplier financial health with ScrapeGraphAI & multi-channel risk alerts- Procurement managers and directorsHTTP Request, Gmail, Schedule Trigger611
Monitor supply chain risks with ScrapeGraphAI alerts via Slack and emailThis workflow automatically monitors supplier health and supply chain risks, providing real-time alerts and daily reports to procurement teams.Send Email, Slack, Schedule Trigger605
Extract PDF itineraries to Google Sheets with GPT-4.1-Mini & Gmail notificationsAutomates PDF data extraction using OpenAI GPT, saves to Google Sheets, sends email confirmations. Reduces manual entry by 90%.Google Sheets, Gmail, OpenAI Chat Model, n8n Form Trigger, OpenAI, Information Extractor600
Build comprehensive entity profiles with GPT-4, Wikipedia & vector DB for contentThis n8n template demonstrates how to build an intelligent entity research system that automatically discovers, researches, and creates comprehensive profiles for business entities, concepts, and t…Execute Workflow Trigger, AI Agent, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Character Text Splitter589
Summarize Google Docs & PDFs with GPT-4 and send to Slack or emailThis workflow monitors a Google Drive folder for new files (Google Docs or PDFs), extracts text, summarizes content with OpenAI, and sends results to Slack or Email.Slack, Google Drive, Gmail, Google Docs, Google Drive Trigger, AI Agent580
Audio transcription & chat bot with AssemblyAI, Gemini, and Pinecone RAGThis template is designed for podcasters, researchers, educators, product teams, and support teams who work with audio content and want to turn it into searchable knowledge. It is especially useful…Google Sheets, HTTP Request, AI Agent, Simple Memory, Recursive Character Text Splitter, n8n Form Trigger569
Automate meeting intelligence with VEXA, OpenAI & Mem0 for conversation insightsI’ll be honest, I built this because I was getting lazy in meetings and missing key details. I started with a simple VEXA integration for transcripts, then added AI to pull out summaries and tasks…HTTP Request, Redis, Webhook, Baserow, Stop and Error, OpenAI Chat Model566
Convert unstructured contact data to JSON with GPT-4 for system integrationThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Webhook, AI Agent, OpenAI Chat Model564
Simplify medical lab reports with Ollama AI and email delivery systemThis automated n8n workflow streamlines the process of receiving, processing, and delivering patient-friendly lab reports with precautionary advice.Email Trigger (IMAP), Send Email, AI Agent, Ollama Chat Model562
Automate UX research planning with Gemini AI, Google Docs, and human feedbackThis workflow automates the entire UX research planning process — from gathering context to delivering a ready-to-share Google Doc report. Built for UX researchers and designers, it combines AI-pow…HTTP Request, Gmail, Google Docs, AI Agent, n8n Form Trigger, Google Gemini Chat Model561
Remove duplicate entries & update Google Sheets based on profile URLsHow it WorksGoogle Sheets, Google Drive, Convert to File558
Automate HS code lookup & enrichment with Google Sheets and customs API (beta)ā€œI used to spend hours every week just copy-pasting product descriptions to find the right tariff codes for our international shipments. It was tedious and prone to errors.ā€ - Accounting specialist.Google Sheets, HTTP Request, Gmail, Chat Trigger556
Automate Google Meet notes with GPT-4.1-mini, Notion, Slack & Gmail distribution🧾 An intelligent automation system that turns Google Meet recordings into structured meeting notes — integrating Fireflies.ai, OpenAI GPT-4.1-mini, Notion, Slack, Google Drive, and Gmail via n8n.HTTP Request, Slack, Webhook, Google Drive, Google Calendar, Gmail553
Telegram research assistant for academic papers using Gemini AI and DecodoSign up for Decodo HERE for DiscountTelegram, Telegram Trigger, AI Agent, Basic LLM Chain, Simple Memory, Convert to File550
Automate weekly Meta Ad reports with Claude AI, GoMarble MCP & Google SlidesThis automation workflow transforms Meta advertising data into executive ready presentation decks, eliminating manual report creation while ensuring stakeholders receive consistent performance insi…HTTP Request, Google Drive, Gmail, Schedule Trigger, AI Agent, Anthropic Chat Model545
Carbon footprint tracker with ScrapeGraphAI analysis and Google Drive ESG reports- Sustainability managers and ESG officersGoogle Drive, Schedule Trigger542
AI-powered body measurement & clothing size estimator from image with Fal.aiThis workflow automates the process of estimating a person’s fashion size from an uploaded image using an AI model.HTTP Request, Webhook, Gmail, AI Agent, OpenAI Chat Model, Structured Output Parser541
Sync Google Drive files to an InfraNodus Knowledge GraphThis template can be used to sync the files in your Google drive to a new or existing InfraNodus knowledge graph.HTTP Request, Google Drive, Google Drive Trigger, Extract from File533
Automated document translation with Straker, Google Drive & SlackAutomate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.Webhook, Google Drive, Google Drive Trigger531
Automated PDF form filling for W-9 and more with PDF.coThis workflow demonstrates how to take structured data (e.g., Name, Business, Address) and automatically fill a PDF form (IRS W-9) using PDF.co inside n8n.529
Smart shipping prioritization with Google Gemini and Google SheetsHow it worksGoogle Sheets, Webhook, AI Agent, Structured Output Parser, Google Gemini Chat Model529
Process & summarize PDFs from email & messaging apps with OpenAI GPTTransform PDF documents into actionable insights automatically across multiple platforms. This workflow monitors emails and messaging platforms for PDF attachments, extracts content, and delivers A…Telegram, Telegram Trigger, Gmail, Microsoft Outlook, WhatsApp Business Cloud, AI Agent527
Keep RAG system updated with Google Drive file changes to Supabase vector DBThis n8n workflow ensures data freshness in the RAG system by handling modifications to existing files. It complements the ā€œDocument Ingestionā€ workflow by triggering whenever a file in the monitor…HTTP Request, Google Drive, Google Drive Trigger, Supabase, Embeddings OpenAI, Recursive Character Text Splitter513
Translate documents to multiple languages with Google Drive and DeepLThis workflow is perfect for content creators, international teams, and businesses that need to translate documents into multiple languages automatically. Whether you’re localizing documentation, t…Write Binary File, Google Drive, Gmail, DeepL, Notion, Google Drive Trigger508
Extract Arabic text from PDFs with Mistral OCR, Telegram Bot & Google Docs1. Receive PDF Files - Users send PDF documents via Telegram to the botHTTP Request, Telegram, Telegram Trigger, Google Docs507
Generate job automation analysis with GPT-4, Tavily & TelegramThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Telegram, Telegram Trigger, AI Agent, OpenAI Chat Model, Simple Memory, OpenAI500
Orchestrate web crawls with Scrapyd and automated data enrichmentThis workflow runs a spider job in the background via Scrapyd, using a YAML config that defines selectors and parsing rules. When triggered, it schedules the spider with parameters (query, project …HTTP Request499
Extract business card data from Telegram to Google Sheets with OpenRouter AI VisionExtract business card data from Telegram to Google SheetsGoogle Sheets, Telegram Trigger, AI Agent, Structured Output Parser, OpenRouter Chat Model490
Convert and manipulate PDFs with Api2Pdf and AWS LambdaComplete MCP server exposing 9 Api2Pdf - PDF Generation, Powered by AWS Lambda API operations to AI agents.MCP Server Trigger484
Analyze legal contracts with GPT-4.1 and manage cases in Google Sheets and SlackLaw firms in corporate, litigation, or family law needing streamlined case and contract management.Send Email, Google Sheets, HTTP Request, Slack, Webhook, Google Calendar480
Audio to executive brief: Transcribe & analyze with AssemblyAI and GPT-4This workflow enables seamless speech-to-text transcription, AI-powered summarization, sentiment analysis, and automated email delivery.HTTP Request, Google Drive, Gmail, n8n Form Trigger, OpenAI476
Evaluate OMR answer sheets with Gemini vision AI and Google SheetsManual checking of OMR (Optical Mark Recognition) answer sheets is time-consuming, error-prone, and difficult to scale—especially for schools, coaching institutes, and exam centers.Google Sheets, Webhook, Ollama462
Monitor bank transactions with multi-channel alerts for accounting teamsEnhance financial oversight with this automated n8n workflow. Triggered every 5 minutes, it fetches real-time bank transactions via an API, enriches and transforms the data, and applies smart logic…Send Email, Google Sheets, HTTP Request, Slack, Schedule Trigger457
Pdf to markdown converter with LlamaCloud parserPDF to Markdown Converter (LlamaCloud)HTTP Request, Google Drive456
Generate meeting minutes from videos with Whisper, Ollama LLM and NotionThis workflow automatically transforms video recordings of meetings into structured, professional meeting minutes in Notion. It uses local AI models (Whisper for transcription and Ollama for summar…Google Drive, Discord, Notion, Local File Trigger, Filter, Basic LLM Chain452
Extract text from Google Drive images with OCR.space, OpenRouter AI summary to sheets & GmailThis workflow automatically detects new image files uploaded to a Google Drive folder, extracts Japanese text using OCR, summarizes it with AI, and records the result in Google Sheets.Google Sheets, HTTP Request, Google Drive, Gmail, Google Drive Trigger, AI Agent449
Extract Amazon book data & generate purchase reports with Decodo ScraperWatch the videoHTTP Request, Slack, Google Drive, AI Agent, OpenAI Chat Model, Structured Output Parser442
Automated expense approval system with GPT-4, Airtable & Pinecone Vector DBAutomate expense reviews with AI-powered CFO-level analysis. This workflow monitors Airtable expense submissions, uses GPT-4 to analyze expenses like an experienced CFO, flags suspicious expenses w…Airtable, Airtable Trigger, AI Agent, Embeddings OpenAI, OpenAI Chat Model, Structured Output Parser431
Marketing analytics reports with Google Analytics, Sheets, Slides & email alertsThis workflow is designed for marketing teams, data analysts, and business owners who need to consistently track key performance indicators (KPIs). It saves hours of manual data collection and repo…Google Sheets, HTTP Request, Slack, Gmail, Google Analytics, Google Slides431
Automated academic paper metadata & variable extraction with Gemini to Google Sheets- šŸŽ“ Undergraduate and graduate students or researchers in soft-science fields (psychology, sociology, economics, business)Google Sheets, Execute Sub-workflow, Gmail, Execute Workflow Trigger, AI Agent, Auto-fixing Output Parser431
Automated inventory management with Airtable PO creation & supplier emailsIn-depth description of this automation:Airtable, Brevo, Schedule Trigger430
Automatically send monthly sales reports from Square via OutlookThis workflow automatically connects to the Square API and generates a monthly sales summary report for all your Square locations. The report matches the figures displayed in Square Dashboard > …HTTP Request, Microsoft Outlook, Schedule Trigger, Convert to File416
Generate AI-powered lease renewal offers with Ollama LLM, Supabase and Gmail- Automated Lease Offer Generation using AI (Ollama model).Google Drive, Gmail, Supabase, Basic LLM Chain, Ollama Chat Model, n8n Form Trigger414
Contract extraction, risk analysis & compliance automation with GPT-4.1 MiniScheduled triggers initiate automated contract reviews. The system fetches documents from cloud storage and email, then uses AI to extract key terms, obligations, and compliance requirements. Multi…HTTP Request, Postgres, Slack, Webhook, Gmail Trigger, Schedule Trigger413
Extract and organize contract details from PDFs with Slack, GPT-4o, and Google SheetsManaging contracts manually is time-consuming and prone to human error, especially when documents need to be shared, tracked, and stored across different tools. This workflow automates the entire p…Google Sheets, HTTP Request, Slack, AI Agent, OpenAI Chat Model, Structured Output Parser407
Summarize text with RapidAPI and log results to Google SheetsSummarize large blocks of text into concise outputs using the Text Summarizer AI API and automatically log results in Google Sheets. This automation is ideal for content creators, marketers, resear…Google Sheets, HTTP Request, n8n Form Trigger407
Extract data from driver license uploads with VLM Run, Google Drive and SheetsThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Google Sheets, Webhook, Google Drive, Google Drive Trigger407
šŸ“¦ AI-powered damage reporting tool for logistics with Gmail, Telegram and GPTTags: Logistics, Supply Chain, Warehouse Operations, Paperless processes, Quality ManagementTelegram, Telegram Trigger, Gmail, OpenAI406
WordPress blog to Google Sheets sync (posts, categories, tags, media)This n8n workflow automatically syncs your WordPress website content — including posts, categories, tags, and media — into Google Sheets.Google Sheets, HTTP Request, Webhook, Schedule Trigger397
Generate AI meeting summaries and tasks from Fathom recordings to DartAutomatically generate a meeting summary from your meetings through Fathom, save it to a Dart document, and create a review task with the Fathom link attached.Webhook, AI Agent, OpenAI Chat Model394
Transcribe & summarize Telegram voice notes with OpenAI and DeepSeek Chat to Google DocsThis workflow automates the process of transcribing voice notes from Telegram and then summarizing them, finally saving both the transcript and the summary to Google Drive.Telegram, Telegram Trigger, Google Drive, AI Agent, OpenAI, DeepSeek Chat Model394
Analyze BeyondPresence video calls with GPT-4o-mini and Google SheetsTransform your BeyondPresence video agent conversations into comprehensive insights by automatically analyzing each call with AI and organizing 35+ data points in Google Sheets. This template helps…Google Sheets, Webhook, OpenAI393
Automating SAP B1 journal entries using JSON, Google Sheets, and GPT-4oThis workflow automates the creation of Journal Entries in SAP Business One (SAP B1). Depending on the source of the input data, it dynamically transforms and sends accounting records in the approp…Google Sheets, HTTP Request, Webhook, OpenAI392
🚚 CO2 emissions of freight shipments with Carbon Interface API and GPT-4oTags: Sustainability, Supply Chain, AI Agent, CO2 Emissions, Carbon Interface API, Logistics, AutomationGoogle Sheets, HTTP Request, Gmail Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser392
Extract construction blueprint data with VLM run and Microsoft Office SuiteAutomatically process Construction Blueprints into structured Excel entries with VLM extractionMicrosoft Excel 365, Microsoft OneDrive, Microsoft OneDrive Trigger390
Batch Convert CAD/BIM Files to XLSX/DAE with Validation and ReportingBatch-convert CAD/BIM files to analysis-ready XLSX and optional DAE with automatic verification and a clean HTML report. Runs locally via RvtExporter.exe and PowerShell on Windows.Write Binary File, Schedule Trigger385
Process contact form submissions with validation and MongoDB storageThis n8n workflow securely processes contact form submissions by validating user input, formatting the data, and storing it in a MongoDB database. The flow ensures data consistency, prevents unsafe…MongoDB, n8n Form Trigger, n8n Form382
AI-powered document processing & organization with Gemini, VLM Run & Google SheetsAutomate multi-document handling with AI-powered extraction that adapts to any format and organizes it instantly.Webhook, Google Drive, Google Drive Trigger, AI Agent, OpenAI Chat Model, Google Gemini380
Fetch all page content from website and store with Gemini embedding in PineconeUse cases are many: Populate a custom chatbot’s knowledge base, create a powerful search index for your website, or build a comprehensive repository of information for internal tools!HTTP Request, n8n Form Trigger, Pinecone Vector Store, Default Data Loader, Embeddings Google Gemini379
Generate weekly energy consumption reports with EnergiDataService, email and Google DriveThis workflow automates the process of retrieving energy consumption data, formatting it into a CSV report, and distributing it every week via email and Google Drive.Cron, Send Email, HTTP Request, Google Drive, Convert to File379
Extract timesheet data with Mistral OCR & Gmail human verificationThis workflow introduces an AI + Human-in-the-Loop pipeline for employee timesheet management. It combines the power of Google Drive, AI (OCR + LLM), and Gmail with a human review step to ensure ac…HTTP Request, Spreadsheet File, Google Drive, Gmail, AI Agent, Mistral Cloud Chat Model376
Automate assignment grading with GPT-4-Turbo and multi-format reportsAutomates AI-driven assignment grading with HTML and CSV output. Designed for educators evaluating submissions with consistent criteria and exportable results.Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser, Convert to File, Extract from File374
Automated PDF form processing with web forms and email delivery> āš ļø Notice:Send Email, HTTP Request, Webhook374
Llama AI model for Google Sheets trackingHow it works:Google Sheets, HTTP Request, Discord, Schedule Trigger, AI Agent, Simple Memory372
Create RAG-ready knowledge bases from websites using Apify, Gemini & SupabaseConvert any website into a searchable vector database for AI chatbots. Submit a URL, choose scraping scope, and this workflow handles everything: scraping, cleaning, chunking, embedding, and storin…HTTP Request, Recursive Character Text Splitter, n8n Form Trigger, Supabase Vector Store, Default Data Loader, Embeddings Google Gemini368
Convert meeting recordings to notes & action items with AssemblyAI, GPT-4 & SheetsThis workflow automates the process of turning meeting recordings into structured notes and actionable tasks using AssemblyAI and Google Sheets. It is ideal for teams who want to save time on manua…Google Sheets, HTTP Request, Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser363
Client proposal generator with GPT-4o, Tally.so, and Google Slides for agenciesThis workflow uses Tally.so to collect client input that you input yourself during the meeting or after from a simple form and send that data to n8n via an API webhook. Once received, n8n processes…Webhook, Google Drive, Gmail, Google Slides, n8n Form Trigger, OpenAI363
Automate meeting transcription & minutes distribution with OpenAI and Google DriveManaging meeting recordings manually—downloading audio, transcribing it, summarizing key points, saving documents, and notifying the team—quickly becomes repetitive and inefficient. This workflow e…HTTP Request, Google Drive, Google Drive Trigger, Convert to File, OpenAI360
Extract business card data from Slack to Google Sheets with GPT-4o OCRYou can turn messy business card photos into organized contact data automatically.Google Sheets, HTTP Request, Slack, AI Agent, OpenAI Chat Model, Structured Output Parser360
Forecast and report multi-channel tax liabilities with OpenAI, Gmail, Sheets and AirtableThis workflow automates tax compliance by aggregating multi-channel revenue data, calculating jurisdiction-specific tax obligations, detecting anomalies, and generating submission-ready reports for…Airtable, Google Sheets, HTTP Request, Gmail, Schedule Trigger, Summarize358
Convert markdown to formatted Notion pages with Mark2NotionTransform markdown text into beautifully formatted Notion pages using the Mark2Notion API. This workflow handles all the complexity of Notion’s block structure, including tables, nested lists, code…HTTP Request, Notion358
Automate manufacturing QC documentation & compliance with JotformStreamline your manufacturing quality control process with automated inspection tracking, compliance documentation, and real-time alerts. This workflow eliminates manual QC paperwork while ensuring…Send Email, Google Sheets, Slack, Google Drive, Jotform Trigger, Schedule Trigger356
āœˆļø CO2 emissions of business travels with Carbon Interface API and GPT-4oTags: Sustainability, Business Travel, Carbon Emissions, Flight Tracking, Carbon Interface APIGoogle Sheets, HTTP Request, Gmail Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser351
Business AI command center: Modular agents for Google Workspace, vector search & multi-channel reportsYour AI workforce is ready. Are you?Slack, Telegram, Telegram Trigger, Google Drive, Gmail, Markdown350
Extract organizations & summarize documents with Foxit and DiffbotThis N8N template demonstrates using Foxit’s Extraction API to get information from an incoming document and then using Diffbot’s APIs to turn the text into a list of organizations mentioned in the…HTTP Request, Google Drive, Gmail, Google Drive Trigger350
Extract & store recently added n8n community workflows with ScrapeGraphAI and GeminiThis is an exaple of advanced automated data extraction and enrichment pipeline with ScrapeGraphAI. Its primary purpose is to systematically scrape the n8n community workflows website, extract deta…Google Sheets, Schedule Trigger, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Google Gemini Chat Model344
Automated daily AI news digest: scrape, categorize & save to Google SheetsThis workflow is designed to automatically process AI news emails, extract and summarize articles, categorize them, and store the results in a structured Google Sheet for daily tracking and insights.Google Sheets, HTTP Request, Gmail, Markdown, AI Agent, Basic LLM Chain341
Transcribing Telegram voice messages using Whisper and Gemini with a fallback mechanismThis n8n workflow enables automated transcription of voice messages in Telegram groups with built-in access control and intelligent fallback mechanisms. It’s designed for teams that need to convert…Telegram, Telegram Trigger, OpenAI, Google Gemini341
Automated student answer sheet evaluation with Gemini AI and Google WorkspaceThis workflow automates the entire student exam evaluation process using AI and Google Workspace tools — no manual correction needed!Google Sheets, AI Agent, Structured Output Parser, n8n Form Trigger, Google Gemini Chat Model, Google Gemini340
Extract links and URLs from PDF documents using PDF.coThis workflow allows you to extract all links (URLs) contained in a PDF file by converting it to HTML via PDF.co and then extracting the URLs present in the resulting HTML.HTTP Request, n8n Form Trigger339
Run bulk RAG queries from CSV with LookioThis template processes a CSV of questions and returns an enriched CSV with RAG-based answers produced by your Lookio assistant.HTTP Request, n8n Form Trigger, Convert to File, Extract from File, n8n Form334
Automate peer review assignments with Sonar Pro AI & multi-channel deadline remindersAutomate peer review assignment and grading with AI-powered evaluation. Designed for educators managing collaborative assessments efficiently.Send Email, Google Sheets, Read PDF, Webhook, Discord, Microsoft Teams331
Generate marketing reports from Google Sheets with GPT-4 insights and PDF.coThis workflow pulls marketing data from Google Sheets, aggregates spend by channel, generates an AI-written summary, and outputs a formatted PDF report using a custom HTML template on PDF.co.Google Sheets, AI Agent, OpenAI Chat Model, Structured Output Parser, Summarize330
Sync Zendesk knowledge base articles to Airtable with markdown conversionCustomer service or support teams who want to use their Zendesk articles in other tools.Airtable, HTTP Request, Markdown, Schedule Trigger324
Track government grants with OpenRouter AI, RSS feeds, Google Sheets & GmailThis workflow automatically fetches the latest public grant information from the Ministry of Health, Labour and Welfare (MHLW) RSS feed.Google Sheets, RSS Read, Gmail, Schedule Trigger, AI Agent, Structured Output Parser320
Generate AI-powered end-of-day reports from ClickUp & GoHighLevel to multi-channelAutomatically generate and distribute detailed End-of-Day (EOD) reports combining task progress from ClickUp and opportunity data from GoHighLevel. This workflow uses AI to analyze daily performanc…Send Email, Slack, Google Drive, ClickUp, HighLevel, Schedule Trigger316
Automate commercial insurance submissions with Google Suite, PDF & emailSupercharge your insurance agency’s efficiency with this powerful automation template for n8n. Designed specifically for commercial insurance brokers and agents, this workflow transforms the tediou…Send Email, Google Sheets, Google Drive, Google Docs313
Automate contract analysis & negotiation with GPT-4 & financial impact assessmentThis workflow automates daily contract monitoring, analysis, and negotiation by retrieving contract data, applying AI-driven legal analysis, identifying potential issues and risks, coordinating mul…HTTP Request, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser312
Conversational Razorpay Analytics with Google Gemini & Telegram BotAccess your Razorpay insights instantly from Telegram—no dashboard, filters, or manual queries needed. Simply send messages like ā€œshow my paymentsā€, ā€œlist recent ordersā€, or ā€œcheck refundsā€, and th…Telegram, Telegram Trigger, AI Agent, Google Gemini Chat Model308
Monitor RSS feeds, extract full articles with Jina AI, and save to SupabaseThis workflow solves a common problem with RSS feeds: they often only provide a short summary or snippet of the full article. This template automatically monitors a list of your favorite blog RSS f…HTTP Request, RSS Read, Supabase, Schedule Trigger307
Generate business proposals with GPT-4o, Google Sheets and Google DocsAutomate your client proposal creation with this intelligent workflow that transforms Google Sheets entries into professional Google Docs proposals using OpenAI GPT-4o. Designed for agencies and sa…Google Drive, Google Docs, Google Sheets Trigger, AI Agent, OpenAI Chat Model, Simple Memory304
Ai research paper analysis & documentation with Decodo, GPT & GoogleThis workflow contains community nodes that are only compatible with the self-hosted version of n8n.Google Sheets, HTTP Request, Slack, Google Docs, AI Agent, OpenAI Chat Model303
AI-powered cover letter generator with resume matching & Google DocsThis workflow generates a tailored cover letter using a provided resume and job description.Google Docs, Execute Workflow Trigger, AI Agent, Structured Output Parser, n8n Form Trigger, n8n Form293
Categorize Revolut transactions automatically with GPT-4 and SupabaseGet Categories from SupabaseGoogle Drive, Supabase, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Extract from File291
Transcribe Telegram voice notes to Google Docs with OpenAI & DeepSeek summariesThis n8n workflow automates the process of transcribing a voice message received via Telegram, summarizing the transcription using an AI model, and then saving both the transcription and the summar…Telegram, Telegram Trigger, Google Drive, AI Agent, OpenAI, DeepSeek Chat Model289
Automate full agreement lifecycle with JotForm, approvals, Signwell e-signatures & trackingClient Form → Draft → Approve → Sign → Deliver, fully automatedHTTP Request, Google Drive, Jotform Trigger, Gmail, Google Docs, Gmail Trigger288
AI-powered interview preparation system using local LLM for campus placementsAn AI-powered, end-to-end interview preparation and mentoring automation system for campus placements. It enables placement cells to generate hyper-personalized 4-page interview preparation PDFs fo…Send Email, Google Sheets, APITemplate.io, AI Agent, Ollama Chat Model, n8n Form Trigger288
Record transactions & generate budget reports with Gemini AI, Telegram & Firefly IIIAnybody using Firefly III, especially home/self-hosted users, who want to add some level of automation to their transaction tracking, either in addition to or because they can’t or don’t want to us…HTTP Request, Telegram, Telegram Trigger, AI Agent, Structured Output Parser, Convert to File284
Generate Ethereum & Solana blockchain audit reports with PDF export to drive & NotionTransform your blockchain compliance workflow with this enterprise-grade automation that monitors transactions across Ethereum and Solana networks, automatically generates professional audit report…Send Email, HTTP Request, Webhook, Google Drive, Notion280
Generate professional Zoom meeting summaries with GPT-4O and Google DocsThis automated workflow transforms Zoom meeting emails into professional summaries and Google Docs. It monitors your Gmail for Zoom meeting notification emails, extracts meeting content using AI-po…Gmail, Google Docs, Markdown, Gmail Trigger, AI Agent, OpenAI Chat Model275
Generate automated GST reports with GST Insights API and Google DocsDescription:HTTP Request, Google Docs, n8n Form Trigger272
Process OCR documents from Google Drive into searchable knowledge base with OpenAI & PineconeThis workflow automates a full RAG ingestion pipeline. When a new OCR JSON file is added to a Google Drive folder, the workflow extracts lesson metadata, parses and cleans the Arabic text, generate…Google Drive, Google Drive Trigger, Embeddings OpenAI, Recursive Character Text Splitter, Pinecone Vector Store, Default Data Loader258
Generate verified gym trial passes with QR code, email & PDF exportAutomate gym trial pass generation with email verification, photo ID integration, QR codes, and professional PDF passes. This workflow handles the complete member onboarding process - from signup t…Google Sheets, HTTP Request, Webhook, Gmail255
Convert Venmo statement CSV file to QuickBooks CSV import🧾 Say goodbye to manual Venmo-to-QuickBooks formatting!Dropbox, Google Drive, n8n Form Trigger, Convert to File, Extract from File250
Classify & extract data from floorplans with Mistral AI OCR & JigsawStack
HTTP Request, Webhook, Extract from File246
Get Malaysia tax ID number (TIN) for multiple business reg num (SSM) or NRICMalaysia’s Inland Revenue (LHDN) provides an API to get the tax id number for a business entity, based on a given Business Registration number (BRN or SSM), or NRIC (MyKad).Google Sheets, HTTP Request245
Automated PDF report downloader & organizer with Google Drive & Sheets- Intelligent URL Validation - Validates PDF URLs before attempting download, extracting filenames from URLs and generating fallback names when needed, preventing wasted processing timeGoogle Sheets, HTTP Request, Google Drive, Execute Workflow Trigger, Schedule Trigger244
Sync Gmail emails to PostgreSQL with S3 attachment storageAutomated Gmail Email Processing SystemPostgres, Gmail, S3, Gmail Trigger, Schedule Trigger, Filter241
Automate systematic literature reviews with Google Drive, GPT-4, Gemini, Qdrant and AirtableHow it worksAirtable, Google Drive, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Extract from File236
Detect financial anomalies and reconcile revenue with GPT-4o and API integrationsThis workflow automates financial oversight for accounting teams, tax professionals, and financial controllers managing monthly transaction volumes. It solves the challenge of identifying and corre…Send Email, HTTP Request, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser235
Extract structured data from D&B company reports with GPT-4oPull a Dun & Bradstreet Business Information Report (PDF) by DUNS, convert the response into a binary PDF file, extract readable text, and use OpenAI to return a clean, flat JSON with only the key …HTTP Request, AI Agent, OpenAI Chat Model, Structured Output Parser, Convert to File, Extract from File232
Create automatic pivot tables in Google Sheets with n8nThis n8n workflow pulls campaign data from Google Sheets and creates two pivot tables automatically each time it runs.Google Sheets, Summarize229
Automate receipt processing for expense tracking with Google Drive, VLM Run & AirtableTransform your expense tracking with automated AI receipt processing that extracts data and organizes it instantly.Airtable, Google Drive, Google Drive Trigger227
Archive HR and legal documents with UploadToURL, Google Drive and AirtableEliminate the manual chaos of HR and legal document management. This workflow automates the transition from a raw document upload to a structured, audit-ready archive by combining UploadToURL for i…Airtable, Webhook, Google Drive, Gmail226
Automate API FAQ quality testing with GPT-4o-mini, Google Sheets & Slack alertsKeep your API documentation accurate and reliable with this n8n automation template.Google Sheets, Slack, Gmail, AI Agent, Azure OpenAI Chat Model226
Automate investment risk monitoring with Qwen-Max AI, Slack & email alertsAutomates financial risk evaluation by intelligently consolidating information from five critical sources: financial, operational, legal, insurance, and regulatory systems. Hourly triggers enable c…HTTP Request, Slack, Gmail, Schedule Trigger, AI Agent, Structured Output Parser224
Generate client proposals with OpenAI, Google Sheets, Slides, Gmail, and DriveAn n8n-based automation that generates client proposals from a form, lets you review everything in one place, and sends the proposal only when you approve it.Google Sheets, Google Drive, Gmail, Google Slides, Google Sheets Trigger, Filter222
Track OpenAI Admin API usage and costs automatically with Google SheetsThis workflow aims to help you and your team track your expenses with OpenAIGoogle Sheets, HTTP Request, Schedule Trigger219
Generate self-documenting API portal for webhooks with n8n API & BootstrapKeeping API documentation updated is a challenge, especially when your endpoints are powerful n8n webhooks. This project solves that problem by turning your n8n instance into a self-documenting API…Webhook, Execute Sub-workflow, n8n, Execute Workflow Trigger218
Generate post-event reports with GPT-4, email delivery & database storageStreamline your post-event analysis with this smart n8n workflow. Triggered by a simple webhook, it instantly gathers attendee and engagement data from your event platform, calculates key metrics, …Send Email, HTTP Request, Postgres, Webhook, AI Agent, OpenAI Chat Model216
Aggregate marketing spend data with custom pivots & VLOOKUPs in Google SheetsThis workflow transforms raw marketing data from Google Sheets into a pivot-like summary table. It merges lookup data, groups spend by name, and appends the results into a clean reporting tab — all…Google Sheets, Summarize216
Strip secrets from JSON file via AI Formatter + Merge node&send mail reportThis workflow sanitizes any uploaded n8n workflow JSON by removing credentials, webhook IDs, and sensitive metadata. Using AI and structured comparison, it generates a clean, secure workflow versio…Gmail, n8n Form Trigger, Convert to File, Extract from File, OpenAI211
Generate & deliver certificates with VerifiEmail & HTMLcsstoImg to GmailAutomatically generate, validate, and deliver professional course completion certificates with zero manual work — from webhook request to PDF delivery in seconds.Google Sheets, Slack, Webhook, Gmail, Stop and Error209
Automated monthly & quarterly Stripe revenue reports to Slack with financial insightsAutomate your financial reporting by pulling charge and refund data from Stripe, calculating key revenue and risk metrics, and delivering professional reports directly into Slack. This workflow run…HTTP Request, Slack, Stripe, Schedule Trigger207
Automate Chinese to English translation in Google Slides with Openrouter AIThis n8n workflow automates the translation of text in Google Slides presentations from one language to another using AI. It retrieves a specified presentation from Google Drive, extracts text from…Google Drive, Google Slides, AI Agent, OpenRouter Chat Model206
Smart knowledge base builder — auto-convert websites into AI training dataAutomate the entire process of converting any website or domain into clean, structured, AI-ready knowledge bases for Large Language Models (LLMs), semantic search, and chatbot development.HTTP Request, Google Drive, n8n Form Trigger, Convert to File, OpenAI205
Extracts and organizes academic publications using GPT-4 Mini, Google Sheets, GmailAuthor: CSChinGoogle Sheets, HTTP Request, Gmail, OpenAI Chat Model, n8n Form Trigger, Convert to File204
Intelligent purchase order generator with AI supplier selectionTransform procurement from manual chaos to intelligent automation - AI-powered supplier selection analyzes urgency, cost, and delivery requirements to recommend optimal vendors, then automatically …HTTP Request, Webhook, Google Drive, Gmail, AI Agent, OpenAI Chat Model202
Create professional proposals using Dual AI and Google Docs templates1. Input your proposal basics - Manually enter the core details and key points for your proposalGoogle Drive, Google Docs, Basic LLM Chain, Structured Output Parser, OpenAI, OpenRouter Chat Model201
Automated digital certificate creator & validator with PDF generationA complete workflow to create, send, and verify digital certificates fully automated with n8n.Perfect for courses, events, onboarding, internal training, or product education.Webhook, Gmail, Data table201
Automate pharmaceutical COA verification & vendor scoring with AI document analysisThis enterprise-grade n8n workflow automates the Pharmaceutical Raw Material COA Verification & Vendor Quality Scoring System — from upload to final reporting — using AI-powered document extraction…Airtable, Send Email, Webhook198
Generate document summaries & Q&As from PDF/TXT using GPT-4o with Slack alertsThis workflow automates document understanding by accepting uploaded PDF or TXT files, extracting their text, generating a structured summary and question–answer set using GPT-4o, validating the AI…Google Sheets, Slack, Webhook, AI Agent, Simple Memory, Structured Output Parser193
Create & validate digital certificates with PDF Generator API and GmailThis n8n workflow provides a complete end-to-end system for creating, distributing, and verifying digital certificates, using PDF Generator API templates instead of raw HTML.Webhook, Gmail, Data table189
Generate weekly document digests from Google Docs with GPT-4 and email deliveryThis workflow automatically reviews selected Google Docs every week, checks for updates, and generates a professional weekly summary email using AI. It’s perfect for keeping your team or leadership…Cron, Google Drive, Gmail, Google Docs, OpenAI188
Monitor data quality with Notion rules, SQL checks & AI-powered alertsThis workflow continuously validates data quality using rules stored in Notion, runs anomaly checks against your SQL database, generates AI-powered diagnostics, and alerts your team only when real …Postgres, Slack, Jira Software, Gmail, Notion, Schedule Trigger186
Extract web page data from Gmail links and save to Google SheetsHow it worksGoogle Sheets, HTTP Request, Gmail186
Generate PDF documents from HTML with PDF Generator API, Gmail and SupabaseThis template is designed for teams and developers who need to generate PDF documents automatically from HTML templates. It’s suitable for use cases such as invoices, confirmations, reports, certif…HTTP Request, Postgres, Webhook, Hunter, Gmail184
Gpt-4.1 mini-powered learning management automationAutomates daily learner engagement monitoring, progress analysis, and personalized feedback delivery for training programs. Target audience: learning and development teams, corporate training manag…HTTP Request, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser179
Create a searchable document archive with Telegram, Drive, OCR and AirtableThis n8n workflow receives files sent in a Telegram chat, uploads them to Google Drive, extracts text using OCR (for images and PDFs), and stores the extracted content in Airtable for quick search …Airtable, HTTP Request, Telegram, Telegram Trigger, Google Drive179
Analyze contract risk from Google Drive with OpenAI and log to Gmail & SheetsThis workflow automates end-to-end contract analysis when a new file is uploaded to Google Drive. It downloads the contract, extracts its content, and uses AI to analyze legal terms, obligations, a…Google Sheets, Google Drive, Gmail, Google Drive Trigger, OpenAI178
Generate professional email signatures in HTML & PDF with Gmail deliveryCreate gorgeous, branded, professional email signatures automatically — from a simple POST request. This workflow turns user details into a premium HTML signature, converts it into PDF, and deliver…HTTP Request, Webhook, Gmail177
Patient pre-registration system with email verification & QR health cards using Google DriveAutomated Email Verification & Digital Health Card GeneratorGoogle Sheets, HTTP Request, Slack, Webhook, Google Drive, Gmail176
Sync Zendesk how-to tickets to Google Sheets knowledge baseKeep your customer knowledge base up to date with this n8n automation template. The workflow connects Zendesk with Google Sheets, automatically fetching tickets tagged as ā€œhowto,ā€ enriching them wi…Send Email, Google Sheets, Zendesk176
Automate tax compliance validation with OpenAI anomaly detection & accounting integrationAutomates revenue data validation and intelligent anomaly detection with scheduled weekly processing. Fetches revenue data, applies dual OpenAI models for categorization and anomaly detection, iden…HTTP Request, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser173
Automate university admission process with Email verification, PDF generation & GmailA robust n8n workflow template that automates the university admission process for colleges, universities, and educational programs.HTTP Request, Webhook, Gmail, Stop and Error173
Extract legal contract data & send alerts with VLM run, Google Workspace & SlackThis workflow automatically extracts, organizes, and tracks legal contract details from documents uploaded to Google Drive. Using VLM Run’s Execute Agent, it parses key metadata such as contract ID…Google Sheets, Slack, Webhook, Google Drive, Google Calendar, Google Drive Trigger171
Automated proof-of-delivery with GPT-4 Vision & ERP/Invoice integrationThis n8n workflow automates the end-to-end proof-of-delivery process for logistics operations. It ingests POD data via webhook—including driver signatures, delivery photos, and GPS coordinates—perf…HTTP Request, Webhook170
Reconcile bank transactions and generate reports with GPT-4 and GmailThis workflow automates end-to-end financial transaction processing for finance teams managing high-volume bank data. It eliminates manual reconciliation by intelligently classifying transactions, …HTTP Request, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser170
Scheduled YouTube transcription with de-duplication using Transcript.io and SupabaseThis template is for advanced users, content teams, and data analysts who need a robust, automated system for capturing YouTube transcripts. It’s ideal for those who monitor multiple channels and w…HTTP Request, RSS Read, Stop and Error, Supabase, Schedule Trigger170
Estimate construction costs from text, photos and PDFs with Telegram, GPT‑4/Gemini and DDC CWICRA full-featured Telegram bot that accepts text descriptions, photos, or PDF floor plans and returns detailed cost estimates with work breakdown. Powered by GPT-4 Vision / Gemini 2.0, vector search,…HTTP Request, Telegram, Telegram Trigger169
Generate & email custom NDA documents from web form submissions> āš ļø Notice:Send Email, Webhook168
Digitize business cards to Notion database with Gemini Vision OCREasily digitize and organize your business cards!Notion, n8n Form Trigger, Google Gemini167
Send monthly Toggl time tracking summary via Resend emailThis workflow fetches Toggl Track summary data for the previous month, aggregates hours per client and project, and emails a clean HTML report via Resend.HTTP Request, Schedule Trigger166
Convert DMARC reports to readable tables with Gmail automationDMARC ReporterGmail, Schedule Trigger, Extract from File164
Chat with news articles using AI analysis in Telegram with vector searchThis workflow allows users to send any newspaper or article link to a Telegram bot.HTTP Request, Telegram, Telegram Trigger, AI Agent, Embeddings OpenAI, OpenAI Chat Model161
Automate conference travel approvals with Deepseek AI, Gmail and Google SheetsAutomates overseas conference approval requests to CEO. Generates emails with conference details, flight quotes, accommodation, expense breakdown, and admin procedures. Ensures consistency and save…Google Sheets, HTTP Request, Gmail, AI Agent, Calculator, Code Tool160
Consolidate Stripe, PayPal, Shopify and bank revenue and prepare tax filings with OpenAIConsolidates daily revenue from Stripe, PayPal, Shopify, and bank feeds into a single system. The workflow automatically normalizes data across payment sources, uses AI to categorize income transac…HTTP Request, Google Drive, PayPal, Shopify, Gmail, Stripe160
Assess document fraud risk and compliance with GPT-4, Claude and Slack alertsAI Multi-Document Analyzer with Smart Recommendations & ReportingPostgres, Slack, Webhook, AI Agent, Embeddings OpenAI, OpenAI Chat Model159
Synchronize MySQL database schemas to Pinecone with OpenAI embeddingsThis workflow synchronizes MySQL database table schemas with a vector database in a controlled, idempotent manner.HTTP Request, MySQL, Embeddings OpenAI, Recursive Character Text Splitter, Pinecone Vector Store, Default Data Loader158
Tax deadline management & compliance alerts with GPT-4, Google Sheets & SlackAutomate tax deadline monitoring with AI-powered insights. This workflow checks your tax calendar daily at 8 AM, uses GPT-4 to analyze upcoming deadlines across multiple jurisdictions, detects over…Send Email, Google Sheets, HTTP Request, Slack, Schedule Trigger155
Aggregate & update documentation from Slack, Teams & GitHub with Claude Sonnet 4.5Aggregates communication data from Slack, Microsoft Teams, Gmail, GitHub, and Confluence into a single, unified AI-powered analysis workflow designed for quality review and automated documentation …GitHub, HTTP Request, Slack, Gmail, Microsoft Teams, Notion153
Generate multi-format documentation with Claude Sonnet & Google DocsTransform n8n workflow JSON into five ready-to-publish documentation formats including technical guides, social posts, and marketplace submissions.Google Docs, AI Agent, Anthropic Chat Model, n8n Form Trigger, Extract from File153
Auto-send FireFlies meeting summaries via email using Gemini 2.5 ProThis workflow automatically processes Fireflies.ai meeting recap emails, extracts the meeting transcript, generates a structured summary email, and sends it to a designated recipient.Gmail, Markdown, Gmail Trigger, OpenAI Chat Model, Information Extractor, Google Gemini152
Automatically update Amazon transaction memos in YNAB with AI & GmailHTTP Request, Webhook, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model150
Automated plagiarism detection with email reports using RapidAPI & Google SheetsThis powerful no-code workflow automates plagiarism detection using Plagiarism Checker AI Powered. Users submit text through Google Sheets. The system checks for duplication using the API, sends a …Send Email, Google Sheets, HTTP Request, Google Sheets Trigger150
Chat-based financial analysis of P&L and balance sheets with GPT-4 & PostgreSQLThis workflow is designed for finance teams, accountants, and data analysts šŸ“Š who want to interact with financial data from two PostgreSQL databases — one containing Profit & Loss data and another …AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger150
Summarize Gmail into Notion with OpenAI and create audio digests in Google DriveGmail → AI Summary → Notion + Audio DigestGoogle Drive, Gmail, Notion, Schedule Trigger, AI Agent, OpenAI Chat Model149
Sign PDF documents with X.509 certificates using PAdES standardsSign PDF documents with legally-compliant digital signatures using X.509 certificates. Supports multiple PAdES signature levels (B, T, LT, LTA) with optional visible stamps.HTTP Request, Read Binary File, Webhook, Read/Write Files from Disk149
Run multi-model research analysis and email reports with GPT-4, Claude and NVIDIA NIMThis workflow automates end-to-end research analysis by coordinating multiple AI models—including NVIDIA NIM (Llama), OpenAI GPT-4, and Claude to analyze uploaded documents, extract insights, and g…Send Email, HTTP Request, Postgres, Slack, Webhook147
Translate PDFs into multiple languages with Google Translate & ConvertAPI cost trackingThis n8n template automates PDF translation into 1 or 2 target languages while maintaining professional formatting. Users submit PDFs via web form and receive translated documents via email with pr…HTTP Request, Gmail, Google Translate, n8n Form Trigger, Extract from File, Data table141
Automated expense tracking with Telegram, easybits & Google SheetsI wanted to avoid the rush at end of month to log expenses. I tried existing expense apps but found them either too expensive for what they offer, or frustrating with inconsistent extraction result…HTTP Request, Webhook, Telegram139
Parse & track orders from email with Gemini/GPT & Notion database syncāš ļø Self-Hosted Solution RequiredGmail, Gmail Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, Google Gemini Chat Model139
Automate school trip consent forms with email verification, PDF generation & Google DriveThis workflow automates the entire parent consent process for school field trips, replacing manual paper forms with a secure, verified, and legally compliant digital system.HTTP Request, Webhook, Google Drive, Gmail138
Ingest Excel data into Oracle and chat with it using Select AI and Azure OpenAIThis n8n workflow template enables querying Excel data stored in an Oracle Database using natural language powered by Oracle Select AI.Webhook, Extract from File, Chat Trigger, Oracle Database137
Inventory Tracking Automation for AirtableVideo WalkthroughAirtable, Gmail, Airtable Trigger, Schedule Trigger136
Distribute summarized meeting notes with Microsoft Teams and ClickUpThis workflow processes raw meeting recordings or handwritten notes, automatically transcribes and summarizes them, and then distributes the concise summary to all meeting participants via Microsof…HTTP Request, ClickUp, Microsoft Teams132
Extract clean transcripts from your YouTube channel videos using Data APIYouTube Caption Extractor (Your Channel Only)HTTP Request, Stop and Error, Execute Workflow Trigger, Extract from File131
Create AI meeting summaries with Fireflies transcripts & Dart tasks using GeminiAutomatically generate a meeting summary from your meetings through Fireflies.ai, save it to a Dart document, and create a review task with the meeting link attached.Webhook, AI Agent, Google Gemini Chat Model129
Exporting Tawk.to help center articles to Google Drive as markdown filesTransform the way you manage your knowledge base with this fully automated N8N workflow!HTTP Request, Google Drive, Markdown127
Google Docs MCP server — read & write access for agentsThis workflow creates an MCP server that allows coding agentsMCP Server Trigger125
Automate payment gateway & database transaction reconciliation with Google SheetsThis workflow fully automates the reconciliation process between your Local Database transactions and Payment Gateway transactions. It compares both data sources, identifies mismatches, categorizes…Send Email, Google Sheets, Schedule Trigger, Filter, Summarize124
Generate structured exams from PDFs with OpenAI GPT-4o and HTML to PDFGenerate structured exams automatically from text-based PDF materials using AI.Webhook, Telegram, Extract from File, OpenAI123
Review and approve employee expenses with forms, OpenAI and Google WorkspaceThis workflow automates employee expense reimbursements from submission to final resolution. Expenses are captured via a form, reviewed by an AI agent for justification, and routed to managers for …Google Sheets, Gmail, AI Agent, OpenAI Chat Model, Structured Output Parser, n8n Form Trigger119
Chat with PDF, CSV, and JSON documents using Google Gemini RAGTurn documents into an AI-powered knowledge base.AI Agent, Simple Memory, Recursive Character Text Splitter, Simple Vector Store, n8n Form Trigger, Default Data Loader118
Automate n8n workflow documentation with Google Gemini AI and TelegramThis workflow automates the creation of professional documentation and template-ready sticky notes for any n8n workflow using AI.Telegram, Telegram Trigger, Basic LLM Chain, Structured Output Parser, Extract from File, Google Gemini Chat Model117
Transform spreadsheet data into smart charts with OpenAI, QuickChart & Google DriveThis n8n workflow automates the transformation of spreadsheet data into professional charts and graphs using AI-driven analysis. Triggered via Slack, it processes uploaded files (Excel, CSV, Google…Google Sheets, HTTP Request, Postgres, Slack, Google Drive, AI Agent116
CYBERPULSE AI GRC: automate compliance audit documentationDescriptionGoogle Sheets, Google Drive, Gmail114
Automated monthly energy reports with PostgreSQL, PDF.co & email deliveryThis workflow automatically collects monthly energy generation data from a PostgreSQL database, converts it into a structured PDF report and emails it to stakeholders. It eliminates manual report c…HTTP Request, Postgres, Gmail, Schedule Trigger114
Validate shipments & generate freight documents with GPT-4o, Google Sheets & DriveLogistics teams spend hours manually validating shipment data, checking compliance, generating freight documents, and emailing stakeholders. Errors in HSN codes, weights, or carrier details can lea…Google Sheets, HTTP Request, Google Drive, Gmail, Google Sheets Trigger, AI Agent112
Analyze contract risk from PDFs with OpenAI, Supabase and Slack alertsLegal, Procurement, and Compliance teams at mid-size companies. ESN and agencies selling AI-powered contract review as a service.HTTP Request, Slack, Gmail, Supabase, n8n Form Trigger, Extract from File110
Translate and localize multilingual content with DeepL and GPT-4o-miniManaging high-quality translations across multiple languages often requires more than just machine translation; it requires cultural context and quality assurance. This workflow automates the entir…Google Sheets, Webhook, Gmail, DeepL, AI Agent, OpenAI Chat Model110
AI-powered NDA review & instant alert system - Jotform, Gemini, TelegramThis workflow automates the process of analyzing a contract submitted via a web form. It extracts the text from an uploaded PDF, uses AI to identify potential red flags, and sends a summary report …HTTP Request, Telegram, Jotform Trigger, AI Agent, Extract from File, Google Gemini Chat Model108
Generate customer statements with credit risk analysis, PDF export & Gmail deliveryTransform account statement management from hours to minutes - automatically compile transaction histories, calculate aging analysis, monitor credit limits, assess payment risk, and deliver profess…HTTP Request, Webhook, Google Drive, Gmail108
Generate professional proposals with GPT-4o and PDFMonkeyThis workflow is designed to streamline your proposal generation, turning raw client data into a professional document automatically. Here’s a step-by-step breakdown of its operation:Function, HTTP Request, Gmail, n8n Form Trigger, OpenAI107
Generating tax summaries from Stripe, storing in Google Sheets, and sending Slack alertsAutomatically generate multi-jurisdiction tax summaries from Stripe invoices and sync them into Google Sheets with daily reporting. This workflow ensures compliance-ready tax data, detailed breakdo…Google Sheets, Slack, Stripe, Schedule Trigger106
Track monthly OpenAI token usage with Google Sheets and Gmail reportsWho’s this forGoogle Sheets, HTTP Request, Google Drive, Gmail, Schedule Trigger105
Inventory reconciliation between Notion & Airtable with GPT-4o Slack alertsThis workflow performs automated inventory reconciliation between Notion (physical counts) and Airtable (system counts), ensuring both databases stay synchronized.Airtable, Google Sheets, Slack, Notion, AI Agent, Azure OpenAI Chat Model104
Automated content migration from ClickUp Docs to Airtable recordsThis workflow automates the process of turning content from ClickUp Docs into structured data in Airtable. When a new task is created in ClickUp with a link to a ClickUp Doc in its name, this workf…Airtable, HTTP Request, ClickUp, ClickUp Trigger100
Analyze & publish GCE O-Level Math predictions with Perplexity AI to WordPress & SlackExams create significant stress for students. This workflow automates syllabus analysis and predicts exam trends using AI, helping educators and students better prepare for GCE ā€˜O’ Level Mathematic…HTTP Request, Slack, Wordpress, Markdown, AI Agent, Extract from File99
Generate AI incident reports with GPT-4, Slack alerts, Gmail and PDF exportAutomate incident reporting from detection to delivery with AI-driven analysis and professional documentation.Slack, Webhook, Google Drive, Gmail, Stop and Error, OpenAI99
Automate weekly timesheet reporting with Salesforce, OpenAI and GmailThis workflow automates the entire weekly timesheet reporting cycle by integrating Salesforce, OpenAI, Gmail, and n8n. It retrieves employee timesheets for the previous week, identifies which were …Salesforce, Gmail, Schedule Trigger, OpenAI99
Transform voice notes into business reviews with Groq Whisper & GPT-5 to Google SlidesThis workflow helps Customer Success Managers brain dump their client knowledge via voice notes and kickstart business review preparation by auto-generating a structured Google Slides draft in thei…HTTP Request, Telegram, Telegram Trigger, Google Drive, Gmail, Google Slides98
Automate rental agreements with BoldSign, Google Sheets & Gemini AIComplete Video Documentation: https://youtu.be/O-bKlX3G74Google Sheets, HTTP Request, Webhook, Telegram, Telegram Trigger, AI Agent97
Export Dialogflow intents with priority levels to Google Sheets via TelegramThis workflow exports the names of all Dialogflow intents from your agent, together with their priority levels, directly into a Google Sheets spreadsheet.Google Sheets, HTTP Request, Telegram, Telegram Trigger97
Auto-generate developer invoices & compliance reminders with Jira and GmailThis automation streamlines developer billing and compliance tracking by integrating Jira, Gmail, and n8n into a single intelligent workflow.Jira Software, Gmail97
Financial reporting AI: concise SEC 10-K/10-Q briefs via OpenRouter + Perplexity!Screenshot 20250915 at 11.37.26.pngHTTP Request, Markdown, AI Agent, Chat Trigger, OpenRouter Chat Model97
Synchronize Slack status updates with Pinecone, Google Sheets & GPT-4oStreamline client onboarding and lay the groundwork for future Retrieval-Augmented Generation (RAG) capabilities by automatically transforming Slack messages into structured data using GPT-4o, Goog…Google Sheets, Slack, Google Drive, Google Drive Trigger, AI Agent, Auto-fixing Output Parser97
Estimate 4D/5D construction costs from Revit BIM models with DDC CWICRA professional BIM-to-cost pipeline that extracts data from Revit models (2015–2026), classifies elements with AI, decomposes them into construction works, and generates detailed cost estimates usi…Read Binary File, Spreadsheet File, Write Binary File, Basic LLM Chain, Embeddings OpenAI, Anthropic Chat Model96
Extract structured data from Gmail attachments to Google Sheets, GPT visionAutomatically extract structured information from emails using AI-powered document analysis. This workflow processes emails from specified domains, classifies them by type, and extracts structured …Google Sheets, HTTP Request, AWS S3, Gmail, Schedule Trigger, Filter96
Predict tenant default risk with GPT-4o, Gmail, Slack and collections APIsThis workflow automates tenant screening by analyzing payment history, credit, and employment data to predict rental risks. Designed for property managers, landlords, and real estate agencies, it s…Airtable, HTTP Request, Slack, PayPal, Gmail, BambooHR95
Automate business card management with LINE, AI, and Google SheetsThis workflow is designed for business professionals and sales teams who receive business card images via LINE and want to quickly digitize contact information with minimal manual work.Google Sheets, HTTP Request, Webhook, Google Drive, Gmail, Basic LLM Chain94
Workshop certificate generator with Google Drive, Gmail & QR verificationThis workflow automates the entire pre-issuance process of workshop participation certificates.Google Sheets, HTTP Request, Slack, Webhook, Google Drive, Gmail92
Extract embedded images from Google Drive documents with VLM run agentThis workflow automates the process of extracting images from uploaded documents in Google Drive using the VLM Run Execute Agent, then downloads and saves those extracted images into a designated D…HTTP Request, Webhook, Google Drive, Google Drive Trigger89
Multi-platform revenue reconciliation across Stripe, PayPal & bank with tax archiveThis workflow automates monthly revenue reconciliation across Stripe, PayPal, and bank statements by standardizing data formats, detecting discrepancies, and producing audit-ready reports. It concu…HTTP Request, Google Drive, Gmail, Schedule Trigger88
CRM to professional PDF Proposals with Gmail, Drive & Slack notificationsTransform proposal creation from hours to minutes - automatically generate beautifully designed PDF proposals from CRM data or form submissions, deliver them instantly via email, store in Google Dr…HTTP Request, Webhook, Google Drive, Gmail86
Extract & process Q&A from URLs with Airtop, OpenRouter AI & Safety GuardrailsTransform your Telegram bot into a secure content analyzer: send any URL, and get safe, structured Q&A extractions with AI-powered safety checks and web search capabilities.Telegram, Telegram Trigger, Filter, AI Agent, OpenRouter Chat Model, Airtop85
CYBERPULSE AI GRC: automated ISO 42001 compliance evaluationDescriptionGoogle Sheets, Gmail, OpenAI85
Automated tax filing with multi-platform revenue analysis using GPT-4This workflow automates monthly revenue aggregation from multiple financial sources, including Stripe, PayPal, Shopify, and bank feeds, while delivering intelligent tax forecasting through GPT-4–ba…HTTP Request, Google Drive, PayPal, Shopify, Gmail, Stripe85
Automatically disable unsold Magento 2 products after 1 year with Gmail approvalThis automation includes order analysis, product comparison, management approval, and automated product deactivation, with full reporting and transparency.HTTP Request, Gmail, Schedule Trigger83
Generate AI website legal and accessibility compliance reports with OpenAI, Gmail and Google DriveAutomate website compliance checks in minutes using AI-powered analysis.HTTP Request, Webhook, Google Drive, Gmail, OpenAI82
Automate satellite data analysis and regulatory reporting with GPT-4 and SlackThis workflow automates satellite data processing by ingesting raw geospatial data, applying AI analysis, and submitting formatted reports to regulatory authorities. Designed for environmental agen…Send Email, HTTP Request, Postgres, Slack, Webhook, Schedule Trigger81
Generate event badges with QR codes, HTMLCSStoImage, Gmail & Google SheetsStreamline your event registration process with this fully automated badge generation system. Perfect for conferences, seminars, corporate events, universities, and training programs.Google Sheets, HTTP Request, Webhook, Gmail81
Automate GDPR Consent Management with Azure OpenAI Emails and Slack AlertsAutomate user consent collection with a seamless workflow that captures form submissions, stores them securely, and sends professional AI-generated confirmation emails šŸ“§šŸ¤–. This template streamlines…Send Email, Google Sheets, Slack, Webhook, AI Agent, Azure OpenAI Chat Model80
Build a RAG chat system using Aryn DocParse, AWS S3, Pinecone and GPT-4o1. Provide your S3 bucket containing documents such as PDFs and MS Word in the ā€œGet Files from S3ā€ node. You will need to provide AWS credentials that will allow the node to access the bucket and …AWS S3, AI Agent, Embeddings OpenAI, OpenAI Chat Model, Recursive Character Text Splitter, Pinecone Vector Store78
Japanese document translation quality checker with DeepL & Google Drive to SlackJapanese Document Translation Quality Checker with DeepL & Google Drive to SlackHTTP Request, Slack, DeepL, Google Docs, Google Drive Trigger78
Auto bug report aggregator: Sync Zendesk bug tickets into Google SheetsStay on top of product issues with this n8n automation template that centralizes bug reports from Zendesk into a Google Sheets dashboard. The workflow filters only tickets tagged as ā€œbug,ā€ enriches…Google Sheets, Zendesk78
Automate property inspections and reporting with OpenAI, Google Sheets and SlackProperty management companies, building managers, and inspection teams who want to automate recurring property inspections, improve issue tracking, and streamline reporting.Google Sheets, Slack, Gmail, Schedule Trigger, n8n Form Trigger, OpenAI77
Estimate construction costs from text with Telegram, OpenAI and DDC CWICRA Telegram bot that converts natural-language work descriptions into detailed cost estimates using AI parsing, vector search, and the open-source DDC CWICR database with 55,000+ construction work i…HTTP Request, Telegram, Telegram Trigger, Basic LLM Chain, Anthropic Chat Model, OpenAI Chat Model76
Optimize technical manuals for RAG & agents with Blockify IdeaBlocksBlockify is a data optimization tool that takes messy, unstructured text, like hundreds of sales‑meeting transcripts or long proposals, and intelligently optimizes the data into small, easy‑to‑unde…HTTP Request, Google Drive, AWS S3, Schedule Trigger, Convert to File76
Auto-fill PDF forms with AI using Autype, OpenAI, and Google Drive!Screenshot 20260305 at 20.25.12.pngHTTP Request, Google Drive, AI Agent, OpenAI Chat Model75
OCR document processing from LINE/Gmail using GPT-4o to Google WorkspaceWho this is forGoogle Sheets, HTTP Request, Webhook, Google Drive, Gmail, Gmail Trigger75
Singapore university eligibility analyzer with GPT-4o-Mini, WordPress and Slack notificationsAutomates scholarship tracking by scraping university sites, assessing eligibility via AI, and publishing results to WordPress or Slack. Eliminates manual searches for students, counselors, and edu…Send Email, HTTP Request, Slack, Webhook, Wordpress, AI Agent74
Create verified user profiles with email validation, PDF generation & Gmail deliveryOverviewGoogle Sheets, HTTP Request, Webhook, Gmail73
Generate template descriptions from Google Drive with Azure GPT-4Automatically generate polished, n8n-ready template descriptions from your saved JSON workflows in Google Drive. This AI-powered automation processes workflow files, drafts compliant descriptions, …Google Sheets, Google Drive, Gmail, AI Agent, Simple Memory, Structured Output Parser73
Detect procurement fraud and monitor supplier compliance with GPT-4o and SlackThis workflow automates procurement fraud detection and supplier compliance monitoring for organizations managing complex purchasing operations. Designed for procurement teams, audit departments, a…Send Email, Slack, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser72
Automate X-ray analysis with VLM Orion and distribute to Gmail, Telegram & DriveThis workflow provides an automated pipeline for processing medical X-ray images using VLM Run (model: vlmrun-orion-1:auto), and distributing the AI-generated analysis to multiple channels—email, T…Telegram, Google Drive, Gmail, n8n Form Trigger, Convert to File, OpenAI72
Automate FAQ generation from Stack Overflow to Notion using GPT-4o-mini with Slack alertsThis workflow automatically classifies new Stack Overflow questions by topic, generates structured FAQ content using GPT-4o-mini, logs each entry in Google Sheets, saves formatted FAQs in Notion, a…Google Sheets, Slack, Notion, RSS Feed Trigger, OpenAI72
Multi-source tax & cash flow forecasting with GPT-4, Gmail and Google SheetsAutomates monthly revenue aggregation from multiple sources with intelligent tax forecasting using GPT-4 structured analysis. Fetches revenue data from up to three distinct sources, consolidates da…Google Sheets, HTTP Request, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model71
Route and review finance documents from Google Drive with AI, Notion, Gmail, Slack, and Google SheetsThis is an enterprise-grade Intelligent Document Processing (IDP) hub designed to handle high-volume document ingestion, classification, and departmental routing. It transforms monolithic bulk scan…Google Sheets, Slack, Webhook, Google Drive, Gmail, Notion70
Generate AI sales proposals with Gemini and Google DocsGenerate professional sales proposals from a simple form—AI writes the content, you deliver the document.Google Drive, Google Docs, AI Agent, n8n Form Trigger, Google Gemini Chat Model69
Hackathon participant badge generator with QR code, PDF & email deliveryHackathon Participant Badge Generator with QR Code & Email DeliveryFunction, Google Sheets, HTTP Request, Webhook, Gmail69
Extract passport data with OpenAI OCR and generate QR codesThis workflow processes passport images submitted through a form, extracts structured data using OpenAI OCR, and generates QR codes with the extracted information. Results are displayed on the form…Edit Image, HTTP Request, Gmail, n8n Form Trigger, n8n Form68
Validate customs clearance documents with Claude AI, Google Drive and SlackThis workflow automates pre-dispatch customs document validation for international shipments. It ingests shipping document packages, extracts content from each file, uses Claude AI to cross-validat…Send Email, Google Sheets, HTTP Request, Webhook, Google Drive, Google Drive Trigger67
Automate patient intake and AI risk triage with Azure OpenAI, Google, and SlackAutomate patient pre-arrival intake, AI risk assessment, and real-time doctor alerts in one seamless healthcare workflow. ā°šŸ“§ This automation sends scheduled intake reminders before appointments, an…Cron, Google Sheets, Slack, Google Calendar, Gmail, Google Sheets Trigger67
Scan Confluence pages with the REST API for inactive page ownersThis workflow scans selected Confluence spaces, resolves page ownership and filters pages with inactive owners, helping teams maintain clear ownership and prevent orphaned documentation.HTTP Request, Filter67
Scan WhatsApp receipt photos and track expenses using Wati and GPT-4oTransform messy receipt photos into a structured, searchable expense database in seconds. This workflow automates the entire journey from a WhatsApp message to a live Google Sheets entry by combini…Google Sheets, HTTP Request65
Generate multi-channel release notes from ClickUp tasks with GPT-4o, Notion & SlackThis workflow converts raw ClickUp task updates—received directly through a webhook—into fully automated release documentation. It validates incoming payloads, fetches and cleans task details, enri…Google Sheets, Slack, Webhook, ClickUp, Gmail, Notion65
Extract and organize receipt data with WhatsApp, GPT-4V and Google SheetsYou’re not bad at budgeting.Send Email, Webhook, Telegram, Notion, Schedule Trigger65
Generate due diligence reports with LlamaIndex, Pinecone, and GPT-5-miniStreamline M&A due diligence with AI. This n8n workflow automatically parses financial documents using LlamaIndex, embeds data into Pinecone, and generates comprehensive, AI-driven reports with GPT…HTTP Request, Webhook, S3, AI Agent, Embeddings OpenAI, OpenAI Chat Model63
Automate GST/VAT tax returns with OpenAI, Gmail and government portal integrationAutomates financial aggregation, validation, and intelligent tax assessment. Integrates revenue, expenses, and invoices via scheduled connectors, merges data into unified records, and applies AI-dr…HTTP Request, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser63
Monitor and report FAQ freshness from Notion to Google Sheets and SlackKeep your internal knowledge base fresh and reliable with this automated FAQ freshness monitoring system. šŸ§ šŸ“…Google Sheets, Slack, Notion, Schedule Trigger63
Summarize PDF documents in Telegram with Groq AITelegram, Telegram Trigger, Basic LLM Chain, Extract from File, Groq Chat Model62
Track legal case deadlines and exceptions with Anthropic, court APIs, Gmail and SlackThis workflow automates legal case tracking, deadline management, and exception handling for law firms, corporate legal departments, and court systems managing complex litigation portfolios. Design…HTTP Request, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser, AI Agent Tool61
Automated workshop certificate system with JotForm, email verification & Google WorkspaceTransform your event registration process with this comprehensive automation that eliminates manual certificate creation and ensures only verified attendees receive credentials.Google Sheets, HTTP Request, Google Drive, Jotform Trigger, Gmail61
Automate monthly CrUX report transfer from BigQuery to NocoDB with data cleanupThis n8n workflow automatically retrieves the monthly CrUX (Chrome User Experience) Report from Google BigQuery and updates the data in NocoDB.Google BigQuery, NocoDB, Schedule Trigger60
Detect financial risk and orchestrate compliance with GPT‑4o, Slack and emailThis workflow automates comprehensive risk signal detection and regulatory compliance management across financial and claims data sources. Designed for risk management teams, compliance officers, a…Send Email, Google Sheets, HTTP Request, Slack, Schedule Trigger, AI Agent59
Automate medical claims processing with GPT-4 multi-agent orchestrationThis workflow automates end-to-end medical claims processing using a multi-agent AI orchestration system built on OpenAI GPT-4. It targets healthcare revenue cycle teams, billing departments, and h…Send Email, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, AI Agent Tool58
Generate visual resumes from Telegram using Google Gemini and BrowserActThis workflow transforms text-based resume data into visually stunning images by leveraging Google Gemini’s reasoning and vision capabilities. It autonomously analyzes the candidate’s profile, sele…Google Sheets, HTTP Request, Telegram, Telegram Trigger, AI Agent, Structured Output Parser56
Automate end-to-end contract signatures with Google Docs, Drive and SignNowThis workflow turns contract process into a fully automated, production-ready signing pipeline.Google Sheets, HTTP Request, Google Drive, Google Docs, n8n Form Trigger, n8n Form55
Score SDK documentation localization readiness with Azure GPT-4o-mini and Slack alertsMake your SDK documentation localization-ready before translation with this n8n automation template.Google Sheets, Slack, Notion, AI Agent, Azure OpenAI Chat Model54
Consolidate and report monthly financial PDFs with Google Drive and SlackStreamline your month-end accounting processes with this enterprise-grade automation designed to aggregate, validate, and merge fragmented financial documents into a single, professional reporting …Slack, Google Drive, Schedule Trigger53
Reconcile Stripe, bank, and e-commerce data with GPT-4.1 and Google SheetsThis workflow automates financial reconciliation by orchestrating multiple AI agents to detect mismatches, analyze root causes, and apply corrections across bank statements, invoices, and e-commerc…Google Sheets, HTTP Request, Gmail, Stripe, Schedule Trigger, AI Agent53
Generate AI proposals as PDFs with GPT-4, Gmail, Google Drive and SlackCreating client proposals manually is slow, repetitive, and often inconsistent. This AI-powered workflow transforms proposal creation from a manual task into a fully automated, professional process.Slack, Webhook, Google Drive, Gmail, OpenAI52
Grade and deliver multi-course assignment feedback with GPT-4o, Google Drive, Slack, and GmailThis workflow automates business intelligence reporting by aggregating data from multiple sources, processing it through AI models, and delivering formatted dashboards via email. Designed for busin…HTTP Request, Postgres, Slack, Webhook, Google Drive, Gmail51
Generate bulk certificates from Google Sheets and Google SlidesCategories: Productivity, Education, Google, AutomationGoogle Sheets, HTTP Request, Google Drive50
Audit SharePoint Online external sharing and anonymous links with Microsoft GraphThis workflow audits your SharePoint Online environment for external sharing risks by identifying files and folders that are shared with anonymous links or external/guest users. It is designed to t…HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Filter50
Automate peer review assignments with GPT-4-nano, Slack and email notificationsAutomate peer review assignment and grading with AI-powered evaluation. Designed for educators managing collaborative assessments efficiently.Send Email, HTTP Request, Postgres, Slack, Webhook, AI Agent47
Review PDF contract risks with a form, Google Gemini, Sheets, and SlackLegal teams, operations managers, and freelancers who review contracts regularly and want to catch risky clauses before signing. Ideal for small teams without dedicated legal counsel.Google Sheets, Slack, Basic LLM Chain, n8n Form Trigger, Google Gemini Chat Model47
Screen DPDP consent manager registrations with GPT-4o, Google Sheets and GmailThis workflow automates the complete DPDP-aligned Consent Manager Registration screening pipeline — from intake to eligibility evaluation and final compliance routing.Google Sheets, Webhook, Gmail, AI Agent, Azure OpenAI Chat Model47
Automate corporate tax filing for SMEs with GPT-5.2-Pro, Gmail, and Google DriveThis workflow automates monthly tax filing processes by retrieving financial data, performing AI-driven tax calculations, coordinating pre-filing reviews with key stakeholders, incorporating feedba…HTTP Request, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, Calculator47
Sync markdown files from Google Drive to Confluence pages automaticallySave a .md file to the folder set in the triggers. This workflow will check every hour, convert the md file to HTML, and create a confluence page for it. If the md file is updated or changed in the…HTTP Request, Google Drive, Google Drive Trigger, Markdown, Extract from File45
Generate course certificates from Google Sheets with Stencil PDF and OutlookThis workflow creates PDF certificates using Stencil, stores them in Google Drive, and emails them to participants.Google Sheets, HTTP Request, Google Drive, Microsoft Outlook, Google Sheets Trigger, Filter43
Convert audio emails to Japanese transcripts with OpenAI GPT-4o & Google SuiteOverviewGoogle Sheets, HTTP Request, Slack, Google Drive, Gmail, Gmail Trigger43
Validate and orchestrate lawsuit responses with OpenAI and Google SheetsThis workflow automates the complex process of managing lawsuit responses through intelligent task validation and multi-authority coordination. Designed for legal departments, compliance teams, and…HTTP Request, Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser42
Monitor company budgets with Bexio, Google Sheets and Gmail alertsThis n8n template allows you to automatically monitor your company’s budget by comparing live Bexio accounting data against targets defined in Google Sheets, sending automated weekly email reports…Google Sheets, HTTP Request, Gmail, Schedule Trigger42
Verify document authenticity with Claude and record proofs on blockchainThis workflow automates document authenticity verification by combining AI-based content analysis with immutable blockchain records. It is built for compliance teams, legal departments, supply chai…HTTP Request, Webhook, Gmail, AI Agent, Anthropic Chat Model, Structured Output Parser42
Generate AI-powered contracts with OpenAI, e-signature, Gmail and SheetsThis workflow automates the full contract lifecycle—from request intake to document generation and electronic signature completion.Google Sheets, HTTP Request, Webhook, Gmail, Markdown, AI Agent41
Generate stale page reports for Confluence spaces with REST API v1 and v2This workflow generates a stale page report for Confluence spaces, helping teams keep documentation accurate, relevant, and actively maintained.HTTP Request, Filter40
Review and approve Google Sheets orders by email and notify via LINEAutomatically processes new orders added to Google Sheets. Small orders are approved instantly; large orders trigger an HTML email with one-click Approve / Reject links — each handled by an indepen…Google Sheets, HTTP Request, Webhook, Gmail, Google Sheets Trigger38
Generate M&A due diligence PDF reports with LlamaIndex, OpenAI, Pinecone, and S3Streamline M&A due diligence with AI. This n8n workflow automatically parses financial documents using LlamaIndex, embeds data into Pinecone, and generates comprehensive, AI-driven reports with GPT…HTTP Request, Webhook, S3, AI Agent, Embeddings OpenAI, OpenAI Chat Model38
Generate photo-based construction cost estimates with GPT-4 Vision and DDC CWICRUpload a construction photo via web form → get a detailed cost estimate with work breakdown, resource costs, and professional HTML report. Powered by GPT-4 Vision and the open-source DDC CWICR data…Basic LLM Chain, Embeddings OpenAI, OpenAI Chat Model, n8n Form Trigger, Qdrant Vector Store38
Automate verified visitor management with email verification, badges & Slack alertsTransform your visitor management process with this fully automated, enterprise-grade workflow. The Verified Visitor Pass Generator eliminates manual data entry, prevents fake registrations through…Google Sheets, Slack, Webhook, Gmail, Stop and Error37
Track domain expiry dates with Google Sheets and WHOIS APIAutomatically track domain expiry dates from Google Sheets, fetch real-time DNS expiry data via WHOIS API, and update expiry details back to your sheet with zero manual effort.Google Sheets, HTTP Request36
Handle approval requests with SendGrid email and Baserow recordsThis workflow automates the end-to-end approval process for any request type (e.g., purchase orders, content sign-off, access permissions). It routes the request to designated approvers, records ev…SendGrid, Baserow36
Process Image Auto segmentation & Detection with VLM Run, Drive-Telegram SharingThis workflow automates image processing using VLM Run, extracting signed URLs, downloading results, and distributing them via multiple channels (Google Drive & Telegram).Webhook, Telegram, Google Drive, n8n Form Trigger36
Track and report App Store featuring nominations with MySQL, Slack and Google DriveThis workflow automates the process of tracking and reporting app nominations submitted to Apple for App Store featuring consideration. It connects to the App Store Connect API to fetch your list o…HTTP Request, Slack, Google Drive, MySQL, Schedule Trigger, Convert to File35
Validate policy compliance and orchestrate approvals with GPT-4o and SlackThis workflow automates policy compliance validation and approval orchestration through intelligent AI-driven assessment. Designed for compliance departments, legal teams, and governance officers, …Send Email, HTTP Request, Slack, Schedule Trigger, AI Agent, OpenAI Chat Model34
Extract data from PDF reports with Gmail, OCR, Google Sheets and OpenAI GPT-4.1-miniConsultants, agencies, financial analysts, and project managers who regularly receive client PDFs, invoices, or reports.Google Sheets, Slack, Gmail Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser33
Monitor revenue tax compliance and auto-correct anomalies with Anthropic, MagicCSV, Gmail and WhatsAppThis workflow automates tax compliance monitoring and revenue analysis for accounting teams and finance managers handling multi-source income data. It solves the critical problem of manually tracki…HTTP Request, Gmail, n8n, WhatsApp Business Cloud, Schedule Trigger, AI Agent33
Generate M&A due diligence reports with OpenAI, LlamaIndex and PineconeM&A Due Diligence Automation with AIHTTP Request, Webhook, S3, AI Agent, Embeddings OpenAI, OpenAI Chat Model32
Send YouTube transcripts to Slack using AssemblyAI🧠 How it worksHTTP Request, Webhook, OpenAI32
Detect and score refund risk with Webhook, OpenAI and Google SheetsThis workflow automatically evaluates refund and chargeback risk for incoming e-commerce orders. Orders are received via a webhook, processed individually, and checked to avoid duplicate analysis. …Google Sheets, Webhook, Discord, Gmail, OpenAI32
Track certification requirements with ScrapeGraphAI, GitLab and Rocket.Chatāš ļø COMMUNITY TEMPLATE DISCLAIMER: This is a community-contributed template that uses ScrapeGraphAI (a community node). Please ensure you have the ScrapeGraphAI community node installed in your n8n …Webhook, GitLab, RocketChat32
Extract order details from LINE messages and photos to Google Sheets with OpenAIAutomatically extract order information from text messages or handwritten memo photos sent via LINE, confirm with the user, and append to a Google Sheets tracking sheet.AI Agent, OpenAI Chat Model, Simple Memory30
Grade PDF assignments with Google Gemini and upload reports to Google DriveThis workflow is designed for educators, professors, academic institutions, coaching centers, and edtech platforms that want to automate the grading of written assignments or test papers. It’s idea…Webhook, Google Drive, AI Agent, Structured Output Parser, Convert to File, Extract from File29
Crawl documentation sites and build an AI knowledge base with OlostepThis n8n template automatically crawls technical documentation websites, scrapes their content, and converts it into clean, structured, developer-friendly documentation.Google Drive, Google Docs, AI Agent, Google Gemini Chat Model, Information Extractor28
Generate styled PDF or DOCX business reports from Markdown with Autype!Screenshot 20260228 at 13.27.47.pngHTTP Request26
Manage Supabase database records with Telegram bot commands1. Receive message — Telegram trigger captures incoming bot messagesTelegram, Telegram Trigger, Supabase26
Secure and classify legal documents with OpenAI, Airtable and HTML to PDFThis enterprise-grade legal document management system provides end-to-end automation for securing, classifying, and managing the lifecycle of sensitive documents. It is designed to handle high-sta…Airtable, Google Drive, HubSpot, Google Calendar25
Automate actuarial premium adjustments and claims reporting with GPT-4.1, Gmail and SlackThis workflow automates insurance claims processing by deploying specialized AI agents to analyze actuarial data, draft claim memos, and perform risk assessments. Designed for insurance adjusters, …HTTP Request, Slack, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model25
Evaluate automotive component compliance with OpenAI GPT-4.1 and regulatory APIsThis workflow automates automotive regulatory compliance evaluation by intelligently routing assessments through parallel evaluation paths based on component type. Designed for automotive complianc…HTTP Request, Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser, Calculator23
Track receipt expenses via LINE with OpenAI GPT-4o-mini and Google SheetsThis workflow is designed for small business owners, freelancers, and finance teams who want to eliminate manual data entry for expense tracking. It is ideal for users who want not just a record of…Google Sheets, HTTP Request, Webhook, Google Drive, AI Agent, OpenAI Chat Model22
Track Excel 365 changes and approvals with Telegram and Google Sheets loggingThis workflow monitors an Excel 365 sheet every minute and detects new, updated, and deleted rows using a unique ID column. It compares the current dataset with the previous snapshot and identifies…Google Sheets, Telegram, Microsoft Excel 365, Schedule Trigger21
Process data rights requests and governance compliance with Anthropic ClaudeThis workflow automates comprehensive data validation and regulatory compliance reporting through intelligent AI-driven analysis. Designed for compliance officers, data governance teams, and regula…Send Email, HTTP Request, Slack, Webhook, AI Agent, Anthropic Chat Model20
Automatically track certification changes with ScrapeGraphAI, GitLab and Rocket.Chatāš ļø COMMUNITY TEMPLATE DISCLAIMER: This is a community-contributed template that uses ScrapeGraphAI (a community node). Please ensure you have the ScrapeGraphAI community node installed in your n8n …Slack, GitLab, Schedule Trigger20
Match users with financial aid programs using GPT 5-Nano with automatic letters & emailsThe webhook receives incoming profiles and extracts relevant demographic, financial, and credential data. The workflow then queries the programs database to identify suitable options, while the AI …Slack, Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser20
Send weekly AI summaries of Google Sheets data via Gmail using OpenAIHow it worksGoogle Sheets, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model19
Generate monthly AI financial reports with OpenAI and email/Slack distributionThis n8n workflow automatically fetches monthly financial statements, normalizes the data, performs KPI calculations and trend analysis, detects anomalies, generates AI-powered executive insights a…Send Email, HTTP Request, Postgres, Schedule Trigger19
Track Telegram expenses with GPT-4 and Google Sheets (self-learning categories)šŸ’ø HOW IT WORKS — AI TELEGRAM EXPENSE TRACKERGoogle Sheets, Telegram, Telegram Trigger, Filter, OpenAI19
Process WhatsApp PDFs with AWS Textract OCR via S3This n8n template demonstrates how to automatically extract text content from PDF documents received via WhatsApp messages using OCR.HTTP Request, AWS S3, WhatsApp Trigger19
Moderate and govern user content with OpenAI GPT-4o, Slack and GmailThis workflow automates end-to-end AI-driven content moderation for platforms managing user-generated content, including marketplaces, communities, and enterprise systems. It is designed for produc…Send Email, Slack, Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser19
Generate AI sales proposals using Anthropic Claude, PDF Noodle and your CRM1. Triggers via webhook connected to your CRMHTTP Request, Webhook, Gmail, AI Agent, Anthropic Chat Model, Structured Output Parser19
Automate contract signing from Tally to Airtable and DocuSignWho is this for?Airtable, HTTP Request, Webhook18
Generate and send AI-powered sales quotes with Gmail, OpenAI and SupabaseAn automated quote generation system that monitors your inbox, classifies quote requests using AI, calculates intelligent pricing based on historical data, and provides a professional dashboard for…Slack, Webhook, Gmail, Supabase, Gmail Trigger, OpenAI18
Sync Shopify and WooCommerce sales into a Google Sheets accounting ledgerThis workflow automates the collection and standardization of sales data from Shopify and WooCommerce into a centralized Google Sheets ledger. It triggers on new orders, normalizes disparate platfo…Google Sheets, Shopify Trigger, WooCommerce Trigger17
Grade exam answers with GPT‑4.1 mini, plagiarism checks, Slack alerts and Google Sheets loggingThis workflow streamlines academic assessment through a multi-agent AI system that interprets rubrics, grades submissions, checks for plagiarism, performs quality moderation, generates feedback, an…Google Sheets, HTTP Request, Slack, AI Agent, OpenAI Chat Model, Structured Output Parser17
Export Glasp highlights to Notion, Slack, Google Sheets, or webhooks- Runs on a schedule (default: every 6 hours) and fetches new Glasp highlights via the Glasp APIHTTP Request, Schedule Trigger17
Analyze legislative policies and route compliance actions with GPT-4o, Google Sheets, and SlackThis workflow automates legislative compliance analysis by coordinating multiple specialized OpenAI agents to interpret regulatory documents, evaluate organizational impact, and manage stakeholder …Google Sheets, HTTP Request, Slack, Webhook, AI Agent, OpenAI Chat Model17
Generate verifiable CEU certificates with Google Workspace & QR verificationVerified Corporate Training Certificate with CEUs – Fully Automated & VerifiableFunction, Google Sheets, HTTP Request, Slack, Webhook, Google Drive17
Extract attendance from Google Drive images to sheets with VLM run AI & Gmail alertsThis workflow automates daily attendance tracking by analyzing uploaded attendance images, extracting participant names via VLM Run’s Execute Agent, appending the structured data into Google Sheets…HTTP Request, Webhook, Google Drive, Gmail, Google Drive Trigger16
Verify email content against Google Sheets and Gmail logs- Input: Google Sheets provides ā€œExpected Contentā€ rows (one per block/section).Google Sheets, Gmail15
Detect and correct claims cost leakage with GPT-4 and automated alertsThis workflow automates enterprise claims cost leakage detection by identifying overpayments, policy deviations, and pricing inconsistencies across claims data. It supports claims operations, finan…Send Email, HTTP Request, Postgres, Schedule Trigger, AI Agent, OpenAI Chat Model15
Generate and validate bulk QR codes with Google Sheets and Google DriveThis workflow allows you to generate QR codes (Barcodes) in bulk from a Google Sheets file and store the generated QR images automatically in Google Drive. Each QR code contains a unique identifier…Google Sheets, HTTP Request, Webhook, Google Drive14
Generate consulting proposals and contracts with GPT-4o, Google Docs, Gmail and SlackConsultants, agencies, freelancers, and professional service firms who need to create customized proposals and contracts quickly and efficiently.Google Sheets, HTTP Request, Slack, Gmail, Google Docs, Google Sheets Trigger14
Generate technical n8n workflow reports with GPT-4.1 and Google DocsThis workflow is designed for technical teams, automation owners, process auditors, and anyone who needs to document n8n workflows in a consistent, fast, and professional way—without manual work.HTTP Request, n8n, OpenAI14
Generate consulting KPI summaries with GPT-4o-mini, Slack and Google SheetsAuthor: Hyrum Hurst, AI Automation Engineer at QuarterSmartGoogle Sheets, HTTP Request, Slack, Google Calendar, Gmail, Schedule Trigger14
Audit AI decisions and route risks with GPT-4.1-mini, Slack, and email reportsThis workflow automates AI decision governance by tracing, assessing, and auditing automated decisions for risk and compliance. Designed for AI governance officers, compliance teams, and regulated …Send Email, Slack, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser11
Validate property documents with Claude (Anthropic), Google Drive and SlackThis workflow ingests property document packages submitted via webhook or monitored cloud storage, extracts text from each file, runs Claude AI to verify legal compliance, detect missing or expired…Send Email, Google Sheets, HTTP Request, Webhook, Google Drive, Google Drive Trigger11
Validate property compliance risk and orchestrate actions with OpenAI, Google Calendar, Gmail, Slack, and Google SheetsThis workflow automates medical imaging analysis and diagnostic reporting for radiology departments, imaging centers, and hospital networks managing high patient volumes. Designed for radiologists,…HTTP Request, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, AI Agent Tool11
Monitor AI infrastructure costs and route budget alerts with Claude, NVIDIA, Slack, and GmailThis workflow automates cost analysis and budget optimization for enterprises managing complex operational expenses. Designed for CFOs, finance teams, and operations managers, it addresses the chal…Send Email, Slack, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser11
Send weekly WooCommerce finance KPIs to Slack using HTTP APIsThis workflow automatically gathers weekly WooCommerce order and refund data, calculates essential financial KPIs, detects potential refund-related risks and sends a clear weekly finance summary to…HTTP Request, Slack, Schedule Trigger, Filter11
Decrypt legacy PDF archives with HTML to PDF, PostgreSQL and Google DriveThis is a high-security enterprise solution for LegalOps and Compliance departments. It automates the high-stakes process of decrypting batches of legacy, password-protected PDF assets to facilitat…Postgres, Slack, Google Drive, Gmail11
Sanitize Google Drive markdown text with a local Ollama modelHow it worksGoogle Sheets, HTTP Request, Google Drive, Google Drive Trigger, Filter, Basic LLM Chain11
Collect, score, and coach call quality with forms, Gemini, OpenAI, Gmail, and Google DriveThis workflow helps support teams evaluate call quality and deliver structured feedback without manual review. Agents upload their recordings using an n8n Form, and the system handles transcription…Google Drive, Gmail, AI Agent, Basic LLM Chain, OpenAI Chat Model, Simple Memory10
Deliver encrypted payroll PDFs via Google Drive, Sheets, Gmail and SlackAchieve a high-security, compliant payroll distribution system by using this automation to encrypt sensitive documents and manage delivery failures. This workflow provides an enterprise-grade solut…Google Sheets, Slack, Google Drive, Gmail10
Merge Google Drive PDFs with dynamic cover pages and watermark using Autype!Screenshot 20260305 at 15.01.50.pngGoogle Drive9
Generate AI SOPs from Google Drive with GPT‑4o, Google Docs and SheetsThis workflow automatically converts unstructured internal documentation into clear, actionable Standard Operating Procedures (SOPs).Google Sheets, Slack, Google Drive, Gmail, Google Docs, Google Drive Trigger9
Generate documents from saved templates and variables using Autype!Screenshot 20260301 at 17.03.18.pngn8n Form Trigger8
Compare LINE palm images and log Gemini health insights to Google SheetsThis workflow receives palm images sent via LINE and provides AI-generated health insights.Google Sheets, HTTP Request, Webhook, Google Drive, Basic LLM Chain, Google Gemini Chat Model8
Parse Google Drive documents to RAG-ready Markdown with Landing.ai and Supabase cache- Automatically watches a Google Drive folder, submits new documents to Landing.ai for parsing, caches processed files in - Supabase to avoid reprocessing, and reliably polls results with retry and…HTTP Request, Google Drive, Google Drive Trigger, Supabase8
Monitor AI budgets and optimize costs with Anthropic Claude and Slack alertsThis workflow automates enterprise budget monitoring and cost optimization using Anthropic Claude as the core AI engine across multiple specialist agents. It targets finance teams, operations manag…Send Email, Slack, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser8
Send meeting summaries with Mailchimp and MongoDBThis workflow automatically converts raw meeting recordings or written notes into concise summaries, stores them in MongoDB for future reference, and distributes the summaries to all meeting partic…HTTP Request, MongoDB, Mailchimp, Schedule Trigger8
Export icon metadata from Iconfinder to HTML & CSV with previews- Iconfinder does not provide a built-in feature to export all icon data at once for contributors, which motivated the creation of this workflow.HTTP Request, Convert to File8
Monitor employee policy compliance with GPT-4, Slack, and email alertsThis workflow automates enterprise policy compliance monitoring using AI agents to ensure organizational adherence to regulatory and internal policies. Designed for compliance officers, legal teams…Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, Code Tool, Data table7
Manage enterprise contract approvals and audit PDFs with HubSpot, Google Drive and SlackThis industrial-strength Contract Lifecycle Management (CLM) hub provides end-to-end automation for securing, optimizing, and archiving sensitive corporate agreements. It bridges the gap between in…Slack, Google Drive, HubSpot7
Monitor data integrity and route severity-based alerts with GPT-4o, email and SlackThis workflow automates continuous data integrity monitoring and intelligent alert management across multiple data sources. Designed for data engineers, IT operations teams, and business intelligen…Send Email, HTTP Request, Slack, Schedule Trigger, AI Agent, OpenAI Chat Model6
Track tenant document compliance with GPT-4, Drive, Sheets, email and SlackProperty management teams handling leases, IDs, and compliance documents.Send Email, Google Sheets, Slack, Webhook, Google Drive, Schedule Trigger6
Generate HIPAA-safe patient-friendly EMR summaries with GPT-4, PDF tools and Google DriveThis is an elite-tier HealthTech solution designed for the secure processing of high-volume medical records. Monolithic EMR exports (often 200+ pages) are atomized into individual pages, allowing f…Send Email, HTTP Request, Postgres, Twilio, Google Drive, Stop and Error6
Manage clinical trial e-consent and compliance with Claude AI and Google SheetsThis workflow automates end-to-end e-consent management for clinical trials. It captures, validates, timestamps, and stores consent submissions with a full regulatory-compliant audit trail, notifie…Send Email, Google Sheets, HTTP Request, Webhook, Schedule Trigger, AI Agent5
Audit contract governance risk with OpenAI, Slack and email routingThis workflow automates contract governance auditing by deploying a multi-agent AI system that validates contracts, assesses risk, checks compliance, and routes alerts based on risk level. Designed…Send Email, Slack, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser5
Assess technical documentation compliance with GPT‑4o and send Slack alertsUse cases: Engineering teams maintaining API docs, product teams enforcing terminology standards, or localization teams checking readiness before translation handoff.Google Sheets, HTTP Request5
Process ADR intake and PV cases with Claude AI and Google SheetsThis workflow automates end-to-end pharmacovigilance (PV) case processing. It ingests ADR reports from web forms or emails, extracts and classifies events using Claude AI against MedDRA terminology…Send Email, Google Sheets, Webhook, AI Agent, Anthropic Chat Model5
Monitor and enforce seller compliance with GPT-4o, email alerts and SlackThis workflow automates regulatory compliance monitoring and policy violation detection for enterprises managing complex governance requirements. Designed for compliance officers, legal teams, and …Send Email, Slack, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser5
Evaluate vendor PDFs with OpenAI and auto-respond via Slack and webhookAutomate vendor and partner proposal evaluation from slow, manual PDF reviews into a fast, consistent, and AI-powered decision workflow.HTTP Request, Slack, Webhook, Extract from File, OpenAI5
Summarize meeting recordings and create Notion action items with Gemini AITeam leads, project managers, and operations staff who want to automate meeting documentation. Useful for any team that records meetings and needs structured notes with clear action items.HTTP Request, Slack, Notion, n8n Form Trigger4
Validate emissions data and generate carbon compliance reports with GPT-4o and Google SheetsThis workflow automates emissions data validation and compliance reporting for environmental managers, sustainability officers, and compliance teams across manufacturing, energy, and transportation…Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, AI Agent Tool, Data table4
Create manager tasks from Keephub form submissions with OpenAI GPT-4.1Organizations using Keephub for form management and task tracking. Perfect for HR teams handling employee requests (leave, equipment, onboarding), retail managers reviewing store submissions, or an…Webhook, OpenAI4
Insert Notion database fields from a public URL via WhatsApp1. WhatsApp Trigger receives a message containing a public URL.HTTP Request, Notion, WhatsApp Trigger4
Monitor academic integrity signals with GPT-4o, email alerts and case archivingThis workflow automates integrity signal detection and investigation orchestration for compliance officers, ethics teams, and risk managers in financial services, healthcare, and regulated industri…Send Email, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, AI Agent Tool4
Log farm machinery operations from a webhook into Google SheetsEliminate manual farm operations logging and gain real-time visibility into machinery performance, fuel consumption, and equipment breakdowns.Google Sheets, Webhook4
Generate rotating user-agents and proxy IPs for scraping APIsUseful for scraping only/API data.HTTP Request2
Turn websites into a Google Sheets database with MrScraper and GmailThis n8n template automates the entire process of turning any website into a structured database — no manual scraping required. It uses MrScraper’s AI-powered agents to crawl a domain, extract list…Google Sheets, Gmail2
Log failed WooCommerce orders to Airtable and send OpenAI-powered Slack alertsThis workflow automatically checks WooCommerce for failed orders on a schedule, processes each order individually, prevents duplicate entries using Airtable, stores new failed orders centrally, and…Airtable, HTTP Request, Slack, Schedule Trigger, OpenAI2
Triage and escalate ethics disclosures with GPT-4o, policy API and SlackThis workflow automates ethics disclosure intake, investigation, risk routing, and escalation for compliance officers, legal teams, and ethics oversight boards. Disclosures arrive via webhook and a…Slack, Webhook, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser1
Reconcile expenses and optimize tax deductions with OpenAI GPT‑4.1‑mini and GmailThis workflow streamlines financial operations for accounting teams, finance departments, and tax professionals managing business expenses. It addresses the challenge of reconciling expenses with r…HTTP Request, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser1
Watermark and password-protect new Google Drive PDFs with Autype!screenshot of WorkflowGoogle Drive, Google Drive Trigger1
Analyze YouTube videos and auto-generate AI reports in Google Docs with DeepSeekA compact n8n workflow that accepts a YouTube link or uploaded video, pulls a transcript via Supadata.ai, runs a language-model-based video analysis agent to produce a structured report, extracts a…HTTP Request, Google Docs, AI Agent, n8n Form Trigger, Information Extractor, OpenRouter Chat Model1
Validate email hero images with Gmail, Dropbox, OCR.Space and Google SheetsExpected Image DownloadGoogle Sheets, HTTP Request, Gmail1
Turn YouTube meeting recordings into Notion notes with Claude, deAPI, and Slack alerts- Teams who upload meeting recordings to YouTube (unlisted or private) and want automated notesSlack, Notion, AI Agent, Anthropic Chat Model, Structured Output Parser, RSS Feed Trigger0
Enforce marketplace seller compliance with GPT-4o, Gmail and SlackIntelligent seller governance enforcement and compliance automationSlack, Webhook, Gmail, AI Agent, OpenAI Chat Model, Simple Memory0
Generate workflow documentation and node names with GPT‑4.1‑miniThis workflow serves as a comprehensive ā€œWorkflow Nodes SEO & Documentation Generatorā€. It uses AI to analyze, rename, and document n8n workflows, offering a streamlined way to optimize workflow re…n8n, AI Agent, Basic LLM Chain, OpenAI Chat Model, Simple Memory, Auto-fixing Output Parser0
Validate email font families from Gmail with Google Sheets- Load Expected Content + Expected Font Family from Google Sheets.Google Sheets, Gmail0

šŸ“„ How to use: Click any template above, then download the workflow.json file and import it into n8n via Workflow menu → Import from File. See the importing guide for detailed instructions.