⚒️ Engineering
515 templates — ⚒️ Software engineering workflows, code review, testing automation, and developer productivity tools.
Developer Automation & API Workflows with n8n
Developer automation covers the workflows software teams build for themselves — API integrations, internal tooling, data sync between services, testing automation, and the glue code that connects systems. n8n is particularly useful here because the HTTP Request node calls any REST API and the Code node runs arbitrary JavaScript or Python, so you’re not limited to pre-built integrations.
This category has 515 templates for software teams: CI/CD pipeline triggers, GitHub and GitLab automation, API endpoint creation, database sync workflows, and developer productivity tools that connect Jira, Slack, GitHub, and internal services.
What You Can Do
- API automation — call any REST API from an n8n workflow, transform the response, and send it elsewhere — no custom server required, no deployment overhead
- GitHub and GitLab automation — trigger workflows on PRs, issues, or commits: auto-label by changed files, notify Slack, create JIRA tickets, or run deployment checks
- Browser automation — use the HTTP Request node or community scraping nodes to interact with web interfaces that don’t have APIs, extract data, and feed it into your pipeline
- Database synchronization — keep records in sync across Postgres, MySQL, MongoDB, and external SaaS tools with scheduled or event-driven n8n workflows
Getting Started
The HTTP Request integration page lists every template that uses API calls — a good starting point for any API automation project. Browse the templates below and see also: DevOps & CI/CD for deployment pipeline automation.
📋 Templates
| Template | Description | 🔗 Key Nodes | 👀 Views |
|---|---|---|---|
| 🏆 Creating an API endpoint | Task: | Webhook | 448,875 |
| 🥇 AI agent that can scrape webpages | !n8nReAct.webp | HTTP Request, Markdown, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Call n8n Workflow Tool | 276,305 |
| 🥈 Pulling data from services that n8n doesn’t have a pre-built integration for | You still can use the app in a workflow even if we don’t have a node for that or the existing operation for that. With the HTTP Request node, it is possible to call any API point and use the incomi… | HTTP Request, HTML Extract | 225,336 |
| 🥉 Chat with local LLMs using n8n and Ollama | This n8n workflow allows you to seamlessly interact with your self-hosted Large Language Models (LLMs) through a user-friendly chat interface. By connecting to Ollama, a powerful tool for managing … | Basic LLM Chain, Ollama Chat Model, Chat Trigger | 186,162 |
| 🎓 Learn JSON basics with an interactive step-by-step tutorial for beginners | This workflow is an interactive, hands-on tutorial designed to teach you the absolute basics of JSON (JavaScript Object Notation) and, more importantly, how to use it within n8n. It’s perfect for b… | 130,880 | |
| Joining different datasets | Task: | Function | 126,178 |
| Scrape and store data from multiple website pages | This workflow allows extracting data from multiple pages website. | Function, Function Item, HTTP Request, Read Binary File, Start, Write Binary File | 103,257 |
| Build your own N8N workflows MCP server | Designing agent tools for outcome rather than utility has been a long recommended practice of mine and it applies well when it comes to building MCP servers; In gist, agents to be making the least … | Redis, Execute Sub-workflow, n8n, Execute Workflow Trigger, Filter, AI Agent | 90,767 |
| Working with dates and times | Task: | 84,959 | |
| Build an MCP server with Google Calendar and custom functions | Learn how to build an MCP Server and Client in n8n with official nodes. | HTTP Request, Execute Workflow Trigger, DebugHelper, AI Agent, OpenAI Chat Model, Simple Memory | 71,420 |
| Scrape any web page into structured JSON data with ScrapeNinja and AI | Disclaimer: This template only works on self-hosted for now, as it uses a community node. | Basic LLM Chain, Google Gemini Chat Model | 65,291 |
| Preparing data to be sent to a service | Task: | Google Sheets, Customer Datastore (n8n training) | 64,760 |
| Generate SQL queries from schema only - AI-powered | This workflow is a modification of the previous template on how to create an SQL agent with LangChain and SQLite. | MySQL, AI Agent, OpenAI Chat Model, Simple Memory, Read/Write Files from Disk, Convert to File | 54,392 |
| AI: conversational agent with custom tool written in JavaScript | This workflow implements a custom tool via JavaScript code which returns a random color to users and excludes the given colors. | AI Agent, OpenAI Chat Model, Code Tool, Chat Trigger | 54,000 |
| 🎓 Learn n8n expressions with an interactive step-by-step tutorial for beginners | This template is an interactive, step-by-step tutorial designed to teach you the most important skill in n8n: using expressions to access and manipulate data. | 53,136 | |
| Ai prompt generator workflow | This workflow is for AI builders, prompt engineers, developers, marketers, and no-code creators who want to convert rough user input into structured, high-quality prompts for LLMs. It’s especially … | Basic LLM Chain, Auto-fixing Output Parser, Structured Output Parser, n8n Form Trigger, Google Gemini Chat Model, n8n Form | 51,745 |
| N8N for beginners: looping over items | This workflow is designed for n8n beginners to understand how n8n handles looping (iteration) over multiple items. It highlights two key behaviors: | 44,859 | |
| Use an open-source LLM (via HuggingFace) | This workflow demonstrates how to connect an open-source model to a Basic LLM node. | Basic LLM Chain, Hugging Face Inference Model, Chat Trigger | 42,818 |
| 🐋DeepSeek V3 chat & R1 reasoning quick start | This n8n workflow demonstrates multiple ways to harness DeepSeek’s AI models in your automation pipeline! 🌟 | HTTP Request, AI Agent, Basic LLM Chain, Ollama Chat Model, OpenAI Chat Model, Simple Memory | 39,762 |
| Building RAG chatbot for movie recommendations with Qdrant and Open AI | Create a recommendation tool without hallucinations based on RAG with the Qdrant Vector database. This example is based on movie recommendations on the IMDB-top1000 dataset. You can provide your wi… | GitHub, HTTP Request, Execute Workflow Trigger, AI Agent, Embeddings OpenAI, OpenAI Chat Model | 35,862 |
| ChatGPT Automatic Code Review in Gitlab MR | This template is for every engineer who wants to automate their code reviews or just get a 2nd opinion on their PR. | HTTP Request, Webhook, Basic LLM Chain, OpenAI Chat Model | 32,826 |
| Build custom workflows automatically with GPT-4o, RAG, and web search | Need to turn a one-line chat request into a fully-wired n8n workflow template—complete with AI agents, RAG, and web-search super-powers—without lifting a finger? | HTTP Request, AI Agent, Embeddings OpenAI, Recursive Character Text Splitter, SerpApi (Google Search), Pinecone Vector Store | 32,701 |
| Api schema extractor | This workflow automates the process of discovering and extracting APIs from various services, followed by generating custom schemas. It works in three distinct stages: research, extraction, and sch… | Google Sheets, HTTP Request, Google Drive, Execute Sub-workflow, Execute Workflow Trigger, Filter | 29,284 |
| OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1 | This workflow contains 5 examples on how to work with OpenAI API. | HTTP Request, Read Binary Files, OpenAI | 26,591 |
| Query Perplexity AI from your n8n workflows | This workflow illustrates how to use Perplexity AI in your n8n workflow. | HTTP Request | 24,791 |
| Allow your AI to call an API to fetch data | Use n8n to bring data from any API to your AI. This workflow uses the Chat Trigger to provide the chat interface, and the Custom n8n Workflow Tool to call a second workflow that calls the API. | HTTP Request, Execute Workflow Trigger, AI Agent, Basic LLM Chain, OpenAI Chat Model, Simple Memory | 23,149 |
| Import data from MySQL into Google Sheets | This workflow queries a table in MySQL and inserts the data into Google Sheets. | Cron, Google Sheets, MySQL | 21,579 |
| Serve a static HTML page when a link is accessed | This easy-to-extend workflow automatically serves a static HTML page when a URL is accessed in a browser. | Webhook | 20,554 |
| AI agent to chat with Supabase/PostgreSQL DB | I prepared a detailed guide that showed the whole process of building a resume analyzer. | AI Agent, OpenAI Chat Model, Chat Trigger | 19,119 |
| AI agent with charts capabilities using OpenAI structured output and Quickchart | This workflow is an experiment to integrate charts in AI Agents, using the new Structured Output from OpenAI and Quickchart.io. | HTTP Request, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory, Call n8n Workflow Tool | 18,624 |
| 🛠️ AI Prompt Maker | This template provides a complete, ready-to-use web application for generating high-quality AI prompts. It features a user-friendly web form where you can describe your goal, and it leverages an AI… | Webhook, Basic LLM Chain, n8n Form Trigger, Google Gemini Chat Model, n8n Form | 18,119 |
| Track AI agent token usage and estimate costs in Google Sheets | !image.png | Google Sheets, Execute Sub-workflow, n8n, Execute Workflow Trigger, AI Agent, Anthropic Chat Model | 16,706 |
| Visualize your SQL Agent queries with OpenAI and Quickchart.io | - This workflow aims to provide data visualization capabilities to a native SQL Agent. | HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory | 16,437 |
| Scalable multi-agent chat using @mentions | Engage multiple, uniquely configured AI agents (using different models via OpenRouter) in a single conversation. Trigger specific agents with @mentions or let them all respond. Easily scalable by e… | AI Agent, Simple Memory, Chat Trigger, OpenRouter Chat Model | 16,419 |
| Insert a document in MongoDB | Companion workflow for MongoDB node docs | Start, MongoDB | 16,325 |
| Force AI to use a specific output format | This workflow is for anyone looking to automatically fetch, validate, and parse complex language-based queries into a structured format. Its unique capability lies in not only processing language b… | Basic LLM Chain, OpenAI Chat Model, Auto-fixing Output Parser, Structured Output Parser | 15,941 |
| Custom LangChain agent written in JavaScript | This workflow has multiple functionalities. It starts with a manual trigger, “When clicking ‘Execute Workflow’”, that activates two separate paths. | AI Agent, LangChain Code, OpenAI Chat Model, Code Tool | 15,784 |
| Evaluate tool usage accuracy in multi-agent AI workflows using evaluation nodes | Who’s it for | AI Agent, Embeddings OpenAI, Calculator, Call n8n Workflow Tool, Chat Trigger, Qdrant Vector Store | 15,678 |
| Import CSV into MySQL | This workflow demonstrates how CSV file can be automatically imported into existing MySQL database. | Read Binary File, Spreadsheet File, MySQL | 15,624 |
| Execute an SQL query in Microsoft SQL | !workflow-screenshot | Start, Microsoft SQL | 15,424 |
| 🔐🦙Private & local Ollama self-hosted + dynamic LLM router | This workflow template is designed for AI enthusiasts, developers, and privacy-conscious users who want to leverage the power of local large language models (LLMs) without sending data to external … | AI Agent, Ollama Chat Model, Simple Memory, Chat Trigger | 15,233 |
| OpenAI assistant with custom tools | This workflow shows how you can get your OpenAI assistant to call an n8n workflow as a tool. Since you can put almost any functionality in an n8n workflow, this means you can give your assistant ac… | Execute Workflow Trigger, Code Tool, Call n8n Workflow Tool, Manual Chat Trigger | 14,577 |
| Handle pagination in HTTP requests | This example workflow demonstrates how to handle pagination. | Function, HTTP Request, Start | 13,252 |
| Use any LangChain module in n8n (with the LangChain code node) | LangChain is a framework for building AI functionality that users large language models. By leveraging the functionality of LangChain, you can write even more powerful workflows. | LangChain Code, OpenAI Chat Model | 12,741 |
| Insert Excel data to Postgres | 1. Read XLS from file | Postgres, Read Binary File, Spreadsheet File, Start | 12,405 |
| Pattern for parallel sub-workflow execution followed by wait-for-all loop | This (set of) workflow(s) shows how to start multiple sub-workflows, asynchronously, in parallel, and then wait for all of them to complete. Normally sub-workflows would need to be run synchronous… | HTTP Request, Webhook | 11,899 |
| AI orchestrator: dynamically selects models based on input type | This workflow is designed to intelligently route user queries to the most suitable large language model (LLM) based on the type of request received in a chat environment. It uses structured classif… | AI Agent, Basic LLM Chain, Anthropic Chat Model, OpenAI Chat Model, Simple Memory, Structured Output Parser | 11,893 |
| Demo workflow - how to use workflowStaticData() | This workflow demonstrates how to use the workflowStaticData() function to set any type of variable that will persist within workflow executions. | HTTP Request, Webhook, Schedule Trigger | 11,729 |
| Automate web interactions with Claude 3.5 Haiku and Airtop Browser Agent | This workflow is designed to automate web interactions by simulating a human user, using a combination of the Agent node and AI tools powered by Airtop. | Slack, Execute Workflow Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser, Call n8n Workflow Tool | 11,441 |
| Merge multiple runs into one | This is a workflow that might come handy after using loops. They usually leave you with items spread across different “runs”. The Code node in this example workflow merges them into a single run, s… | Start, Customer Datastore (n8n training) | 11,217 |
| RAG: context-aware chunking | Google Drive to Pinecone via OpenRouter & Gemini | Workflow based on the following article. | Google Drive, AI Agent, Recursive Character Text Splitter, Pinecone Vector Store, Extract from File, Default Data Loader | 10,133 |
| Web site scraper for LLMs with Airtop | Automating web scraping with recursive depth is ideal for collecting content across multiple linked pages—perfect for content aggregation, lead generation, or research projects. | Google Sheets, Google Docs, Execute Workflow Trigger, n8n Form Trigger, Airtop | 9,611 |
| Generating image embeddings via textual summarisation | This n8n template demonstrates an approach to image embeddings for purpose of building a quick image contextual search. Use-cases could for a personal photo library, product recommendations or sear… | Edit Image, Google Drive, Embeddings OpenAI, Recursive Character Text Splitter, Simple Vector Store, Default Data Loader | 9,492 |
| Anthropic AI agent: Claude Sonnet 4 and Opus 4 with Think and Web Search tool | This workflow dynamically chooses between two new powerful Anthropic models — Claude Opus 4 and Claude Sonnet 4 — to handle user queries, based on their complexity and nature, maintaining scalabili… | AI Agent, Anthropic Chat Model, Simple Memory, Structured Output Parser, Calculator, Chat Trigger | 9,424 |
| Build your own PostgreSQL MCP server | This MCP example is based off an official MCP reference implementation which can be found here -https://github.com/modelcontextprotocol/servers/tree/main/src/postgres | Postgres, Execute Workflow Trigger, Call n8n Workflow Tool, MCP Server Trigger | 9,419 |
| Sync Google Sheets data with MySQL | This workflow performs several data integration and synchronization tasks between Google Sheets and a MySQL database. | Google Sheets, MySQL, Schedule Trigger | 9,352 |
| Create, update, and get a document in Google Cloud Firestore | !workflow-screenshot | Start, Google Cloud Firestore | 8,959 |
| Build your own image search using AI object detection, CDN and ElasticSearch | This n8n workflow demonstrates how to automate indexing of images to build a object-based image search. | Edit Image, HTTP Request, Elasticsearch, Filter | 8,595 |
| Natural language database queries with dual-agent AI & PostgreSQL integration | AI Database Assistant with Smart Query’s & PostgreSQL Integration | Postgres, Telegram, Telegram Trigger, Execute Workflow Trigger, AI Agent, Call n8n Workflow Tool | 8,409 |
| Build an MCP server with Airtable | This template is designed for anyone who wants to integrate MCP with their AI Agents using Airtable. Whether you’re a developer, a data analyst, or an automation enthusiast, if you’re looking to le… | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger, MCP Client Tool, MCP Server Trigger | 8,260 |
| Authenticate a user in a workflow with OpenID Connect | This workflow needs a user to authenticate by using an openid connect provider in order to call the webhook. | HTTP Request, Webhook | 8,201 |
| Split test different agent prompts with Supabase and OpenAI | Oftentimes, it’s useful to test different settings for a large language model in production against various metrics. Split testing is a good method for doing this. | Supabase, AI Agent, OpenAI Chat Model, Chat Trigger, Postgres Chat Memory | 8,113 |
| 🔍 Visualize your n8n workflows with Mermaid.js! | 🎨 View and understand workflow structures at a glance with this template! | Webhook, n8n | 7,549 |
| Telegram echo-bot | This is a workflow for a Telegram-echo bot. | Telegram, Telegram Trigger | 7,331 |
| Introduction to the HTTP tool | This n8n template showcases the new HTTP tool released in version 1.47.0. | AI Agent, OpenAI Chat Model | 7,212 |
| Generate and insert data into a Postgres database | This is Workflow 1 in the blog tutorial Database activity monitoring and alerting. | Cron, Function, Postgres | 6,902 |
| Synchronize your Google Sheets with Postgres | Sync your Google Sheets Data with your Postgres database table, requiring minimal adjustments. Follow these steps: | Google Sheets, Postgres, Schedule Trigger | 6,839 |
| Create a table in MySQL and insert data | Companion workflow for MySQL node docs | Start, MySQL | 6,815 |
| Rate limiting and waiting for external events | Task: | Customer Datastore (n8n training), Customer Messenger (n8n training) | 6,686 |
| Split in batches node noItemsLeft example | This workflow demonstrates how to use noItemsLeft to check if there are items left to be processed by the SplitInBatches node. | Function, Start | 6,651 |
| Merge data for multiple executions | This workflow demonstrates how to merge data for different executions. | Function, RSS Read, Start | 6,474 |
| Run a SQL query on Postgres | Companion Workflow for Postgres node docs | Postgres, Start | 6,209 |
| Create OpenAI-compatible API using GitHub models for free AI access | Whilst it is possible to use HTTP nodes to access Github Models, The aim of this template is to use it with existing n8n LLM nodes - saves the trouble of refactoring! | HTTP Request, Webhook, Basic LLM Chain, OpenAI Chat Model, Chat Trigger | 6,016 |
| Import CSV files from filesystem into Postgres | — Disclaimer: This template is mainly made for self-hosted users who can reach CSV files in their file system. For Cloud users, just replace the first few nodes with your file system of choice, li… | Postgres, Read Binary File, Spreadsheet File | 5,923 |
| Visual regression testing with Apify and AI Vision Model | This n8n workflow is a proof-of-concept template exploring how we might work with multimodal LLMs and their multi-image analysis capabilities. In this demo, we compare 2 screenshots of a webpage ta… | Google Sheets, HTTP Request, Google Drive, Linear, Schedule Trigger, Filter | 5,564 |
| Build an MCP server with Google Calendar | This template is designed for anyone who wants to integrate MCP with their AI Agents. Whether you’re a developer, a data analyst, or an automation enthusiast, if you’re looking to leverage the powe… | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger, MCP Client Tool, MCP Server Trigger | 5,461 |
| Import data from Google Sheets into MySQL | This workflow imports data from Google Sheets into a MySQL database. | Cron, Google Sheets, MySQL | 5,315 |
| API queries data from GraphQL | !workflow-screenshot | Function, Webhook, GraphQL | 5,230 |
| Filtering and branching data | Task: | Customer Datastore (n8n training) | 5,130 |
| Build an on-premises AI Kaggle competition assistant with Qdrant RAG and Ollama | An on-premises, domain-specific AI assistant for Kaggle (tested on binary disaster-tweet classification), combining LLM, an n8n workflow engine, and Qdrant-backed Retrieval-Augmented Generation (RAG). | Local File Trigger, Markdown, AI Agent, Summarization Chain, Ollama Chat Model, Ollama Model | 4,776 |
| Dynamic AI model router for query optimization with OpenRouter | The Agent Decisioner is a dynamic, AI-powered routing system that automatically selects the most appropriate large language model (LLM) to respond to a user’s query based on the query’s content and… | AI Agent, OpenAI Chat Model, Auto-fixing Output Parser, Structured Output Parser, Chat Trigger, OpenRouter Chat Model | 4,768 |
| Build an endpoint to perform CRUD operations with multiple HTTP methods | This n8n workflow template allows you to create a CRUD endpoint that performs the following actions: | Airtable, Webhook | 4,680 |
| 🚀 Local multi-LLM testing & performance tracker | This workflow is perfect for developers, researchers, and data scientists benchmarking multiple LLMs with LM Studio. It dynamically fetches active models, tests prompts, and tracks metrics like wor… | Google Sheets, HTTP Request, Basic LLM Chain, OpenAI Chat Model, Chat Trigger | 4,544 |
| Automated end-to-end fine-tuning of OpenAI models with Google Drive integration | This n8n workflow automates fine-tuning OpenAI models through these key steps: | HTTP Request, Google Drive, AI Agent, OpenAI Chat Model, Chat Trigger, OpenAI | 4,537 |
| Create a table in Postgres and insert data | Companion workflow for Postgres node docs | Postgres, Start | 4,501 |
| Avoid rate limiting by batching HTTP requests | This workflow demonstrates the use of the Split In Batches node and the Wait node to avoid API rate limits. | HTTP Request, Start, Customer Datastore (n8n training) | 4,497 |
| Build an MCP server which answers questions with retrieval augmented generation | !thumbnail.png | n8n Form Trigger, Default Data Loader, Qdrant Vector Store, Embeddings Ollama, MCP Server Trigger | 4,338 |
| Load data into spreadsheet or database | This workflow is a generic example of how to load data from your workflow into a destination that stores tabular data. For example, a Google Sheets or Airtable sheet, a .CSV file, or any relational… | Function, Start | 4,326 |
| 🎓 Learn Workflow Logic with Merge, IF & Switch Operations | Ever wonder how to make your workflows smarter? How to handle different types of data in different ways? This template is a hands-on tutorial that teaches you the three most fundamental nodes for c… | 4,230 | |
| Receive messages for a MQTT queue | !workflow-screenshot | Start, MQTT Trigger | 4,197 |
| Low-code API for Flutterflow apps | - Flow Start: The flow starts upon receiving an HTTP GET call. | Webhook, Customer Datastore (n8n training) | 4,067 |
| Join data from Postgres and MySQL | query data from two different databases handle and unify in a single return | Function, HTTP Request, Postgres, Webhook, MySQL | 4,006 |
| Make OpenAI citation for file retrieval RAG | In this example, we will ensure that all texts from the OpenAI assistant search for citations and sources in the vector store files. We can also format the output for Markdown or HTML tags. | HTTP Request, Markdown, Simple Memory, Chat Trigger, OpenAI | 3,978 |
| Using external workflows as tools in n8n | This guide will show you how to use a workflow as a reusable tool in n8n, such as integrating an AI Agent or other specialized processes into your workflows. | HTTP Request, Execute Workflow Trigger | 3,940 |
| Count the items returned by a node | This workflow provides a simple approach to counting the items returned by a node. | Customer Datastore (n8n training) | 3,829 |
| Vector database as a big data analysis tool for AI agents [1/3 anomaly][1/2 KNN] | Workflows from the webinar “Build production-ready AI Agents with Qdrant and n8n”. | HTTP Request, Google Cloud Storage, Filter | 3,815 |
| Evaluation metric example: RAG document relevance | This is a template for n8n’s evaluation feature. | Google Sheets, AI Agent, Embeddings OpenAI, OpenAI Chat Model, Recursive Character Text Splitter, Simple Vector Store | 3,789 |
| Webhook returning XML | !workflow-screenshot | Webhook | 3,779 |
| itemMatching() usage example | This workflow provides a simple example of how to use itemMatching(itemIndex: Number) in the Code node to retrieve linked items from earlier in the workflow. | Customer Datastore (n8n training) | 3,708 |
| Fetch dynamic prompts from GitHub and auto-populate n8n expressions in prompt | This workflow is designed for AI engineers, automation specialists, and content creators who need a scalable system to dynamically manage prompts stored in GitHub. It eliminates manual updates, enf… | GitHub, Stop and Error, AI Agent, Ollama Chat Model, Extract from File | 3,674 |
| OpenAI responses API adapter for LLM and AI agent workflows | Though I would recommend just waiting for official support, if you’re impatient and would like a round-about way to integrate OpenAI’s responses API into your existing AI workflows then this templa… | HTTP Request, Webhook, AI Agent, OpenAI Chat Model, Chat Trigger | 3,615 |
| Use OpenRouter in n8n versions <1.78 | In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot of different LLM models and providers and change models on the fly in an agentic workflow. | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger | 3,595 |
| Get long lived Facebook user or page access token | Facebook access tokens expire quickly, requiring regular updates for continued API access. This workflow simplifies the process of exchanging short-lived tokens for long-lived ones, saving time and… | HTTP Request | 3,571 |
| Host your own JWT authentication system with Data Tables and token management | A production-ready authentication workflow implementing secure user registration, login, token verification, and refresh token mechanisms. Perfect for adding authentication to any application witho… | Webhook, Execute Workflow Trigger, Data table | 3,554 |
| 🛠️ Process AI Output to Structured JSON with Robust JSON Parser | This workflow is a robust and forgiving JSON parser designed to handle malformed or “dirty” JSON strings often returned by AI models or scraped from web pages. It takes a text string as input and a… | Execute Workflow Trigger | 3,490 |
| Integrating AI with Open-Meteo API for enhanced weather forecasting | We are using this workflow in our workshops to teach how to use Tools a.k.a functions with artificial intelligence. In this specific case, we will use a generic “AI Agent” node to illustrate that i… | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger, HTTP Request Tool | 3,475 |
| Conversing with data: transforming text into SQL queries and visual curves | This workflow enables users to interact with a PostgreSQL database using natural language. It translates text inputs into SQL queries, retrieves the corresponding data, and generates visualizations… | Postgres, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser, Read/Write Files from Disk | 3,380 |
| Vector database as a big data analysis tool for AI agents [3/3 - anomaly] | Workflows from the webinar “Build production-ready AI Agents with Qdrant and n8n”. | HTTP Request, Execute Workflow Trigger | 3,312 |
| Beginner manager agent with sub-agent tools | This guide walks you through building an intelligent AI Agent in n8n that routes tasks to the appropriate sub-agent using the new @n8n/n8n-nodes-langchain agent framework. You’ll create a Manager A… | AI Agent, OpenAI Chat Model, Simple Memory, AI Agent Tool | 3,254 |
| Prompt-based object detection with Gemini 2.0 | This n8n template demonstrates how to get started with Gemini 2.0’s new Bounding Box detection capabilities in your workflows. | Edit Image, HTTP Request | 3,197 |
| Query MySQL database with natural language using GPT AI | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger | 3,098 |
| MongoDB AI agent - intelligent movie recommendations | This workflow is designed for: | AI Agent, OpenAI Chat Model, Simple Memory, Call n8n Workflow Tool, Chat Trigger | 3,080 |
| Build your own Qdrant vector store MCP server | This n8n implementation exposes other cool API features from Qdrant such as facet search, grouped search and recommendations APIs. With this, we can build an easily customisable and maintainable Qd… | HTTP Request, Execute Workflow Trigger, Filter, Embeddings OpenAI, Recursive Character Text Splitter, Call n8n Workflow Tool | 3,061 |
| Learn secure webhook APIs with authentication and Supabase integration | This template is a practical introduction to n8n Webhooks with built-in examples for all major HTTP methods and authentication types. It is designed as a learning resource to help you understand ho… | Webhook, Supabase | 3,039 |
| Email assistant: convert natural language to SQL queries with Phi4-mini and PostgreSQL | 🧑🏻🫱🏻🫲🏻🤖 Humans and Robots alike. | Postgres, Execute Workflow Trigger, AI Agent, Ollama Chat Model, Read/Write Files from Disk, Convert to File | 3,011 |
| Compare SQL datasets | This workflow compares 2 datasets from a single database. | MySQL | 2,978 |
| Generate AI prompts with Google Gemini and store them in Airtable | This workflow is designed to generate prompts for AI agents and store them in Airtable. | Airtable, Basic LLM Chain, Auto-fixing Output Parser, Structured Output Parser, Chat Trigger, Google Gemini Chat Model | 2,974 |
| Auto Generate Descriptive Node Names with AI for Workflow Readability | This workflow uses AI to automatically generate clear and descriptive names for every node in your n8n workflows. | Stop and Error, n8n, Basic LLM Chain, Structured Output Parser, n8n Form Trigger, n8n Form | 2,906 |
| 🤖 AI-powered prompt enhancement assistant using Google Sheets | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | Google Sheets, Telegram, Google Sheets Trigger, AI Agent, Simple Memory, Google Gemini Chat Model | 2,839 |
| Compare GPT-4, Claude & Gemini Responses with Contextual AI’s LMUnit Evaluation | Evaluating and comparing responses from multiple LLMs (OpenAI, Claude, Gemini) can be challenging when done manually. | Chat Trigger, OpenAI, Google Gemini, Anthropic, Chat | 2,833 |
| Xml to SQL database import | This is an example workflow that imports an XML file into an SQL database. | Read Binary Files | 2,828 |
| Load data into Snowflake | This workflow automatically downloads a CSV from the web, and parses it in a format that n8n can access. It then ensures that the data from the CSV is matched to the names of the columns in the dat… | HTTP Request, Spreadsheet File, Snowflake | 2,811 |
| Automate Power BI dataset refreshes with history monitoring | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | 2,808 | |
| Get execute command data and transfer to JSON | Shows how it is possible to use the data of a command line tool which returns JSON. | Function Item | 2,801 |
| Receive server-sent events | Companion workflow for SSE Trigger node docs | Start, SSE Trigger | 2,776 |
| Generate n8n forms from Airtable and BaseRow tables | This n8n template showcases a cool feature of n8n Forms where the form itself can be defined dynamically using the form fields schema. | Airtable, HTTP Request, Filter, n8n Form Trigger, n8n Form | 2,765 |
| MCP Supabase agent – manage your database with AI | This workflow was built with love to help you manage your Supabase database using natural language, powered by the MCP (Multi-Channel Protocol) AI Agent on n8n. | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger, MCP Client Tool, MCP Server Trigger | 2,745 |
| Create a complete AI engineering department with OpenAI O3 and specialized agents | Complete AI-powered engineering department with a Chief Technology Officer (CTO) agent orchestrating specialized engineering team members for comprehensive software development and technical operat… | AI Agent, OpenAI Chat Model, Chat Trigger, Think Tool, AI Agent Tool | 2,728 |
| 🛠️ Auto workflow positioning | [https://n8n-tools.streamlit.app/](https://n8n-tools.streamlit.app/ | HTTP Request, Webhook, n8n, Schedule Trigger, AI Agent, Question and Answer Chain | 2,726 |
| 🎓 Optimize Speed-Critical Workflows Using Parallel Processing (Fan-Out/Fan-In) | This template is a hands-on tutorial for one of the most advanced and powerful patterns in n8n: asynchronous parallel processing, also known as the Fan-Out/Fan-In model. | HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, AI Agent, Google Gemini Chat Model | 2,679 |
| Build your own SQLite MCP server | This template is for Self-Hosted N8N Instances only. | Execute Workflow Trigger, Code Tool, Call n8n Workflow Tool, MCP Server Trigger | 2,677 |
| Create multi-step reasoning AI agents with GPT-4 and reusable thinking tools | Unlock a new level of sophistication for your AI agents with this template. While the native n8n Think Tool is great for giving an agent an internal monologue, it’s limited to one instance. This wo… | Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory, Call n8n Workflow Tool, Chat Trigger | 2,663 |
| 🗲 Serve custom websites (HTML webpages) with webhooks | This workflow demonstrates how to use n8n to serve a complete, styled HTML webpage. It acts as a mini web server, responding to browser requests with your custom HTML content. | Webhook | 2,643 |
| Create an array of objects | You can use the Function node to create an array of objects. | Function | 2,628 |
| Send location updates of the ISS to a topic in MQTT | This workflow allows you to send position updates of the ISS every minute to a topic in MQTT using the MQTT node. | Cron, HTTP Request, MQTT | 2,578 |
| n8n subworkflow dependency graph & auto-tagging | As n8n instances scale, teams often lose track of sub-workflows—who uses them, where they are referenced, and whether they can be safely updated. This leads to inefficiencies like unnecessary copie… | HTTP Request, Webhook, n8n Trigger, n8n, Schedule Trigger, QuickChart | 2,541 |
| Merge greetings with the users based on the language | Every who’s interested in seeing how merging items works in n8n | Function, Start | 2,504 |
| IOT device control with MQTT and webhook | . | Webhook, MQTT | 2,461 |
| Using the merge node - merge by key | This is an example of how you can make Merge by Key work. | Function | 2,457 |
| Create AI-ready vector datasets for LLMs with Bright Data, Gemini & Pinecone | This workflow enables automated, scalable collection of high-quality, AI-ready data from websites using Bright Data’s Web Unlocker, with a focus on preparing that data for LLM training. Leveraging … | HTTP Request, AI Agent, Basic LLM Chain, Structured Output Parser, Recursive Character Text Splitter, Pinecone Vector Store | 2,455 |
| Sap service layer login | This minimal utility workflow connects to the SAP Business One Service Layer API to verify login credentials and return the session ID. It’s ideal for testing access or using as a sub-workflow to r… | HTTP Request | 2,409 |
| 🎓 Learn Data Synchronization: Warehouse Inventory Audit Tutorial | This template is a hands-on tutorial for one of n8n’s most powerful data tools: the Compare Datasets node. It’s the perfect next step after learning basic logic, showing you how to build robust dat… | 2,326 | |
| 🤖 Build resilient AI workflows with automatic GPT and Gemini failover chain | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | AI Agent, LangChain Code, OpenAI Chat Model, Google Gemini Chat Model | 2,214 |
| Conversational PostgreSQL agent with visuals, multi-KPI, and data editing (MCP) | !ChatGPT Image 6 mai 2025, 175838.png | Postgres, Execute Workflow Trigger, AI Agent, Anthropic Chat Model, Simple Memory, Call n8n Workflow Tool | 2,214 |
| AI image nudity detection tool with image moderation API | Complete MCP server exposing 1 Image Moderation API operations to AI agents. | MCP Server Trigger | 2,204 |
| 🛠️ Transform JSON to XML for Enhanced AI Prompt Formatting | This template provides a powerful and configurable utility to convert JSON data into a clean, well-structured XML format. It is designed for developers, data analysts, and n8n users who need to int… | Execute Workflow Trigger | 2,204 |
| 🧑🎓 Test your data access techniques with progressive expression challenges | This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows. | Stop and Error | 2,201 |
| 🛠️ State Management System for Long-Running Workflows with Wait Nodes | This template is a powerful, reusable utility for managing stateful, long-running processes. It allows a main workflow to be paused indefinitely at “checkpoints” and then be resumed by external, as… | HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Filter | 2,198 |
| Json string validator via webhook | This n8n template provides a simple yet powerful utility for validating if a given string input is a valid JSON format. You can use this to pre-validate data received from external sources, ensure … | Webhook | 2,151 |
| Simulate debates between AI agents using Mistral to optimize answers | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | Email Trigger (IMAP), Schedule Trigger, AI Agent, Simple Memory, Structured Output Parser, Mistral Cloud Chat Model | 2,144 |
| Automated weather reports with Bright Data & n8n | This workflow automatically collects weather data from multiple sources and compiles it into comprehensive reports. It helps you make informed decisions based on accurate weather forecasts without … | Google Sheets, HTTP Request | 2,133 |
| Remote IOT sensor monitoring via MQTT and InfluxDB | . | HTTP Request, MQTT Trigger | 2,119 |
| Convert an array into an array of objects | You can use the Function node to convert an array to an array of objects. | Function | 2,109 |
| Improve AI agent system prompts with GPT-4o feedback analysis and email delivery | This workflow configures an AI agent which provides an edited system prompt for an autonomous AI agent Based on the following pieces of information provided by the user in an input form: | Gmail, AI Agent, OpenAI Chat Model, Structured Output Parser, n8n Form Trigger | 2,034 |
| Better Oauth2.0 workflow for Pipedrive CRM with Supabase | This workflow provides an OAuth 2.0 auth token refresh process for better control. Developers can utilize it as an alternative to n8n’s built-in OAuth flow to achieve improved control and visibilit… | HTTP Request, Webhook, Stop and Error, Supabase | 2,031 |
| Test webhooks in n8n without changing WEBHOOK_URL (PostBin & BambooHR example) | Many new n8n users struggle with testing webhooks when running n8n on localhost, as external services cannot reach localhost. This workflow introduces a technique using PostBin, which provides a te… | HTTP Request, Rename Keys, Slack, BambooHR, PostBin, Filter | 2,019 |
| Build persistent chat memory with GPT-4o-mini and Qdrant vector database | Transform your AI assistants into intelligent agents with persistent memory capabilities. This production-ready workflow implements a sophisticated long-term memory system using vector databases, e… | AI Agent, Embeddings OpenAI, OpenAI Chat Model, Structured Output Parser, Recursive Character Text Splitter, Default Data Loader | 1,991 |
| Batch process prompts with Anthropic Claude API | This workflow template provides a robust solution for efficiently sending multiple prompts to Anthropic’s Claude models in a single batch request and retrieving the results. It leverages the Anthro… | HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Filter, Execution Data, Simple Memory | 1,974 |
| Get local datetime into Function node using moment.js | !workflow-screenshot | Function, Start | 1,960 |
| Generate dynamic JSON output formats for AI agents with Mistral | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | Stop and Error, AI Agent, Structured Output Parser, Mistral Cloud Chat Model | 1,950 |
| Preconfigured nodes for Systeme.io API requests | Using the Systeme API can be challenging due to its pagination settings and low rate limit. This requires a bit more knowledge about API requests than a beginner might have. | HTTP Request | 1,910 |
| Send location updates of the ISS every minute to a table in Google BigQuery | This workflow allows you to send position updates of the ISS every minute to a table in Google BigQuery. | Cron, HTTP Request, Google BigQuery | 1,907 |
| Compare sequential, agent-based, and parallel LLM processing with Claude 3.7 | This workflow demonstrates three distinct approaches to chaining LLM operations using Claude 3.7 Sonnet. Connect to any section to experience the differences in implementation, performance, and cap… | HTTP Request, Webhook, Markdown, AI Agent, Basic LLM Chain, Anthropic Chat Model | 1,899 |
| Vector database as a big data analysis tool for AI agents [2/3 - anomaly] | Workflows from the webinar “Build production-ready AI Agents with Qdrant and n8n”. | HTTP Request | 1,895 |
| Flexible currency rate uploads for SAP B1 with AI validation & multiple sources | This workflow automates currency rate uploads into SAP Business One via Service Layer, using flexible input sources such as JSON (API), SQL Server, Google Sheets, or manual values. It leverages log… | Google Sheets, HTTP Request, Webhook, Microsoft SQL, OpenAI | 1,870 |
| Intelligent web & local search with Brave Search API and Google Gemini MCP Server | This n8n workflow implements an AI-powered agent that intelligently uses the Brave Search API (via an external MCP service like Smithery) to perform both web and local searches. It understands natu… | Execute Workflow Trigger, AI Agent, Simple Memory, Call n8n Workflow Tool, Google Gemini Chat Model, MCP Server Trigger | 1,867 |
| Learn JavaScript coding with an interactive RPG-style tutorial game | This tutorial is designed as a self-paced learning experience where you explore working JavaScript code examples. Unlike traditional tutorials, you learn by examining real implementations and under… | 1,838 | |
| Convert a date from one format to another | Companion workflow for Date & Time node docs | Start | 1,835 |
| Unify multiple triggers into a single workflow | Stop duplicating your work! This template demonstrates a powerful design pattern to handle multiple triggers (e.g., Form, Webhook, Sub-workflow) within a single, unified workflow. | Slack, Webhook, Execute Workflow Trigger, Basic LLM Chain, OpenAI Chat Model, n8n Form Trigger | 1,828 |
| Exponential backoff for Google APIs | This n8n workflow implements an Exponential Backoff mechanism to handle retries when interacting with Google APIs. It ensures that failed API requests are retried with increasing delays, up to a sp… | Google Sheets, Stop and Error | 1,815 |
| Get the value of a key from Redis | Companion workflow for Redis node docs | Redis, Start | 1,813 |
| 🚚 Estimate driving time and distance for logistics with Open Route API | Tags: Supply Chain, Logistics, Route Planning, Transportation, GPS API | Google Sheets, HTTP Request | 1,802 |
| 🚛🗺️ Geocoding for logistics with Open Route API and Google Sheets | Tags: Supply Chain, Logistics, Geocoding, Transportation, GPS API | Google Sheets, HTTP Request | 1,797 |
| Loading JSON via FTP to Qdrant vector database embedding pipeline | 🧠 This workflow is designed for one purpose only, to bulk-upload structured JSON articles from an FTP server into a Qdrant vector database for use in LLM-powered semantic search, RAG systems, or AI… | FTP, Embeddings OpenAI, Character Text Splitter, Default Data Loader, Qdrant Vector Store | 1,785 |
| Send updates about the position of the ISS every minute to a topic in Kafka | !workflow-screenshot | Cron, HTTP Request, Start, Kafka | 1,753 |
| Vector database as a big data analysis tool for AI agents [2/2 KNN] | Workflows from the webinar “Build production-ready AI Agents with Qdrant and n8n”. | HTTP Request, Execute Workflow Trigger | 1,743 |
| Evaluation metric example: Correctness (judged by AI) | This is a template for n8n’s evaluation feature. | AI Agent, OpenAI Chat Model, Chat Trigger, OpenAI, Evaluation Trigger, Evaluation | 1,719 |
| AI system prompt generator & optimizer (n8n + OpenAI) | This workflow acts as a System Prompt Optimizer Agent. | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger | 1,712 |
| 🥇 Token Estim8r -sub workflow to track AI model token usage and cost with JinaAI | !ToeknsEstim8r | Google Sheets, HTTP Request, n8n, Execute Workflow Trigger | 1,700 |
| Provide real-time updates for Notion databases via webhooks with Supabase | This enables webhooks for nearly realtime updates (every 5 seconds) from Notion Databases. | HTTP Request, Notion, Supabase, Execute Workflow Trigger, Filter | 1,694 |
| Send updates about the position of the ISS every minute to a topic in RabbitMQ | This workflow allows you to send updates about the position of the ISS every minute to a topic in RabbitMQ | Cron, HTTP Request, Start, RabbitMQ | 1,672 |
| Evaluate RAG response accuracy with OpenAI: document groundedness metric | The scoring approach is adapted from https://cloud.google.com/vertex-ai/generative-ai/docs/models/metrics-templates#pointwisegroundedness | HTTP Request, AI Agent, Basic LLM Chain, Embeddings OpenAI, OpenAI Chat Model, Structured Output Parser | 1,671 |
| Evaluate AI workflows using Google Sheets, Gemini, Claude, GPT, and Perplexity | This template and YouTube video goes over | Gmail, Gmail Trigger, AI Agent, Summarization Chain, Anthropic Chat Model, OpenAI Chat Model | 1,641 |
| Dynamically run SuiteQL queries in NetSuite via HTTP webhook in n8n | !image.png | Webhook | 1,641 |
| Access control for AI agents (RBAC) using Airtable and Telegram | This workflow allows granular control over the access to tools connected to AI Agents (including Multi-Agent setups) using Role Based Access Control. | Airtable, Telegram, Telegram Trigger, Execute Workflow Trigger, AI Agent, LangChain Code | 1,635 |
| 🧠 NEW Claude 3.7 extended thinking AI agent 🤖 – unlock ultimate intelligence | Supercharge Claude 3.7 with full customization & deeper reasoning! | HTTP Request, n8n Form Trigger, n8n Form | 1,630 |
| Get the last five SpaceX launches from the spacex.land API using GraphQL | Companion workflow for GraphQL node docs | Start, GraphQL | 1,604 |
| Pattern for multiple triggers combined to continue workflow | This template describes a possible approach to handle a pseudo-callback/trigger from an independent, external process (initiated from a workflow) and combine the received input with the workflow ex… | HTTP Request, Webhook | 1,603 |
| Discover hidden website API endpoints using regex and AI | This workflow helps to automatically discover undocumented API endpoints by analysing JavaScript files from the website’s HTML code. | HTTP Request, Execute Workflow Trigger, Filter, AI Agent, Auto-fixing Output Parser, Structured Output Parser | 1,597 |
| Track LLM token costs per customer using the Langchain code node | !Screenshot of template | Google Sheets, Gmail, Schedule Trigger, Filter, LangChain Code, n8n Form Trigger | 1,577 |
| Multi-source RAG system with GPT-4 Turbo, news & academic papers integration | This workflow provides an enterprise-grade RAG (Retrieval-Augmented Generation) system that intelligently searches multiple sources and generates AI-powered responses using GPT-4 Turbo. | HTTP Request, OpenAI, n8n Form Trigger | 1,570 |
| Compare different LLM responses side-by-side with Google Sheets | This workflow allows you to easily evaluate and compare the outputs of two language models (LLMs) before choosing one for production. | Google Sheets, AI Agent, Simple Memory, Summarize, Chat Memory Manager, Chat Trigger | 1,546 |
| Evaluation metric example: categorization | This is a template for n8n’s evaluation feature. | Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser, Evaluation Trigger, Evaluation | 1,544 |
| Create a table, and insert and update data in the table in Snowflake | !workflow-screenshot | Start, Snowflake | 1,525 |
| Paul Graham essay search & chat with Milvus vector database | This workflow creates a RAG (Retrieval-Augmented Generation) system using Milvus vector database to search Paul Graham essays: | HTTP Request, AI Agent, Embeddings OpenAI, OpenAI Chat Model, Recursive Character Text Splitter, Default Data Loader | 1,516 |
| Data analytics department with AI team: CDO & specialists using OpenAI O3 | Complete AI-powered data analytics department with a Chief Data Officer (CDO) agent orchestrating specialized data team members for comprehensive data science, business intelligence, and analytics … | AI Agent, OpenAI Chat Model, Chat Trigger, Think Tool, AI Agent Tool | 1,498 |
| Reduce LLM Costs with Semantic Caching using Redis Vector Store and HuggingFace | Your LLM is answering the same questions over and over. “What’s the weather?” “How’s the weather today?” “Tell me about the weather.” Same answer, three API calls, triple the cost. This workflow fi… | AI Agent, Embeddings Hugging Face Inference, OpenAI Chat Model, Redis Chat Memory, Recursive Character Text Splitter, Default Data Loader | 1,471 |
| Evaluate AI agent response correctness with OpenAI and RAGAS methodology | The scoring approach is adapted from the open-source evaluations project RAGAS and you can see the source here https://github.com/explodinggradients/ragas/blob/main/ragas/src/ragas/metrics/answerco… | HTTP Request, AI Agent, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Chat Trigger | 1,460 |
| AI agent that updates its own rules to modify behavior | https://www.youtube.com/watch?v=OwIFK-r-NtQ | Google Sheets, Postgres, AI Agent, Anthropic Chat Model, Simple Memory, Chat Trigger | 1,453 |
| Sum or aggregate a column of spreadsheet or table data | This workflow shows how to sum multiple items of data, like you would in Excel or Airtable when summing up the total of a column. It uses a Function node with some javascript to perform the aggrega… | Function, Start | 1,451 |
| Collect and label images and send to Google Sheets | This workflow collects images from web search on a specific query, detects labels in them, and stores this information in a Google Sheet. | Google Sheets, HTTP Request, AWS Rekognition | 1,449 |
| Generate QA test cases from Figma designs to Google Sheets using GPT-4o-mini | Transform Figma design files into detailed QA test cases with AI-driven analysis and structured export to Google Sheets. This workflow helps QA and product teams streamline design validation, test … | Google Sheets, HTTP Request, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser | 1,422 |
| LLM usage tracker & cost monitor with node-level analytics (v2) | > v2: Now it can read multiple types of LLM usages. Better dynamic approach for reading model usage. | Stop and Error, n8n, Execute Workflow Trigger | 1,400 |
| Analyze images with OpenAI Vision while preserving binary data for reuse | Use this template to upload an image, run a first-pass OpenAI Vision analysis, then re-attach the original file (binary/base64) to the next step using a Merge node. The pattern ensures your downstr… | AI Agent, OpenAI Chat Model, n8n Form Trigger, OpenAI | 1,378 |
| Lookup IP geolocation details with IP-API.com via webhook | This n8n template enables you to instantly retrieve detailed geolocation information for any given IP address by simply sending a webhook request. Leverage the power of IP-API.com to gain insights … | HTTP Request, Webhook | 1,376 |
| Track n8n workflow changes over time with compare dataset & Google Sheets | Useful if a team is working within a single instance and you want to be notified of what workflows have changed since you last visited them. Another use-case might be monitoring your managed instan… | Google Sheets, Execute Sub-workflow, n8n, Execute Workflow Trigger, Schedule Trigger | 1,366 |
| Search and retrieve eBay product data with Catalog API for AI agents | Complete MCP server exposing 2 Catalog API operations to AI agents. | MCP Server Trigger | 1,320 |
| Create custom reasoning patterns for AI agents with GraphRAG & knowledge ontology | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger | 1,303 | |
| Chat with uncensored Dolphin Mixtral 8x22B using Novita AI | This n8n workflow enables you to chat with the uncensored Dolphin Mixtral 8x22B large language model through the Novita AI inference. It provides a streamlined process for sending user messages to … | HTTP Request, Chat Trigger | 1,298 |
| Run multiple tasks in parallel with asynchronous processing and webhooks | This template contains a two-part workflow designed to demonstrate a proof-of-concept for asynchronous and parallel execution of tasks in n8n. | HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Summarize | 1,294 |
| Generate and split sample data records using JavaScript and Python | A minimal, plug-and-play workflow that generates sample data using n8n’s Code node (both JavaScript and Python versions included) and then fans out those records into individual items with Split Ou… | 1,283 | |
| Reliable AI agent output without structured output parser - w/ OpenAI & Switch | This workflow serves as a solid foundation when you need an AI Agent to return output in a specific JSON schema, without relying on the often-unreliable Structured Output Parser. | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger | 1,281 |
| Monitor AI chat interactions with Gemini 2.5 and Langfuse tracing | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | AI Agent, LangChain Code, Simple Memory, Chat Trigger, Google Gemini Chat Model | 1,279 |
| Learn n8n interactively, lesson 1: data flow, execution & debugging | This interactive tutorial teaches you how to build in n8n from scratch, using a live walkthrough with real-time examples. Rather than static documentation, this guided workflow explains key n8n con… | n8n Form Trigger, n8n Form | 1,272 |
| Evaluation metric example: String similarity | This is a template for n8n’s evaluation feature. | HTTP Request, Webhook, OpenAI, Evaluation Trigger, Evaluation | 1,271 |
| Track and monitor AI token usage metrics for OpenAI and Gemini models | 📊 Token Usage Metrics Workflow | Execute Sub-workflow, n8n, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory | 1,270 |
| Document Q&A system with Voyage-Context-3 embeddings and MongoDB Atlas | On my never-ending quest to find the best embeddings model, I was intrigued to come across Voyage-Context-3 by MongoDB and was excited to give it a try. | HTTP Request, MongoDB, Execute Sub-workflow, Execute Workflow Trigger, OpenAI Chat Model, Extract from File | 1,267 |
| Evaluation metric example: Check if tool was called | This is a template for n8n’s evaluation feature. | AI Agent, OpenAI Chat Model, Calculator, Chat Trigger, Evaluation Trigger, Evaluation | 1,255 |
| Get daily weather and save it in Airtable | This smart automation workflow created by the AI development team at WeblineIndia, helps with the daily collection and storage of weather data. Using the OpenWeatherMap API and Airtable, this solut… | Airtable, HTTP Request, Schedule Trigger | 1,249 |
| Receive updates for the position of the ISS and push it to a Firbase | !workflow-screenshot | Cron, HTTP Request, Start, Google Cloud Realtime Database | 1,249 |
| Retry on fail except for known error | This workflow snippet allows for advanced error catching during retry attempts. | Stop and Error | 1,241 |
| Secure API endpoint with bearer token authentication and field validation | A reusable and production-ready n8n workflow that secures public webhooks using Bearer Token authentication and dynamic request validation. | Webhook | 1,226 |
| Create a Paul Graham essay Q&A system with OpenAI and Milvus vector database | This workflow creates a question-answering system based on Paul Graham essays. It has two main steps: | HTTP Request, Question and Answer Chain, Embeddings OpenAI, OpenAI Chat Model, Vector Store Retriever, Recursive Character Text Splitter | 1,194 |
| Create personal data vector store from Google Sheets with OpenAI & Gemini AI | This workflow integrates Google Sheets with Supabase Vector Store for storing personal data as vectors. It utilizes OpenAI and Google Gemini AI models for enhanced data processing and querying. | Google Sheets, AI Agent, Embeddings OpenAI, Supabase Vector Store, Convert to File, Default Data Loader | 1,192 |
| IPL cricket rules Q&A chat bot using RAG and Google Gemini API | Type of data is binary | HTTP Request, AI Agent, Simple Memory, Recursive Character Text Splitter, Simple Vector Store, Default Data Loader | 1,176 |
| 🧠 Build AI agents with Think-Plan-Act architecture using Llama-4 reasoning | !image.png | Webhook, AI Agent, Auto-fixing Output Parser, Structured Output Parser, OpenRouter Chat Model | 1,140 |
| v1 helper - find params with affected expressions | ℹ️ This workflow is to be run after upgrading to n8n v1. | n8n | 1,134 |
| Evaluation metric: summarization | The scoring approach is adapted from https://cloud.google.com/vertex-ai/generative-ai/docs/models/metrics-templates#pointwisesummarizationquality | Webhook, Google Drive, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Extract from File | 1,131 |
| Automated web browsing & extraction with Airtop and AI-prompted queries | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | MCP Server Trigger | 1,131 |
| Evaluate AI agent response relevance using OpenAI and cosine similarity | The scoring approach is adapted from the open-source evaluations project RAGAS and you can see the source here | HTTP Request, AI Agent, Basic LLM Chain, OpenAI Chat Model, Structured Output Parser, Chat Trigger | 1,117 |
| Evaluations metric: answer similarity | The scoring approach is adapted from the open-source evaluations project RAGAS and you can see the source here https://github.com/explodinggradients/ragas/blob/main/ragas/src/ragas/metrics/answersi… | HTTP Request, AI Agent, OpenAI Chat Model, Chat Trigger, Evaluation Trigger, Evaluation | 1,111 |
| Validate Auth0 JWT tokens using JWKS or signing cert | > Note: This template requires a self-hosted community edition of n8n. Does not work on cloud. | Webhook | 1,111 |
| Learn JavaScript data processing with code node: filtering, analysis & export examples | A comprehensive educational workflow that demonstrates practical JavaScript usage in n8n’s Code node through real-world business scenarios. Perfect for learning data manipulation, transformation, a… | 1,105 | |
| Track OpenAI token usage and AI agent metrics with Google Sheets dashboard | What it does | Google Sheets, AI Agent, LangChain Code, Chat Trigger | 1,105 |
| Dynamic AI model selector with GDPR compliance via Requesty and Google Sheets | This comprehensive n8n workflow provides a sophisticated solution for dynamically selecting and using AI models while maintaining GDPR compliance. It leverages Requesty’s European-based AI routing … | Google Sheets, HTTP Request, n8n, AI Agent, OpenAI Chat Model, n8n Form Trigger | 1,078 |
| Convert LLM output into rich Telegram messages — Auto-Media & smart chunking | Who is this for? | Telegram, Execute Workflow Trigger | 1,078 |
| Linking NocoDB records via API 🔗 | How it works: | HTTP Request, NocoDB | 1,064 |
| Fetch scriptures dynamically from get Bible API | The Get Bible Query Workflow is a modular and self-standing workflow designed to retrieve scriptures dynamically based on structured input. It serves as an intermediary layer that extracts referenc… | HTTP Request, Execute Workflow Trigger | 1,051 |
| Automated Amazon stock level tracker with Bright Data MCP and OpenAI | This workflow automatically tracks inventory stock levels across multiple products and suppliers to prevent stockouts and optimize inventory management. It saves you time by eliminating the need to… | Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model, Auto-fixing Output Parser, Structured Output Parser | 1,035 |
| Manage incident reporting in PagerDuty and CrateDB | This workflow automatically monitors the functionality of a factory. The workflow logs machine data coming from factory sensors in a CrateDB database, generates an incident report in PagerDuty, and… | Function, AMQP Trigger, PagerDuty, CrateDB | 1,034 |
| Validate CAD and BIM files against Excel standards (Revit, IFC, AutoCAD, DGN) | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | Read Binary File, Write Binary File | 1,027 |
| Create universal OpenAI-compatible API endpoints for multiple AI workflows | Transform your n8n workflows into OpenAI-compatible API endpoints, allowing you to access multiple workflows as selectable AI models through a single integration. | HTTP Request, Webhook, n8n, AI Agent, OpenAI Chat Model, Simple Memory | 1,004 |
| PostgreSQL conversational agent with Claude & DeepSeek (Multi-KPI, Secure) | Enable AI-driven conversations with your PostgreSQL database using a secure and visual-free agent powered by n8n’s Model Context Protocol (MCP). This template allows users to ask multiple KPIs in a… | Postgres, Execute Workflow Trigger, AI Agent, Anthropic Chat Model, Simple Memory, Call n8n Workflow Tool | 1,002 |
| Coordinate patient care and alerts with EHR/FHIR, GPT-4, Twilio, Gmail and Slack | This workflow automates end-to-end patient care coordination by monitoring appointment schedules, clinical events, and care milestones while orchestrating personalized communications across multipl… | Send Email, HTTP Request, Postgres, Slack, Twilio, Webhook | 985 |
| Chat with AI models via OpenRouter using Mistral | This n8n workflow demonstrates how to build an automated AI chat system using OpenRouter.ai. | HTTP Request, Summarize | 973 |
| Import Productboard notes, companies and features into Snowflake | This workflow imports Productboard data into Snowflake, automating data extraction, mapping, and updates for features, companies, and notes. It supports scheduled weekly updates, data cleansing, an… | HTTP Request, Slack, Snowflake, Schedule Trigger | 972 |
| AppSheet intelligent query orchestrator- query any data! | A friendly, practical tool that makes working with AppSheet data simpler and more efficient. This workflow is your go-to helper for building precise queries without getting lost in a sea of differe… | HTTP Request, Execute Workflow Trigger, AI Agent, Basic LLM Chain, Anthropic Chat Model, Structured Output Parser | 960 |
| IP2WHOIS domain lookup MCP server | Complete MCP server exposing 1 IP2WHOIS Domain Lookup API operations to AI agents. | MCP Server Trigger | 935 |
| Access data from bubble application | This is a proof of concept workflow showing how you would connect n8n to a Bubble data collection. | HTTP Request, Start | 928 |
| Prevent concurrent workflow runs using Redis | This workflow sets a small “lock” value in Redis so that only one copy of a long job can run at the same time. If another trigger fires while the job is still busy, the workflow sees the lock, stop… | Redis, Execute Sub-workflow, Stop and Error, Execute Workflow Trigger | 925 |
| Build production-ready user authentication with Airtable and JWT | This n8n workflow provides a comprehensive solution for user authentication and management, leveraging Airtable as the backend database. It includes flows for user sign-up and login, aswell as the … | Airtable, Webhook | 915 |
| Master data transformation with the complete set node guide | This tutorial workflow teaches you everything about n8n’s Set node through hands-on examples. The Set node is one of the most powerful tools in n8n - it allows you to create, modify, and transform … | Start | 904 |
| Receive messages for an ActiveMQ queue | !workflow-screenshot | AMQP Trigger | 904 |
| Handle verification for Twitter webhook | This workflow handles the incoming call from Twitter and sends the required response for verification. | Webhook | 884 |
| Audio & video data search and analysis with Clarify API and AI agent integration | Complete MCP server exposing 21 api.clarify.io API operations to AI agents. | MCP Server Trigger | 882 |
| Check which AI models are used in your workflows | - Fetch all workflows from your n8n instance. | Google Sheets, n8n, Filter | 880 |
| Google Drive to Supabase contextual vector database sync for RAG applications | • Create a Google Drive folder to watch. | HTTP Request, Google Drive, Execute Sub-workflow, Google Drive Trigger, Supabase, Execute Workflow Trigger | 872 |
| Automate LLM testing with GPT-4 judge & Google Sheets tracking | - The workflow loads a list of test cases from a Google Sheet (previous results stored from an LLM) | Google Sheets, HTTP Request, Webhook, Basic LLM Chain, Structured Output Parser, OpenRouter Chat Model | 833 |
| Run Apache Airflow DAG and retrieve XCom value | This workflow integrates the Apache Airflow API DAGRun and XCom. It enables n8n to trigger Airflow DAGs and retrieve the execution results. | HTTP Request, Stop and Error, Execute Workflow Trigger | 833 |
| Convert task ideas to implementation plans with GPT-4o, Slack & Google Sheets | This workflow acts as your interactive “n8n Consultant.” Simply write down a rough automation idea in Google Tasks (e.g., “Send weather updates to Telegram”), and the AI will research, design, and … | Google Sheets, Slack, Google Tasks, Schedule Trigger, Filter, AI Agent | 825 |
| Query-to-action automation with Bright Data MCP & OpenAI GPT | This template obtains all the possible tools from Bright Data MCP, process this through chatbot, then run any tool based on the user’s query | Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory, Call n8n Workflow Tool, Chat Memory Manager | 823 |
| AI-powered knowledge assistant using Google Sheets, OpenAI, and Supabase Vector Search | Workflow Name: AI-Powered GitHub Commit Reviewer | Github Trigger, HTTP Request, Gmail, AI Agent, Simple Memory, Groq Chat Model | 817 |
| Internet Archive search API integration for AI agents (3 operations) | Complete MCP server exposing 3 Search Services API operations to AI agents. | MCP Server Trigger | 811 |
| Send location updates of the ISS every minute to a queue in AWS SQS | This workflow allows you to send position updates of the ISS every minute to a queue using the AWS SQS node. | Cron, HTTP Request, AWS SQS | 811 |
| Monitor solar energy production & send alerts with Gmail, Google Sheets, and Slack | This workflow automatically monitors solar energy production every 2 hours by fetching data from the Energidataservice API. If the energy output falls below a predefined threshold, it instantly not… | Google Sheets, HTTP Request, Slack, Gmail, Schedule Trigger | 807 |
| Control your 3D printer with GPT-4o and OctoPrint API conversations | Ever wanted to just tell your 3d printer what to do remotely? | HTTP Request, Discord, AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger | 800 |
| Enhance AI prompts with GPT-4o-mini and Telegram delivery | This workflow is designed to optimize prompts by enhancing user inputs for clarity and specificity using AI. The workflow takes a user-provided prompt as input and uses a Natural Language Processin… | Telegram, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory | 800 |
| Ai agent integration with eBay Buy Marketing API | Complete MCP server exposing 1 Buy Marketing API operations to AI agents. | MCP Server Trigger | 786 |
| 🛠️ Microsoft SharePoint tool MCP Server 💪 all 11 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 776 |
| Validate Seatable webhooks with HMAC SHA256 authentication | This mini workflow is designed to securely validate incoming Seatable webhooks using HMAC SHA256 signature verification. | Webhook | 773 |
| Beginner’s Guide to Workflow Automation with OpenAI, LangChain & API Integrations | This beginner-friendly workflow demonstrates the core building blocks of n8n. It guides you through: | HTTP Request, Webhook, Schedule Trigger, AI Agent, OpenAI Chat Model, Simple Memory | 767 |
| Automated MySQL to Google Sheets sync with duplicate prevention | Description: | Google Sheets, MySQL, Schedule Trigger | 760 |
| Benchmark LLM performance on legal documents with Google Sheets and OpenRouter | This workflow demonstrates a simple way to run evals on a set of test cases stored in a Google Sheet. | Google Sheets, HTTP Request, Webhook, Google Drive, Basic LLM Chain, Structured Output Parser | 756 |
| Simple eval for legal benchmarking | This workflow demonstrates a simple way to run evals on a set of test cases stored in a Google Sheet. | Google Sheets, Google Drive, Basic LLM Chain, Structured Output Parser, Extract from File, OpenRouter Chat Model | 755 |
| Monetize your private LLM models with x402 & Ollama | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | Webhook, Basic LLM Chain, Ollama Model | 745 |
| Automated Zalo OA token management with OAuth and webhook integration | This workflow keeps your Zalo Official Account access token valid and easy to reuse across other flows—no external server required. | HTTP Request, Webhook, Schedule Trigger | 742 |
| Unix timestamp to ISO date converter | This n8n workflow provides a simple yet powerful utility to convert Unix timestamps (seconds since epoch) into the universally recognized ISO 8601 date and time format. This is crucial for harmoniz… | Webhook | 739 |
| Convert CAD & BIM (Revit, IFC, AutoCAD) in dataBase (DataFrame) | A minimal workflow to convert a Revit/IFC/DWG project into analysis-ready XLSX (and optional DAE) with a single run. Set two variables, execute, and the converter does the rest. | 731 | |
| Get contributors information from GitHub in Slack | Get your contributors GitHub information with a slash command in your Slack Workspace. | Function, Slack, Start, Webhook, GraphQL | 729 |
| Process multiple prompts in parallel with Azure OpenAI Batch API | This workflow is designed for developers and data scientists who want to efficiently send multiple prompts to the Azure OpenAI Batch API and retrieve responses in a single batch process. It is part… | HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Filter, Execution Data, Simple Memory | 727 |
| Automate supplier risk scoring with D&B, NewsAPI & alerts to Gmail | - Continuous monitoring: Real-time surveillance of supplier performance, financial health, and operational status | Google Sheets, HTTP Request, Postgres, Gmail, Schedule Trigger | 725 |
| Get the community profile of a repository | !workflow-screenshot | GitHub, Start | 724 |
| Generate & test SQL code with GPT/OpenRouter AI and PostgreSQL sandbox | This is the core AI agent used for queryverify.com. | Postgres, MySQL, AI Agent, Simple Memory, Chat Trigger, OpenAI | 723 |
| 🛠️ Hacker News tool MCP server | Complete MCP server exposing all Hacker News Tool operations to AI agents. Zero configuration needed - all 3 operations pre-built. | MCP Server Trigger | 717 |
| ETL: Extract and Parse Revit Model Data to Structured Excel | Convert a Revit model to Excel and parse it into structured items ready for downstream ETL. | Read Binary File, Spreadsheet File | 711 |
| Reusable and independently testable sub-workflow | This n8n workflow provides a standardized structure for building and testing sub-workflows in isolation. Its purpose is to help you create robust, reusable, and maintainable automations by enabling… | Execute Workflow Trigger | 710 |
| AI agent integration for Bubble apps with MCP protocol data access | Let AI agents fetch communicate with your Bubble app automatically. It connects direcly with your Bubble data API. This workflow is designed for teams building AI tools or copilots that need seamle… | MCP Server Trigger | 707 |
| Track hourly weather conditions with OpenWeatherMap and Google Sheets | This n8n template allows you to monitor hourly weather conditions in a specific city using OpenWeatherMap and log the results to a Google Sheet. It’s perfect for anyone needing periodic weather tra… | Google Sheets, HTTP Request, Schedule Trigger | 706 |
| Automate ISO 26262 compliance with GPT-4 for automotive safety analysis | Accelerates ISO 26262 compliance for automotive/industrial systems by automating safety analysis while maintaining rigorous audit standards. | AI Agent, OpenAI Chat Model, Simple Memory, Read/Write Files from Disk, Convert to File, Extract from File | 696 |
| Generate and queue factory sensor data in AMQP | This workflow generates sensor data, which is used in another workflow for managing factory incident reports. | Interval, AMQP Sender | 692 |
| Extract context from voice notes with OpenRouter AI & Milvus for RAG systems | - Webhook trigger receives voice note data including title, transcript, and timestamp from external services (example here: voicenotes.com) | Webhook, AI Agent, Embeddings OpenAI, Structured Output Parser, Convert to File, Default Data Loader | 680 |
| Convert parquet, feather, ORC & Avro files with ParquetReader | This workflow allows you to upload and inspect Parquet, Feather, ORC, or Avro files via the ParquetReader API. It instantly returns a structured JSON preview of your data — including rows, schema, … | HTTP Request, Webhook | 668 |
| Receive updates of the position of the ISS and add it to a table in TimescaleDB | This workflow allows you to receive updates about the positiong of the ISS and add it to a table in TimescaleDB. | Cron, HTTP Request, TimescaleDB | 666 |
| Generate interactive quantity reports from Revit and IFC projects to HTML | Automates extraction of wall quantities from Revit models and creates a professional interactive HTML report. | Function, Read Binary File, Spreadsheet File, Write Binary File | 662 |
| 📊 AI token tracker for WhatsApp & Telegram – Save AI usage to Google Sheets | Hi! I’m Amanda — I create smart, useful AI automations for n8n and Make. | Google Sheets, HTTP Request, Webhook, Telegram, Telegram Trigger, Filter | 651 |
| AI model usage dashboard: Track token metrics and costs for LLM workflows | This template is designed to collect execution data from your AI workflows and generate an interactive dashboard for easy monitoring. It’s compatible with any AI Agent or RAG workflow in n8n. | Webhook, n8n, Schedule Trigger, AI Agent, OpenAI Chat Model, Simple Memory | 650 |
| Rename a key in n8n | Companion workflow for Rename Keys node docs | Rename Keys, Start | 639 |
| Calculate the centroid of a set of vectors | This workflow receives an array of vectors in JSON format, validates that all vectors have the same dimensions, and computes the centroid. It is designed to be reusable across different projects. | Webhook | 637 |
| Generate consensus answers with multiple AI models & peer review system | Inspired by Andrej Karpathy’s LLM Council, but rebuilt in n8n. | AI Agent, Basic LLM Chain, Chat Trigger, OpenRouter Chat Model | 634 |
| Create a domains-index API server with full operation access for AI agents | Complete MCP server exposing 14 Domains-Index API operations to AI agents. | MCP Server Trigger | 631 |
| Predictive health monitoring & alert system with GPT-4o-mini | The system collects real-time wearable health data, normalizes it, and uses AI to analyze trends and risk scores. It detects anomalies by comparing with historical patterns and automatically trigge… | Send Email, HTTP Request, Postgres, Redis, Slack, Twilio | 629 |
| Vectorize Medical Procedures for Semantic Search with TUSS, Gemini & pgVector | This workflow vectorizes the TUSS (Terminologia Unificada da Saúde Suplementar) table by transforming medical procedures into vector embeddings ready for semantic search. | Token Splitter, Default Data Loader, Embeddings Google Gemini, Postgres PGVector Store | 622 |
| Advanced retry and delay logic | This template provides a robust solution for handling API rate limits and temporary service outages in n8n workflows. It overcomes the limitations of the default node retry settings, which cap retr… | HTTP Request, Stop and Error | 622 |
| Design scalable sync workflows with Data Tables, ProspectPro and HubSpot | This template is a pattern library (one importable workflow) that shows a repeatable way to structure n8n automations so they remain easy to extend, cheaper to run, and safer to scale. | HTTP Request, Webhook, Telegram, HubSpot, Execute Sub-workflow, Stop and Error | 614 |
| Benchmark content safety guardrails with automated test suite & reports | This workflow benchmarks the n8n Guardrails node across multiple safety categories -including PII, NSFW, jailbreak attempts, secret keys, and unsafe URLs. | Gmail, Markdown, OpenAI Chat Model, Guardrails | 614 |
| Automatic jest test generation for GitHub PRs with dual AI review | This workflow listens for GitHub pull-request events, analyzes changed React/TypeScript files, auto-generates Jest tests via AI, has them reviewed by a second AI pass, and posts suggestions back as… | GitHub, HTTP Request, Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser | 612 |
| Send updates about the position of the ISS every minute to a topic in ActiveMQ | !workflow-screenshot | Cron, HTTP Request, Start, AMQP Sender | 611 |
| Connect AI agents to eBay Seller Metrics API via MCP Server | Complete MCP server exposing 4 Seller Service Metrics API API operations to AI agents. | MCP Server Trigger | 610 |
| Create a CRUD REST API with Google Sheets database | This workflow template demonstrates how to quickly and easily create a simple REST API using n8n and a Google Sheet as a no-code database. It’s a perfect starting point for building a backend for s… | Google Sheets, Webhook | 592 |
| Automate GitHub trending data collection with FireCrawl, GPT and Supabase | This workflow is for developers, researchers, founders, and data analysts who want a historical dataset of GitHub Trending repositories without manual scraping. It’s ideal for building dashboards, … | Schedule Trigger, AI Agent, OpenAI Chat Model | 585 |
| 🎓 Learn evaluate tool. Tutorial for beginners with Gemini and Google Sheets | This workflow is a beginner-friendly tutorial demonstrating how to use the Evaluation tool to automatically score the AI’s output against a known correct answer (“ground truth”) stored in a Google … | AI Agent, Calculator, Google Gemini Chat Model, Evaluation Trigger, Evaluation | 569 |
| Create a self-contained CRUD app with Redis storage and HTML frontend | !Workflow Screenshot | Redis, Webhook | 564 |
| Weekly ETL pipeline: QuickBooks financial data to Google BigQuery | This template sets up a weekly ETL (Extract, Transform, Load) pipeline that pulls financial data from QuickBooks Online into Google BigQuery. It not only transfers data, but also cleans, classifies… | QuickBooks Online, Google BigQuery, Schedule Trigger | 562 |
| Automated hazard analysis for ISO 26262 compliance using GPT-4 | Modular Hazard Analysis Workflow : Free Version | AI Agent, OpenAI Chat Model, Simple Memory, Read/Write Files from Disk, Convert to File, Extract from File | 561 |
| Paginate Shopify products with GraphQL cursor-based navigation | Many Shopify GraphQL queries have the ability to return a cursor which you can loop over, however the N8N GraphQL node does not natively have the ability to fetch pages. | GraphQL | 560 |
| [New York Times] article search API MCP server | Complete MCP server exposing 1 Article Search API operations to AI agents. | MCP Server Trigger | 543 |
| Internet Archive Wayback Machine API for AI assistants | Complete MCP server exposing 2 Wayback API operations to AI agents. | MCP Server Trigger | 542 |
| Create a table in Quest DB and insert data | !workflow-screenshot | Start, QuestDB | 531 |
| OAuth2 settings finder with OpenRouter chat model and Llama 3.3 | Overview: | Execute Workflow Trigger, Basic LLM Chain, Structured Output Parser, OpenRouter Chat Model | 528 |
| Create a table in CrateDB and insert data | Companion workflow for CrateDB node docs | Start, CrateDB | 512 |
| Airtable batch update / insert rows (send faster + save API call requests) | This workflow allows you to batch update/insert Airtable rows in groups of 10, significantly reducing the number of API calls and increasing performance. | HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, DebugHelper | 504 |
| Manage users automatically in reqres.in | Companion workflow for HTTP Request node docs | HTTP Request, Start | 487 |
| Clean and log IoT sensor data to InfluxDB (Webhook | Function | HTTP) | This workflow accepts raw sensor data from IoT devices via webhook, applies basic cleaning and transformation logic, and writes the cleaned data to an InfluxDB instance for time-series tracking. Pe… | Function, HTTP Request, Webhook | 486 |
| Get entries from a Cockpit collection | Companion workflow for Cockpit node docs | Start, Cockpit | 484 |
| Automate demand forecasting & inventory ordering with AI, MySQL & optimal supplier selection | This workflow streamlines the entire inventory replenishment process by leveraging AI for demand forecasting and intelligent logic for supplier selection. It aggregates data from multiple sources—P… | HTTP Request, Slack, MySQL, Schedule Trigger | 483 |
| Track an event in Segment | !workflow-screenshot | Start, Segment | 457 |
| Standardize US phone numbers with multiple format options and validation | This n8n workflow template takes a US phone number as input, validates it, and returns it in multiple standard formats, including handling extensions. It’s designed to streamline the process of sta… | Execute Workflow Trigger | 454 |
| 🛠️ AWS Transcribe Tool MCP server 💪 all operations | Complete MCP server exposing all AWS Transcribe Tool operations to AI agents. Zero configuration needed - all 4 operations pre-built. | MCP Server Trigger | 447 |
| Connect AI agents to eBay Compliance API for listing violation management | Complete MCP server exposing 3 Compliance API operations to AI agents. | MCP Server Trigger | 447 |
| Automatic Google Cloud Run auth with JWT token management (sub-workflow) | Anyone calling a Google Cloud Run service from n8n who wants a small, reusable auth layer instead of wiring tokens in every workflow. | HTTP Request, Execute Workflow Trigger, JWT | 445 |
| Integrate Google Workspace with ChatGPT & OpenAI Agent Builder using MCP Bridge | The official ChatGPT connector doesn’t allow you to interact directly with Google Workspace apps from within the app. Let’s see how to overcome this limitation by creating a dedicated MCP server. | MCP Server Trigger | 439 |
| Create nested data processing loops using n8n sub-workflows | This template provides a practical solution for a common n8n challenge: creating nested loops. While a powerful feature, n8n’s standard Loop nodes don’t work as expected in a nested structure. This… | Execute Sub-workflow, Execute Workflow Trigger | 438 |
| Compare lists and identify common items & differences using custom keys | This workflow compares two lists of objects (List A and List B) using a user-specified key (e.g. email, id, domain) and returns: | Execute Workflow Trigger | 436 |
| Generate AI Responses with Perplexity Sonar Models (Reusable Module) | This reusable workflow allows you to interact with the Perplexity API using the sonar or sonar-pro models. It is designed to be triggered from other workflows and accepts dynamic prompts via input … | HTTP Request, Execute Workflow Trigger | 433 |
| Check email via AI agent with Mailcheck Tool MCP Server | Complete MCP server exposing all Mailcheck Tool operations to AI agents. Zero configuration needed - 1 operations pre-built. | MCP Server Trigger | 424 |
| Export Wordpress to PineCone vector store | Click here to access this Workflow for free. | HTTP Request, Schedule Trigger, Embeddings OpenAI, Token Splitter, Pinecone Vector Store, Default Data Loader | 419 |
| Transportation laws and incentives MCP server | Complete MCP server exposing 4 Transportation Laws and Incentives API operations to AI agents. | MCP Server Trigger | 416 |
| Create a secure MongoDB data retrieval API with input validation and HTTP responses | Data Extraction from MongoDB | Webhook, MongoDB | 416 |
| Convert Revit Projects to Database with Drawings & Specifications using DDC | Turn a .rvt project into open, analysis-ready data (XLSX + optional DAE/PDF) using the RvtExporter.exe from the DDC Revit toolkit. This n8n template provides a Form UI to set paths and flags, then … | n8n Form Trigger | 414 |
| Create a simple data caching system with no external dependencies | If you’re in need of a quick and dirty cache that doesn’t need anything other than the current version of N8N, boy do I have a dodgy script for you to try! | Stop and Error, Execute Workflow Trigger, Schedule Trigger, Data table | 414 |
| Predict housing prices with a simple neural network | This n8n template demonstrates how a simple Multi-Layer Perceptron (MLP) neural network can predict housing prices. The prediction is based on four key features, processed through a three-layer model. | Webhook | 402 |
| Mobility API MCP server | Complete MCP server exposing 2 Mobility API operations to AI agents. | MCP Server Trigger | 402 |
| Convert training prescriptions to Intervals.icu workouts with Claude Opus AI | Transform training prescriptions into perfectly formatted Intervals.icu workouts using AI. This workflow automatically converts free-text workout descriptions into structured interval training sess… | HTTP Request, AI Agent, Anthropic Chat Model, Structured Output Parser, n8n Form Trigger, Google Gemini Chat Model | 401 |
| Create dynamic API Gateway with HTTP Router and workflow orchestration | This workflow provides a universal webhook endpoint that dynamically routes incoming requests to different subflows. It allows you to manage multiple API-like endpoints from a single entry point, w… | Webhook, Execute Sub-workflow | 394 |
| Notion API MCP server | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 392 |
| Access CO2 measurement data with CarbonDoomsDay API for AI agents | Complete MCP server exposing 2 CarbonDoomsDay API operations to AI agents. | MCP Server Trigger | 392 |
| Automate GPT-4o fine-tuning with Google Sheets or Airtable data | Anyone curating before/after text examples in a spreadsheet and wanting a push-button path to a fine-tuned GPT model—without touching curl. Works with Google Sheets or Airtable. | Airtable, Google Sheets, HTTP Request, Stop and Error, Schedule Trigger, OpenAI | 389 |
| Automatically optimize AI prompts with OpenAI using OPRO & DSPy methodology | This workflow implements cutting-edge concepts from Google DeepMind’s OPRO (Optimization by PROmpting) and Stanford’s DSPy to automatically refine AI prompts. It iteratively generates, evaluates, a… | AI Agent, OpenAI Chat Model, Structured Output Parser | 388 |
| 🛠️ Strapi tool MCP server 💪 5 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 385 |
| Daily sync of NFL players from Sleeper API to Airtable for fantasy football | This template uses the Sleeper API to fetch the complete list of NFL players and stores them in an Airtable base. It’s built to run daily and ensures you have the most up-to-date player list for fa… | Airtable, Function, HTTP Request | 383 |
| Complete AI safety suite: test 9 guardrail layers with Groq LLM | AI developers, automation engineers, and teams building chatbots, AI agents, or workflows that process user input. Perfect for those concerned about security, compliance, and content safety. | Groq Chat Model, Guardrails | 378 |
| Automated patient vitals monitoring & alerts with Philips IntelliVue & Google Sheets | This workflow utilizes Philips IntelliVue Device details to automatically track patient vitals, such as heart rate and oxygen levels. It quickly spots critical health issues and sends alerts to hea… | Cron, Send Email, Google Sheets, HTTP Request | 374 |
| Smart chat routing between Gemini and GPT models based on query complexity | Elevate your AI chatbots with intelligent model selection: automatically route simple queries to cost-effective LLMs and complex ones to powerful ones, balancing performance and expenses seamlessly. | AI Agent, OpenAI Chat Model, Chat Trigger, Google Gemini Chat Model, Model Selector | 369 |
| Dynamic MCP server selection with OpenAI GPT-4.1 and contextual AI reranker | Thousands of MCP Servers exist and many are updated daily, making server selection difficult for LLMs. | HTTP Request, AI Agent, OpenAI Chat Model, Chat Trigger, Chat | 361 |
| Batch Airtable requests to send data 9x faster | This workflow is specifically designed to address the challenges of upserting or inserting large volumes of data into Airtable. By leveraging the Airtable Batch API, it delivers up to 9X faster per… | HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Summarize | 361 |
| 📊 Token Estim8r UI – visualize token usage analytics dashboard in n8n | !TokenEstim8rUIGumroadBanner.jpg | Google Sheets, HTTP Request, Webhook, Convert to File | 357 |
| Generate AI system prompts for LLMs with Unli.dev | System Prompt Generator Using Unli.dev turns human input ideas into a polished, repeatable system prompt blueprint. | HTTP Request, Webhook | 357 |
| IP geolocation lookup with BigDataCloud API for AI agents | Complete MCP server exposing 2 IP Geolocation API operations to AI agents. | MCP Server Trigger | 356 |
| Manage User Authentication with Telegram, Redis Cache and Google Sheets | How It Works | Google Sheets, Redis, Telegram Trigger, Execute Workflow Trigger | 352 |
| Create a complete user authentication system with PostgreSQL & webhooks | Streamline user onboarding and security for your applications using this n8n workflow. This template handles signup, login, and password resets through a single endpoint, making it ideal for develo… | Postgres, Webhook | 348 |
| Compare AI models with Nvidia API: Qwen, DeepSeek, Seed-OSS & Nemotron | - Queries four AI models simultaneously via Nvidia’s API in 2-3 seconds—4x faster than sequential processing. Perfect for ensemble intelligence, model comparison, or redundancy. | HTTP Request, Webhook | 345 |
| AI-powered document search with Oracle and ONNX embeddings for recruiting | 1. Create a user for doing Hybrid Search. | Chat Trigger, Oracle Database | 343 |
| XOR encryption and decryption with Base64 encoding for workflow data | This workflow performs basic XOR-based encryption and decryption using a custom password. It is intended to be triggered by another workflow and processes structured input in JSON format. | Execute Workflow Trigger | 338 |
| [eBay] recommendation API MCP server | Complete MCP server exposing 1 Recommendation API operations to AI agents. | MCP Server Trigger | 331 |
| Bin card information lookup API connector for AI agents with balance check | Complete MCP server exposing 2 BIN Lookup API operations to AI agents. | MCP Server Trigger | 329 |
| Sequential Google Sheets data processing with execution control | This n8n template provides a robust solution for processing data from Google Sheets in a controlled manner, specifically designed to prevent simultaneous executions of a scheduled workflow. This is… | Google Sheets, Schedule Trigger | 321 |
| IPQualityScore API MCP Server | Complete MCP server exposing 3 IPQualityScore API operations to AI agents. | MCP Server Trigger | 317 |
| Track Jura coffee machine data with webhook API and Google Sheets | Track how many coffees your Jura E8 espresso machine makes — fully automated via webhook and Google Sheets. | Google Sheets, Webhook | 313 |
| Generate data pipeline blueprints with Claude 3.5, Slack, and Tavily Search | The Architect Agent listens to Slack messages and generates full data architecture blueprints in response. Powered by Claude 3.5 (Anthropic) for reasoning and design, and Tavily for real-time web s… | Slack, AI Agent, Anthropic Chat Model, Slack Trigger, HTTP Request Tool | 312 |
| eBay analytics API rate limit monitoring for AI agents | Complete MCP server exposing 2 Analytics API operations to AI agents. | MCP Server Trigger | 312 |
| 🛠️ Jina AI tool MCP server 💪 all 3 operations | Complete MCP server exposing all Jina AI Tool operations to AI agents. Zero configuration needed - all 3 operations pre-built. | MCP Server Trigger | 308 |
| Retrieve NASA space weather & asteroid data with GPT-4o-mini and Telegram | This workflow is intended for researchers, educators, developers, media publications, scientists, engineers, science teachers, researchers & scientists in the fields of astronomy, astrophysics, and… | Telegram, Telegram Trigger, AI Agent, OpenAI Chat Model | 308 |
| NPR listening service MCP server | Complete MCP server exposing 9 NPR Listening Service API operations to AI agents. | MCP Server Trigger | 306 |
| Extract and analyze web data with Bright Data & Google Gemini | This workflow performs structured data extraction and data mining from a web page by combining the capabilities of Bright Data and Google Gemini. | Function, HTTP Request, Basic LLM Chain, Read/Write Files from Disk, Google Gemini Chat Model, Information Extractor | 304 |
| Expose translate a language endpoint to AI agents with DeepL tool MCP Server | Complete MCP server exposing all DeepL Tool operations to AI agents. Zero configuration needed - all 1 operations pre-built. | MCP Server Trigger | 303 |
| Deduplicate data records using JavaScript array methods | This tutorial demonstrates how to remove duplicate records from a dataset using JavaScript logic inside n8n’s Code nodes. It simulates real-world data cleaning by generating sample user data with i… | 296 | |
| Topupsapi MCP Server | Complete MCP server exposing 2 topupsapi API operations to AI agents. | MCP Server Trigger | 290 |
| Add TypeScript Intellisense support to code nodes with JSDoc | Are you writing complex Code nodes and need Intellisense support? Follow this simple pattern to get autocomplete for any n8n or custom classes. | n8n, n8n Form Trigger, n8n Form | 282 |
| Automate vehicle inspections & maintenance workflows with OpenAI & Jotform | Transform your fleet operations from paper-based chaos to intelligent automation - achieving 40% reduction in breakdowns, 100% inspection compliance, and predictive maintenance that saves thousands… | Google Sheets, Jotform Trigger, Gmail, AI Agent, OpenAI Chat Model | 278 |
| 🛠️ Metabase tool MCP server 💪 all 10 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 278 |
| Get any image: standard fetch with BrightData Web Unblocker failover | This workflow is your ultimate solution for reliable image retrieval from any web source, including those heavily protected. | HTTP Request | 276 |
| Enforce pre-release compliance with Jira, Monday.com, and Slack alerts | Description: | Slack, Jira Software, Monday.com, Jira Trigger | 270 |
| 🛠️ Storyblok tool MCP server 💪 all 7 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 261 |
| Query bicycle incident data with BikeWise API through MCP server | Complete MCP server exposing 4 BikeWise API v2 API operations to AI agents. | MCP Server Trigger | 256 |
| Live airport delay dashboard with FlightStats, Google Sheets & Slack alerts | - Automates live monitoring of airport delays using FlightStats API. | Cron, Google Sheets, HTTP Request, Slack | 254 |
| Fetch hierarchical data records from Airtable with multi-level relationships | This n8n workflow retrieves an Airtable record along with its related child records in a hierarchical structure. It can fetch up to 3 levels of linked records and assembles them into a comprehensiv… | Airtable, HTTP Request, Execute Workflow Trigger, Filter | 245 |
| Real-time IoT anomaly detection with MQTT, GPT-4o-mini AI, and multi-channel alerts | MQTT ingests real-time sensor data from connected devices. The workflow normalizes the values and trains or retrains machine learning models on a defined schedule. An AI agent detects anomalies, va… | Send Email, HTTP Request, Postgres, Slack, MQTT Trigger, Schedule Trigger | 245 |
| Multi-AI agent router: compare OpenAI, Anthropic & Groq responses with webhooks | This workflow connects to OpenAI, Anthropic, and Groq, processing requests in parallel with automatic performance metrics. Ideal for testing speed, cost, and quality across models. | Webhook, AI Agent, Anthropic Chat Model, OpenAI Chat Model, Structured Output Parser, Groq Chat Model | 243 |
| Synthesize and compare multiple LLM responses with OpenRouter council | This template adapts Andrej Karpathy’s LLM Council concept for use in n8n, creating a workflow that collects, evaluates, and synthesizes multiple large language model (LLM) responses to reduce indi… | Send Email, HTTP Request, Chat Trigger | 240 |
| Complete Airtable database management with AI agents and Redis storage | Complete Airtable database management system using MCP (Model Context Protocol) for AI agents. Create bases, tables with complex field types, manage records, and maintain state with Redis storage. | AI Agent, OpenAI Chat Model, Redis Chat Memory, Chat Trigger, MCP Client Tool, MCP Server Trigger | 237 |
| Create structured logging system with Supabase and Log4j2-style levels | Create centralized, structured logs directly from your n8n workflows, using Supabase as your scalable log database. | Execute Sub-workflow, Supabase, Execute Workflow Trigger | 236 |
| NPR station finder service MCP server | Complete MCP server exposing 2 NPR Station Finder Service API operations to AI agents. | MCP Server Trigger | 234 |
| A/B test AI prompts with Supabase, Langchain Agent & OpenAI GPT-4o | !n8n.png | Supabase, AI Agent, OpenAI Chat Model, Chat Trigger, Postgres Chat Memory | 231 |
| Create an offline DIGIPIN microservice API for precise location mapping in India | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | Webhook | 228 |
| Expose translate endpoint to AI Agents via 🛠️ Google Translate Tool MCP Server | Complete MCP server exposing all Google Translate Tool operations to AI agents. Zero configuration needed - all 1 operations pre-built. | MCP Server Trigger | 226 |
| Implement recursive algorithms with sub-workflows: Towers of Hanoi demo | This is an example of using sub-workflow nodes and a proof of concept showing that it’s possible to solve and explain recursive problems with n8n. | Execute Sub-workflow, Execute Workflow Trigger | 219 |
| Syncing iOS localization gaps with Google Sheets and GitHub PR placeholders | This n8n workflow automatically identifies missing translations in .strings files across iOS localizations (e.g., Base.lproj vs fr.lproj) and generates a report in Google Sheets. Optionally, it cre… | Google Sheets, HTTP Request, Webhook | 219 |
| Validate API requests with Bearer Token Authentication and Airtable | This n8n template helps you manage and validate tokens easily using: | Airtable, HTTP Request, Webhook | 217 |
| 🛠️ Google Cloud Firestore tool MCP server 💪 all 7 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 213 |
| Generate consensus-based answers using Claude, GPT, Grok and Gemini | The original LLM Council concept was introduced by Andrej Karpathy and published as an open-source repository demonstrating multi-model consensus and ranking. | Slack, Telegram, Gmail, WhatsApp Business Cloud, Basic LLM Chain, Anthropic Chat Model | 205 |
| 🛠️ NocoDB tool MCP server 💪 all 5 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 204 |
| 🛠️ NASA tool MCP server 💪 all 15 operations | Complete MCP server exposing all NASA Tool operations to AI agents. Zero configuration needed - all 15 operations pre-built. | MCP Server Trigger | 202 |
| AI Qwen-Vl-Plus powered car fleet maintenance alert system | Daily triggers automatically fetch fleet data and simulate key performance metrics for each vehicle. An AI agent analyzes maintenance requirements, detects potential issues, and routes alerts accor… | Postgres, Slack, Schedule Trigger, AI Agent, OpenRouter Chat Model | 196 |
| Bypass Cloudflare Turnstile for web scraping with 2captcha | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | HTTP Request, Execute Sub-workflow, Stop and Error, Execute Workflow Trigger | 196 |
| Automated Airtable to Postgres migration with n8n | This ETL system automates the process of migrating data from Airtable to PostgreSQL with a single API request. | HTTP Request, Webhook | 191 |
| 🛠️ Oura tool MCP server 💪 all 4 operations | Complete MCP server exposing all Oura Tool operations to AI agents. Zero configuration needed - all 4 operations pre-built. | MCP Server Trigger | 191 |
| JSON data utility: extract key-value pairs by index | This template takes a JSON object and a row index and returns exactly one key–value pair at that index. It’s a handy helper when you only need a single entry from a structured JSON payload (e.g., p… | 190 | |
| 🛠️ Webex by Cisco tool MCP server 💪 all 10 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 189 |
| Create debug breakpoints and logs with Slack interactive messages | How it Works: | Slack, DebugHelper | 187 |
| Delete Dialogflow intents via Telegram commands | This workflow allows you to delete a specific Dialogflow intent simply by sending the keyword delete through Telegram. It’s designed for quick and safe deletions from your mobile device, without ne… | HTTP Request, Telegram, Telegram Trigger | 185 |
| Google Cloud natural language tool MCP server | Complete MCP server exposing all Google Cloud Natural Language Tool operations to AI agents. Zero configuration needed - all 1 operations pre-built. | MCP Server Trigger | 185 |
| Prevent duplicate processing with Redis item state tracking | I built this tool because we faced a real, recurring problem: managing hundreds of client projects in a weekly automated loop. | Google Sheets, Redis, Stop and Error, Redis Trigger, Execute Workflow Trigger | 179 |
| Singapore Lottery Predictive Analytics and Pattern Mining System | A scheduled trigger initiates automated retrieval of TOTO/4D data, including both current and historical records. The datasets are merged and validated to ensure structural consistency before branc… | HTTP Request, Schedule Trigger, AI Agent, OpenAI Chat Model, Calculator, Code Tool | 176 |
| Automate release notes from ClickUp to Notion & Slack with GPT-4o | This workflow automates the entire release note creation and announcement process whenever a task status changes in ClickUp. | Google Sheets, Slack, ClickUp, ClickUp Trigger, Gmail, Notion | 175 |
| Create structured XML system messages for AI agents with Claude 4 Sonnet | XML (Extensible Markup Language) engineering is a foundational technique in modern software and system architecture. It enables the structured creation, storage, and exchange of messages—such as sy… | AI Agent, Anthropic Chat Model, Simple Memory, Chat Trigger | 175 |
| Convert CDP network topology to Lucidchart prompts with AWX and Gemini AI | This workflow automates the creation of network diagram prompts using AI. It retrieves Layer-2 topology data from AWX, parses device relationships, and generates a clean, structured prompt ready fo… | HTTP Request, Google Docs, Google Gemini | 171 |
| IoT sensor monitoring with GPT-4o anomaly detection, MQTT & multi-channel alerts | { | Google Sheets, Slack, Gmail, MQTT Trigger, Schedule Trigger, AI Agent | 169 |
| Convert POML to AI-Ready Prompts & Chat Messages with Zero Dependencies | !Poml Logo | AI Agent, OpenAI Chat Model | 162 |
| Complete eBay feed API integration for AI agents with MCP server | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 157 |
| 🛠️ Matrix tool MCP server 💪 all 11 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 157 |
| Swagger2OpenAPI converter MCP server | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 153 |
| 🐟 Smart fish feeder: weather-based feeding system with BMKG & Telegram alerts | Transform your fish farming operation with this cutting-edge n8n workflow that combines Indonesia’s official BMKG weather data with IoT-powered feeding automation. This system intelligently reduces… | HTTP Request, Telegram, Schedule Trigger | 152 |
| 🛠️ Baserow tool MCP server 💪 5 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 142 |
| Pinecone API MCP server | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 140 |
| Track AI model executions with LangFuse observability for better performance insights | This template is to demonstrate how to trace the observations per execution ID in Langfuse via ingestion API. | HTTP Request, n8n, Execute Workflow Trigger | 139 |
| Expose eBay browse API for AI agents with MCP server | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 139 |
| [eBay] metadata API MCP server | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 138 |
| AI agents can retrieve assetts with 🛠️ Contentful tool MCP server 💪 | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 138 |
| AI agent integration for eBay Logistics API with MCP Server | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 137 |
| Create an eBay item feed service API Gateway for AI agents | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 135 |
| Expose eBay taxonomy API to AI agents for category management | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 135 |
| 🛠️ Npm tool MCP server 💪 all 5 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 135 |
| Expose file, form, & hook operations to AI agents - KoBoToolbox tool MCP server | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 135 |
| eBay finances data access for AI agents with MCP server integration | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 134 |
| 🛠️ Airtop tool MCP server 💪 all 20 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 134 |
| AI agent managed tables and views with 🛠️ Coda tool MCP server 💪 18 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 133 |
| 🛠️ Demio tool MCP server | Complete MCP server exposing all Demio Tool operations to AI agents. Zero configuration needed - all 4 operations pre-built. | MCP Server Trigger | 133 |
| Connect AI agents to eBay deal API with MCP server | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 132 |
| Validate n8n JSON workflows with GPT-4 & LangChain: Google Drive to Sheets | Description: | Google Sheets, Google Drive, AI Agent, Simple Memory, Extract from File, Azure OpenAI Chat Model | 131 |
| 🛠️ Google Books tool MCP Server 💪 all 9 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 131 |
| 🛠️ Quick Base tool MCP server 💪 all 10 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 130 |
| 🛠️ PostBin tool MCP server 💪 6 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 130 |
| 🛠️ Discourse tool MCP server 💪 all 16 operations | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 130 |
| Get, create, upadte profiles 🛠️ Humantic AI tool MCP server | Complete MCP server exposing all Humantic AI Tool operations to AI agents. Zero configuration needed - all 3 operations pre-built. | MCP Server Trigger | 130 |
| AI-powered code review with linting, red-marked corrections in Google Sheets & Slack | For software engineers, QA teams, and tech leads who want to automate intelligent code reviews with both AI-driven suggestions and rule-based linting — all managed in Google Sheets with instant Sla… | Function, Google Sheets, Slack, Google Sheets Trigger, AI Agent, Google Gemini Chat Model | 129 |
| Sync QuickBooks chart of accounts to Google BigQuery | Keep a historical, structured copy of your QuickBooks Chart of Accounts in BigQuery. This n8n workflow runs weekly, syncing new or updated accounts for better reporting and long-term tracking. | HTTP Request, Google BigQuery, Schedule Trigger | 129 |
| Epa environmental compliance data API for AI agents with MCP server | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 129 |
| Epa clean water act data access & compliance monitoring API integration | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 129 |
| Complete Lyft API integration for AI agents with 16 operations using MCP | Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? | MCP Server Trigger | 129 |
| MCP employee performance & productivity insights engine with automated manager | This workflow automates performance monitoring by aggregating data from PM tools, code repositories, meeting logs, and CRM systems. It processes team metrics using AI-powered analysis via OpenAI, i… | HTTP Request, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser | 119 |
| Generate professional changelogs from Git commits with GPT-4 and GitHub | This workflow transforms your software release process by automatically generating clean, professional changelogs from your Git commit history. It listens for new version tags in your GitHub reposi… | GitHub, Github Trigger, AI Agent, OpenAI Chat Model, Simple Memory | 119 |
| Compare LLM token costs across 350+ models with OpenRouter | Use cases are many: Compare costs across different models, plan your AI budget, optimize prompts for cost efficiency, or track expenses for client billing! | HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Filter, LangChain Code, n8n Form Trigger | 118 |
| Track GitHub node definitions and export to Google Sheets | This workflow automatically retrieves and processes metadata from the official n8n GitHub repository, filters all available .node.json files, parses their structure, and appends structured informat… | Google Sheets, HTTP Request | 117 |
| Generate your GitLab year-in-review wrapped report automatically | ✨ Automatically generate your personalized GitLab Wrapped, a stunning year-in-review of your contributions, activity, and stats. | HTTP Request, n8n Form Trigger | 116 |
| Score telematics driving risk with Claude and adjust insurance premiums via HTTP, Gmail, and Slack | This workflow automates insurance premium adjustments by analyzing telematics data with AI-driven risk assessment and syncing changes across underwriting systems. Designed for carriers, actuaries, … | HTTP Request, Slack, Gmail, Schedule Trigger, AI Agent, Anthropic Chat Model | 112 |
| Preventing Google Sheets quota errors during batch processing | This template provides a robust solution for dealing with Google Sheets API rate limits. It is designed for workflows that update a large number of rows in a Google Sheet and frequently fail with ”… | Google Sheets | 111 |
| OAuth token management system with Airtable storage | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | Airtable, HTTP Request, Webhook | 111 |
| Implement error-proof switch node fallbacks for reliable workflow control | The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨 | Stop and Error | 109 |
| Generate, review, and optimize code with Cursor AI, GitHub, Google, and Slack | A smart, fully automated coding pipeline built inside n8n that leverages Cursor AI to write, refactor, review, and optimize code projects — triggered by a webhook, schedule, or manual prompt. Every… | Google Sheets, HTTP Request, Slack, Webhook, Google Drive, Schedule Trigger | 104 |
| Monitor IoT sustainability compliance and ESG reports with OpenAI, Airtable, Slack and Gmail | This workflow automates IoT device compliance monitoring and anomaly detection for industrial operations. Designed for facility managers, quality assurance teams, and regulatory compliance officers… | Airtable, Slack, Gmail, Schedule Trigger, AI Agent, OpenAI Chat Model | 102 |
| Auto-rename workflow nodes with AI (Gemini/Claude) for better readability (beta) | This workflow automates the tedious process of renaming nodes in your n8n workflows. Instead of manually editing each node, it uses an AI language model to analyze its function and assign a concise… | n8n, Basic LLM Chain, Structured Output Parser, Google Gemini Chat Model, OpenRouter Chat Model | 102 |
| Migrate Pinecone index to Weaviate class with Airtable pagination | This workflow is designed for developers, data engineers, and AI teams who need to migrate a Pinecone Cloud index into a Weaviate Cloud class index without recalculating the vectors (embeddings). | Airtable, HTTP Request, Schedule Trigger | 102 |
| Auto documentation sync: GitHub to Slack with GPT-4o mini summaries | Keep your internal documentation always up to date with this n8n automation template. | GitHub, Github Trigger, Slack, AI Agent, Azure OpenAI Chat Model | 96 |
| Batch process data with Redis-powered debouncing system | This implementation aggregates incoming data into a Redis list from potentially concurrent workflow executions. It buffers the data for a set period before a single execution retrieves and processe… | Redis, Execute Workflow Trigger | 92 |
| AI-powered RAG configuration assistant: From form to email recommendations | An intelligent RAG Configuration Assistant that analyzes your retrieval-augmented generation requirements and delivers AI-powered recommendations via email. Get expert guidance on embedding models,… | Gmail, AI Agent, n8n Form Trigger, OpenRouter Chat Model | 84 |
| Organizing UI toolbar icons: Apple HIG standards and Gemini AI | When designing user interfaces, toolbar icons often get overlooked, even though their placement and grouping dramatically impact usability and user flow. This workflow leverages Gemini AI to automa… | AI Agent, Basic LLM Chain, n8n Form Trigger, Google Gemini Chat Model | 81 |
| Validate workflows: GPT-4o with Drive, Slack & Gmail | This workflow automates end-to-end validation, assessment, and reporting of n8n workflow JSON templates using Google Drive, Azure OpenAI GPT-4o, Gmail, and Slack. | Google Sheets, Slack, Google Drive, Gmail, AI Agent, Simple Memory | 79 |
| Escalate product UAT critical bugs with OpenAI, Jira and Slack | Automatically detect and escalate Product UAT critical bugs using AI, create Jira issues, notify engineering teams, and close the feedback loop with testers. | Slack, Webhook, Jira Software, Gmail, OpenAI | 73 |
| Auto-answer GitHub PR questions with GPT-4o, Notion & Slack for dev teams | This workflow automates developer Q&A handling by connecting GitHub, GPT-4o (Azure OpenAI), Notion, Google Sheets, and Slack. | Github Trigger, Google Sheets, Slack, Notion, AI Agent, Azure OpenAI Chat Model | 71 |
| Automated compliance control scoring with CyberPulse, GPT-4o & Google Sheets | What this template does | Google Sheets, OpenAI | 71 |
| BIN code lookup with apilayer API | This workflow is designed to validate and fetch information about a card using the BIN code. It utilizes apilayer’s BIN Check API and provides details like the card brand, type, issuing bank, and c… | HTTP Request | 71 |
| Prevent duplicate webhook executions with AARI idempotency gate | This template is for anyone running n8n workflows that receive webhooks and perform side effects such as payments, emails, database inserts, or API calls. | HTTP Request, Webhook | 63 |
| Slack workflow router: AI-powered workflow selection | Slack only allows one webhook per Slack app, and n8n generates a unique webhook for each workflow. This limitation means you typically need to create multiple Slack apps to trigger multiple n8n wor… | Slack, Execute Sub-workflow, AI Agent, OpenAI Chat Model, Slack Trigger | 59 |
| Postgres data freshness monitoring with email alerts | This template monitors a set of tables inside a Postgres database to ensure they’re getting updated. | Postgres, Execute Sub-workflow, Schedule Trigger, Filter | 58 |
| Transform GitHub repos into evidence-based architecture blueprints with Claude | Requirements: GitHub API token (repo scope), Anthropic API key (Claude Sonnet 4.5), Slack Bot Token (optional) | HTTP Request, Slack, Webhook, Basic LLM Chain, Anthropic Chat Model, n8n Form Trigger | 54 |
| Track SDK documentation drift with GitHub, Notion, Google Sheets, and Slack | Automatically track SDK releases from GitHub, compare documentation freshness in Notion, and send Slack alerts when docs lag behind. This workflow ensures documentation stays in sync with releases,… | GitHub, Github Trigger, Google Sheets, Slack, Notion | 53 |
| Automate inventory replenishment and purchase orders with Mistral AI and ERP | This AI-powered workflow monitors warehouse stock levels and sales velocity in real-time, uses machine learning to forecast demand, automatically generates optimized purchase orders with intelligen… | Send Email, Postgres, Slack, Schedule Trigger, AI Agent, Call n8n Workflow Tool | 52 |
| Collect API user data and store in Google Sheets with CSV backup | This n8n workflow automates the process of fetching user data from an API, verifying its validity, transforming the response, and then saving it to Google Sheets for team collaboration. Additionall… | Function, Google Sheets, HTTP Request, Spreadsheet File, Stop and Error | 45 |
| Real-time IoT incident management with Jira & Slack technician alerts | This workflow automates predictive maintenance by receiving IoT machine-failure webhooks, creating Jira maintenance tickets, checking technician availability in Slack and sending the alert to the c… | Slack, Webhook, Jira Software | 43 |
| Generate Google Sheets test script from Pega Agile Studio user stories with AI | When working as a functional Pega Software tester, this workflow will create a Google Spreadsheet with acceptance criteria and testcases based on the Pega Agile Studio userstory provided. This impr… | Google Sheets, HTTP Request, AI Agent, Chat Trigger, Google Gemini Chat Model | 39 |
| Build a full REST-API with n8n webhooks | A clean, extensible REST-style API routing template for n8n webhooks with up to 3 path levels. | Webhook, Execute Sub-workflow | 38 |
| Optimize n8n workflow JSON using Azure OpenAI GPT-4o-mini | Automate the optimization of your n8n workflows using AI-powered analysis and restructuring 🤖. This workflow receives any existing n8n JSON via webhook, analyzes it using Azure OpenAI, and returns … | Webhook, AI Agent, Convert to File, Azure OpenAI Chat Model | 35 |
| Review GitHub pull requests with AI and log results to PostgreSQL and Slack | Automatically detects new GitHub Pull Requests, analyzes changed code with AI, generates detailed review comments (quality, security, performance, best practices), posts suggestions back to the PR,… | Github Trigger, HTTP Request, Postgres | 34 |
| Prioritize vehicle maintenance with Anthropic Claude using telemetry and history | This workflow automates predictive maintenance for vehicle fleets by combining real-time telemetry analysis with historical pattern recognition to identify potential failures before they occur. Des… | HTTP Request, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser, Code Tool | 34 |
| Extract meeting details with GPT-4.1-mini and evaluate accuracy in Google Sheets | Developers building AI-powered workflows who want to ensure their agents work reliably. If you need to validate AI outputs, test agent behavior systematically, or build maintainable automation, thi… | Stop and Error, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser, Evaluation Trigger | 34 |
| Monitor asset health and predict maintenance with Anthropic Claude and Slack | This workflow automates industrial asset health monitoring and predictive maintenance using Anthropic Claude across coordinated specialist agents. It targets facility managers, maintenance engineer… | Send Email, Slack, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser | 31 |
| Create an autonomous task-handling AI agent with OpenAI and Slack | This workflow creates a self-improving AI agent inside n8n that can understand natural language tasks, plan steps, use tools (HTTP, code, search, …), reflect on results, and continue until the goal… | HTTP Request, Slack, Webhook, OpenAI | 29 |
| Evaluate supply chain risk and orchestrate contingencies with Claude, Google Sheets, Gmail and Slack | This workflow automates enterprise risk management by intelligently routing risks across three severity tiers. Built for compliance teams and risk managers, it eliminates manual evaluation bottlene… | Google Sheets, Slack, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser | 25 |
| Route engineering risks with Anthropic multi-agents and Slack alerts | This workflow automates engineering governance by deploying a multi-agent AI system that validates designs, checks compliance, optimises safety, and predicts maintenance needs. Designed for enginee… | HTTP Request, Slack, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser | 24 |
| Orchestrate AI risk analysis and severity-based routing with Anthropic and OpenAI | This workflow automates complex data engineering operations by orchestrating multiple specialized AI agents to analyze datasets, calculate risk metrics, and route findings based on severity levels… | HTTP Request, Webhook, AI Agent, Anthropic Chat Model, OpenAI Chat Model, Structured Output Parser | 24 |
| Generate workflow JSON files from webhook prompts using Azure OpenAI GPT-4o-mini | Automate the creation of production-ready n8n workflows using AI 🤖. This template receives a plain-text automation idea via webhook, processes it with Azure OpenAI, and instantly generates a fully … | Webhook, AI Agent, Convert to File, Azure OpenAI Chat Model | 23 |
| Convert Make.com blueprints to workflows with Azure OpenAI and Google Sheets | This workflow converts a Make.com blueprint JSON into a directly importable n8n workflow JSON. It searches a Google Drive folder for the target blueprint file, downloads it, extracts the JSON, and … | Google Sheets, Google Drive, AI Agent, Extract from File, Azure OpenAI Chat Model | 23 |
| Route revenue transactions and assess AI outputs with Anthropic Claude and OpenAI | This workflow automates intelligent routing of user queries to optimal AI models (Anthropic, OpenAI) based on complexity analysis, then validates outputs through multi-stage quality assessment. Des… | Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser, Code Tool, AI Agent Tool | 23 |
| Monitor website performance with Google PageSpeed, Sheets and multi-channel alerts | This n8n workflow is designed for website administrators, digital marketers, SEO specialists, and business owners who want to continuously monitor their website performance metrics. It provides a c… | Google Sheets, HTTP Request, Discord, Gmail, Schedule Trigger | 23 |
| Manage healthcare resource allocation and conflicts with Anthropic Claude | This workflow automates end-to-end marketing campaign management for digital marketing teams and agencies executing multi-channel strategies. It solves the complex challenge of coordinating persona… | HTTP Request, Webhook, Schedule Trigger, AI Agent, Anthropic Chat Model, Structured Output Parser | 23 |
| Optimize fleet routes and anomaly alerts with GPT-4, Slack and Postgres | This workflow automates veterinary clinic operations and client communications for animal hospitals and veterinary practices managing appointments, inventory, and patient care. It solves the dual c… | Send Email, HTTP Request, Postgres, Slack, Webhook, Schedule Trigger | 23 |
| Decide multi‑agent vs simple workflows using Azure OpenAI GPT‑4o‑mini | This workflow acts as an AI Multi-Agent Architecture Advisor for n8n. It receives a problem statement via webhook, uses Azure OpenAI (gpt-4o-mini) to decide whether the problem needs a multi-agent … | Webhook, AI Agent, Azure OpenAI Chat Model | 22 |
| Orchestrate patient admission, discharge and post-care with NVIDIA and Claude | This workflow automates patient risk assessment and clinical alerting for healthcare providers using NVIDIA AI models. Designed for hospitals, clinics, and healthcare organizations, it addresses th… | Send Email, HTTP Request, Slack, Webhook, Schedule Trigger, AI Agent | 20 |
| Process multiple requests in FIFO using OpenAI Batch API and Supabase/Postgres | You provide a list of prompts and a system instruction, the workflow batches them into a single OpenAI Batch API request. | HTTP Request, Postgres, Supabase, Schedule Trigger, Extract from File | 19 |
| Validate student progress and orchestrate interventions with Claude and email | This workflow automates student progress monitoring and academic intervention orchestration through intelligent AI-driven analysis. Designed for educational institutions, learning management system… | Send Email, HTTP Request, Webhook, AI Agent, Anthropic Chat Model, Structured Output Parser | 18 |
| Validate clinical trial and lab signals with OpenAI for regulatory governance | This workflow automates clinical trial signal validation and regulatory governance through intelligent AI-driven oversight. Designed for clinical research organizations, pharmaceutical companies, a… | Send Email, HTTP Request, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser | 18 |
| Check workflow templates against Creator Hub guidelines with Gemini and Gmail | Template creators who want to validate their n8n workflows against the official Creator Hub approval criteria before submitting. Useful for both new and verified creators looking to reduce rejectio… | HTTP Request, Gmail, Basic LLM Chain, n8n Form Trigger, Google Gemini Chat Model | 16 |
| Monitor supply chain risks and disruptions with GPT-4o and Slack alerts | This workflow automates end-to-end supply chain visibility and logistics coordination for manufacturers, distributors, and retailers managing complex multi-tier supply networks. Designed for supply… | Send Email, HTTP Request, Slack, Webhook, Schedule Trigger, AI Agent | 15 |
| Analyze global supply chain sustainability and risk with GPT-4o and email alerts | This workflow automates supply chain monitoring and risk management by deploying multiple specialized AI agents to analyze different supply chain dimensions simultaneously. Designed for supply chai… | Send Email, HTTP Request, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser | 10 |
| Orchestrate quality event risk assessment with Claude, Gmail and Slack for human approval | This workflow automates quality event risk assessment through AI-powered multi-agent analysis with mandatory human oversight for critical decisions. Designed for quality managers, compliance office… | Send Email, Slack, Webhook, AI Agent, Anthropic Chat Model, Structured Output Parser | 9 |
| Migrate large Hugging Face datasets to MongoDB with a looping subworkflow | This n8n template provides a production-ready, memory-safe pipeline for ingesting large Hugging Face datasets into MongoDB using batch pagination. | HTTP Request, MongoDB, Execute Sub-workflow, Execute Workflow Trigger | 8 |
| Coordinate smart factory operations with OpenAI GPT-4.1-mini and Slack alerts | This workflow automates cross-factory operations management by deploying a multi-agent AI system that validates production data, coordinates scheduling, procurement, and quality escalation, then ro… | HTTP Request, Slack, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser | 7 |
| Review GitHub pull requests with Gemini and post feedback automatically | Development teams and tech leads who want to maintain consistent code quality without manual review bottlenecks. Perfect for teams handling multiple PRs daily and wanting AI-powered insights on sec… | Google Sheets, HTTP Request, Slack, Webhook, Basic LLM Chain, Google Gemini Chat Model | 7 |
| Orchestrate enterprise MCP AI tool access with Claude and Google Sheets | A secure, scalable enterprise AI orchestration layer built on the Model Context Protocol (MCP). This workflow standardizes tool access across all business systems, enforces permission-based data ha… | Send Email, Google Sheets, HTTP Request, Webhook, AI Agent, Anthropic Chat Model | 6 |
| Fetch reliable FX exchange rates with Frankfurter and open.er-api | It validates all inputs, queries providers sequentially, and merges results into a single enforced output schema. The workflow is designed to guarantee complete coverage for the requested currencie… | HTTP Request, Stop and Error, Execute Workflow Trigger | 6 |
| Monitor grid telemetry and automate compliance alerts with GPT-4o and Slack | This workflow automates real-time energy grid telemetry ingestion, compliance validation, and multi-channel reporting for grid operators, energy managers, and compliance teams. Telemetry data arriv… | Send Email, Webhook, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser | 0 |
| Guardrail AI inputs and outputs with GPT-4o-mini and n8n Guardrails | Protect your workflows with n8n’s native Guardrails node, placed before and after your AI step. The input guardrails catch jailbreak attempts and PII before they reach your model. The output guardr… | Webhook, AI Agent, OpenAI Chat Model, Guardrails | 0 |
| Summarize daily Jenkins test runs with Google Sheets, HTTP and Gemini AI | As a test automation engineer, staying on top of daily test runs in Jenkins is essential. This workflow automates that process: it pulls specific test details from a Google Sheet, retrieves data fr… | Google Sheets, HTTP Request, Gmail, Schedule Trigger, AI Agent, Google Gemini Chat Model | 0 |
| Train and deploy ML models with Claude and Slack approval | This workflow automates the full machine learning lifecycle end-to-end using Claude AI as the intelligent decision-maker at every stage. Send one HTTP request with a dataset URL and a business goal… | HTTP Request, Slack, Webhook, Basic LLM Chain, Anthropic Chat Model | 0 |
| Perform unit-aware calculations and conversions with CalcsLive | This template demonstrates how to perform unit-aware calculations with automatic unit conversion using the CalcsLive community node. It shows three calculation patterns: | 0 |
📥 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.