⚙️ DevOps & CI/CD
375 templates — ⚙️ CI/CD pipelines, deployment automation, infrastructure as code, and developer tool integrations.
DevOps Automation with n8n
DevOps automation tools connect your CI/CD pipeline, incident response, and infrastructure management into workflows that trigger on real events — not just scheduled jobs. n8n integrates with GitHub, GitLab, Jira, PagerDuty, Datadog, Slack, and cloud provider APIs, so you can build automations that span your entire engineering toolchain without writing glue scripts for each integration point.
This category has 375 templates for DevOps and platform engineering teams: deployment pipeline triggers, incident response workflows, infrastructure monitoring alerts, and developer onboarding automation.
What You Can Do
- CI/CD automation — trigger n8n workflows on GitHub Actions or GitLab CI events: notify Slack on deploy, create a Jira ticket on test failure, or roll back based on error rate thresholds
- GitHub automation — auto-label pull requests by changed files, assign reviewers based on code ownership, create release notes from merged PRs, or sync issues to a project board
- Incident response workflows — receive a PagerDuty or Datadog alert, enrich it with recent deployment data, and create a Slack war room with the right people added automatically
- Infrastructure provisioning — trigger cloud resource creation or teardown from a Slack command or a schedule, then log the action to a spreadsheet or CMDB for audit purposes
Getting Started
Browse the templates below. For GitHub automation, configure the GitHub credential and trigger node first. See also: Engineering for general developer productivity workflows and API integration patterns.
📋 Templates
| Template | Description | 🔗 Key Nodes | 👀 Views |
|---|---|---|---|
| 🏆 Back up your n8n workflows to Github | This workflow will backup your workflows to Github. It uses the public api to export all of the workflow data using the n8n node. | GitHub, HTTP Request, Slack, Execute Sub-workflow, n8n, Execute Workflow Trigger | 100,268 |
| 🥇 Proxmox AI agent with n8n and generative AI integration | This template automates IT operations on a Proxmox Virtual Environment (VE) using an AI-powered conversational agent built with n8n. By integrating Proxmox APIs and generative AI models (e.g., Goog… | HTTP Request, Webhook, Telegram Trigger, Gmail Trigger, AI Agent, Auto-fixing Output Parser | 80,869 |
| 🥈 Backup all n8n workflows to Google Drive every 4 hours | This workflow takes off the task of backing up workflows regularly on Github and uses Google Drive as the main tool to host these. | Google Drive, n8n, Schedule Trigger, Filter, Convert to File | 44,547 |
| 🥉 Host your own uptime monitoring with scheduled triggers | This n8n workflow demonstrates how to build a simple uptime monitoring service using scheduled triggers. | Google Sheets, HTTP Request, Slack, Gmail, Schedule Trigger | 28,690 |
| 🚨 Report n8n workflow errors to Telegram | Error workflows are an important part of running workflows in production. Make sure to set them up for all your important workflows. The message links directly to the execution. | Telegram | 25,257 |
| Backup n8n workflows to Google Drive | Temporary solution using the undocumented REST API for backups using Google drive. | Cron, Function, Function Item, HTTP Request, Start, Google Drive | 23,551 |
| Multiple websites monitoring with notifications including phone calls | Automatically monitor multiple websites every 5 minutes, log downtime, notify your team instantly via multiple channels, and track uptime/downtime in a Google Sheet—without relying on expensive mon… | Google Sheets, HTTP Request, Slack, Telegram, Gmail, Schedule Trigger | 18,054 |
| Automatic monitoring of multiple URLs with downtime alerts | This n8n workflow allows you to automatically monitor the status of multiple URLs in a simple and efficient way. You just need to enter the URLs you want to scan and run the workflow (either manual… | Google Sheets, HTTP Request, Gmail, Schedule Trigger, Summarize | 16,609 |
| Git backup of workflows and credentials | This creates a git backup of the workflows and credentials. | Cron, Start | 15,919 |
| Backup your credentials to GitHub | Based on Jonathan’s work. Check out his templates. | GitHub, HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Schedule Trigger | 14,194 |
| Save your workflows into a GitHub repository | Provides a mechanism to save all your workflows into a github repository and path (of your choosing). These can then be shared through your entire org and used to track changes (if you make any sa… | Cron, Function, GitHub, HTTP Request, Start | 13,336 |
| Backup your workflows to GitHub | Based on Jonathan’s work. Check out his templates. | GitHub, HTTP Request, Execute Sub-workflow, n8n, Execute Workflow Trigger, Schedule Trigger | 12,956 |
| Automated PR code reviews with GitHub, GPT-4, and Google Sheets best practices | AI-Agent Code Review for GitHub Pull Requests | GitHub, Github Trigger, HTTP Request, AI Agent, OpenAI Chat Model | 12,196 |
| GitLab merge request review & risk analysis with Claude/GPT AI | The workflow runs when a GitLab Merge Request (MR) is created or updated. | HTTP Request, GitLab Trigger, Gmail, AI Agent, Anthropic Chat Model, Auto-fixing Output Parser | 12,155 |
| Send email if server has upgradable packages | This workflow automates the routine check for upgradable packages on your Ubuntu server, ensuring you stay updated with the latest software patches and security improvements. By running a daily scr… | Send Email, SSH, Schedule Trigger | 12,018 |
| 🤖 Advanced Slackbot with n8n | Slackbots are super powerful. At n8n, we have been using them to get a lot done.. But it can become hard to manage and maintain many different operations that a workflow can do. | HTTP Request, Postgres, Slack, Webhook, Execute Sub-workflow, Execute Workflow Trigger | 11,133 |
| AI Linux system administrator for managing Linux VPS instance | This n8n workflow template is designed for developers, system administrators, and IT professionals who manage Linux VPS environments. It leverages an AI chatbot powered by the OpenAI model to inter… | AI Agent, OpenAI Chat Model, Call n8n Workflow Tool, Chat Trigger, HTTP Request Tool | 10,773 |
| Turn on a light to a specific color on any update in GitHub repository | This workflow turns a light red when an update is made to a GitHub repository. By default, updates include pull requests, issues, pushes just to name a few. | Github Trigger, Home Assistant | 10,404 |
| Backup workflows to GitHub | Note: This workflow uses the internal API which is not official. This workflow might break in the future. | Cron, Function, GitHub, HTTP Request, Start | 9,815 |
| Control your n8n instance remotely with Telegram bot commands | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | Telegram, Telegram Trigger, Execute Sub-workflow, n8n Trigger, n8n, Filter | 9,791 |
| Automated daily workflow backup to GitHub | This workflow provides a robust solution for automatically backing up all your n8n workflows to a designated GitHub repository on a daily basis. By leveraging the n8n API and GitHub API, it ensures… | GitHub, n8n, Schedule Trigger, Convert to File, Extract from File | 9,712 |
| 🦅 Get a bird’s-eye view of your n8n instance with the Workflow Dashboard! | Using n8n a lot? | Webhook, Convert to/from binary data, Execute Sub-workflow, n8n, Execute Workflow Trigger | 9,706 |
| Send email via Gmail on workflow error | !workflow-screenshot | Start, Gmail | 8,963 |
| Nightly n8n backup to Google Drive | This template creates a nightly backup of all n8n workflows and saves them to a Google Drive folder. Each night, the previous night’s backups are moved to an “n8nold” folder and renamed with the co… | Google Drive, Convert to/from binary data, n8n, Schedule Trigger, Filter | 7,749 |
| Backup workflows to git repository on Github | Source code, I maintain this worflow here. | GitHub, n8n, Schedule Trigger | 7,297 |
| Nightly n8n backup to Dropbox | This template will create a nightly backup of all your n8n workflows to a Dropbox folder. Each night, the previous night’s backups are moved into an “old” folder, and renamed with the date they wer… | Dropbox, Convert to/from binary data, n8n, Schedule Trigger, Filter | 7,199 |
| Push and update files in GitHub | This workflow performs various Git operations. It starts with a manual trigger, sets the local repository path, decodes a file and then updates a file’s content, adds, commits, and pushes changes t… | GitHub, Git | 6,985 |
| Backup n8n workflows to Google Drive | This workflow automates the backup of your n8n workflows data to Google Drive every day. | Google Drive, n8n, Schedule Trigger | 6,635 |
| Automate NPM package installation and updates for self-hosted environments | Are you looking to install external libraries for your self-hosted N8N instance? This automated workflow makes adding npm packages to your N8N environment quick and effortless. | n8n Trigger, Schedule Trigger | 6,356 |
| Monitor multiple Github repos via webhook | This workflow allows you to monitor multiple Github repos simultaneously without polling due to use of Webhooks. It programmatically allows for adding and deleting of repos to your watchlist to mak… | HTTP Request, Slack, Webhook, Telegram | 6,263 |
| Save your workflows into a Gitlab repository | This template is inspired by Save your workflows into a GitHub repository by hikerspath and Back Up Your n8n Workflows To Github by jon-n8n. | GitLab, n8n, Extract from File | 6,130 |
| Automatic workflow & credentials backup to GitHub with change detection | This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n. | GitHub, Execute Sub-workflow, Execute Workflow Trigger, Schedule Trigger, Read/Write Files from Disk, Extract from File | 5,979 |
| Backup your workflows to GitHub — in (subfolders) | Based on Jonathan & Solomon work. | GitHub, HTTP Request, Execute Sub-workflow, n8n, Execute Workflow Trigger, Schedule Trigger | 5,935 |
| Automated n8n workflow backup to GitHub with deletion tracking | Remixed Backup your workflows to GitHub from Solomon’s work. Check out his templates. | GitHub, HTTP Request, Execute Sub-workflow, n8n, Execute Workflow Trigger, Schedule Trigger | 5,922 |
| Restore backed up workflows from GitHub to n8n | Restore backed up workflows from GitHub to your n8n workspace. | GitHub, n8n | 5,597 |
| Query n8n credentials with AI SQL agent | This n8n workflow is a fun way to query and search over your credentials on your n8n instance. | n8n, AI Agent, OpenAI Chat Model, Simple Memory, Code Tool, Chat Trigger | 5,429 |
| Check VPS resource usage every 15 minutes | This n8n workflow template is designed to help system administrators and DevOps professionals monitor key resource usage metrics — CPU, RAM, and Disk — on a VPS (Virtual Private Server). The workfl… | Send Email, SSH, Schedule Trigger | 5,384 |
| Meraki packet loss and latency alerts to Microsoft Teams | This Template gives the ability to monitor all uplinks for your Meraki Dashboard and then alert your team in a method you prefer. This example is a Teams notification to our Dispatch Channel | HTTP Request, Redis, Microsoft Teams, Schedule Trigger | 5,297 |
| Monitor & manage Docker containers with Telegram bot & AI log analysis | Monitor and manage Docker containers from Telegram with AI log analysis | Webhook, Telegram, Telegram Trigger, SSH, OpenAI | 5,291 |
| ✨😃Automated workflow backups to Google Drive | This workflow automates the process of backing up your n8n workflows to Google Drive daily. It creates timestamped folders, saves workflows as JSON files, and manages old backups by retaining only … | Telegram, Google Drive, n8n, Schedule Trigger, Convert to File | 5,152 |
| Automate GitLab merge requests using APIs with n8n | This template is designed for developers, DevOps engineers, and automation enthusiasts who want to streamline their GitLab merge request process using n8n, a low-code workflow automation tool. It e… | HTTP Request, Schedule Trigger | 5,139 |
| Daily workflow backups to GitHub with Slack notifications | This workflow is ideal for n8n self-hosted users, DevOps engineers, and automation developers who want to automatically back up their n8n workflows to GitHub on a regular basis. | GitHub, HTTP Request, Slack, n8n, Schedule Trigger, Filter | 5,036 |
| Attach a default error handler to all active workflows | How it works: | Gmail, n8n, Schedule Trigger | 4,781 |
| Get details of a GitLab repository | !workflow-screenshot | Start, GitLab | 4,761 |
| Backs up n8n workflows to NextCloud | Temporary solution using the undocumented REST API for backups with file versioning (Nextcloud) | Cron, Function, Function Item, HTTP Request, Nextcloud, Start | 4,200 |
| Website monitoring, scheduling, and email alerts template | Easily monitor your website uptime and receive instant email alerts when it becomes unreachable — using this no-code template powered by n8n, a free and flexible workflow automation tool. | Send Email, HTTP Request, Schedule Trigger | 4,172 |
| 👲 Monitor & debug n8n workflows with Claude AI assistant and MCP server | Tags: AI Agent, MCP Server, n8n API, Monitoring, Debugging, Workflow Analytics, Automation | HTTP Request, Webhook | 4,146 |
| Monitor server uptime & get email alerts with Google Sheets | 🌐 Web Server Monitor & Alert System | Google Sheets, HTTP Request, Gmail, Schedule Trigger | 4,104 |
| Auto workflow backup to Google Drive – automated export of all your workflows | This workflow is designed to automatically create backups of all your workflows in n8n and store them as individual .json files in Google Drive. It’s a fully automated system that helps developers,… | Google Drive, n8n, Schedule Trigger, Filter, Convert to File | 4,075 |
| Receive messages from a topic via Kafka and send an SMS | !workflow-screenshot | Start, Vonage, Kafka Trigger | 4,017 |
| Conversational Kubernetes management with GPT-4o and MCP integration | This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n. | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger, MCP Client Tool, MCP Server Trigger | 3,968 |
| Notify a team channel about new software releases via Slack and GitHub | This workflow automatically notifies the team in a Slack channel when code in a GitHub repository gets a new release. | Github Trigger, Slack, Start | 3,930 |
| Receive updates for GitLab events | Companion workflow for GitLab Trigger docs | GitLab Trigger | 3,894 |
| Execute multiple command lines based on text file inputs | This workflow takes a text file as input. It pulls the information from the text file and used it as a parameter to execute a command for each text line. | Function, Read Binary File, Start, Convert to/from binary data | 3,865 |
| Set DevOps infrastructure with Docker, K3s, Jenkins & Grafana for Linux servers | This automated n8n workflow delivers an instant DevOps toolkit by installing Docker, K3s, Jenkins, Grafana, and more on a Linux server within 10 seconds. It optimizes performance, enhances security… | SSH | 3,814 |
| Health check websites with Google Sheets & Telegram alerts | This workflow performs scheduled health checks on a list of URLs stored in a Google Sheet. Every X minutes, it retrieves the URLs, sends HTTP requests to check their availability, and notifies a Te… | Google Sheets, HTTP Request, Telegram, Schedule Trigger | 3,751 |
| Docker registry cleanup workflow | This template is designed to automatically clean up old image tags in the Docker registry and perform garbage collection. | Send Email, HTTP Request, SSH, Schedule Trigger, Filter | 3,743 |
| Send selected GitHub events to Slack | !workflow-screenshot | Github Trigger, Slack | 3,651 |
| 🛠️ Auto n8n updater (Docker) | This workflow automates the process of checking for and applying updates to a self-hosted n8n instance running on Docker. It runs on a schedule, checks for new versions, summarizes the release note… | HTTP Request, Telegram, SSH, Schedule Trigger, Basic LLM Chain, Google Gemini Chat Model | 3,552 |
| Restore your credentials from GitHub | This workflow restores all n8n instance credentials from GitHub backups using the n8n API node. It complements the Backup Your Credentials to GitHub template by allowing users to seamlessly restore… | GitHub, HTTP Request, n8n, Extract from File | 3,494 |
| Monitor a file for changes and send an alert | This flow monitors a file for changes of its content. If changed, an alert is sent out and you receive it as push, SMS or voice call on SIGNL4. | Cron, Function, Read Binary File, Start, Write Binary File, Convert to/from binary data | 3,487 |
| Error handler send Telegram: real-time workflow failure alerts | This workflow acts as an error handler, sending real-time notifications to Telegram when another workflow fails. It provides detailed error information, including workflow name, timestamp, executio… | Telegram | 3,477 |
| Send HTTP requests to a list of URLs | This workflow reads a list of URLs every 15 minutes, and sends an HTTP request to every URL on the list. | HTTP Request, Schedule Trigger | 3,456 |
| Multi-channel workflow error alerts with Telegram, Gmail & messaging apps | The Error Notification workflow is designed to instantly notify you whenever any other n8n workflow encounters an error, using popular communication channels like Telegram and Gmail—with optional s… | Slack, Telegram, Discord, Gmail, WhatsApp Business Cloud | 3,423 |
| Send SMS alerts based on database queries (Twilio and Postgres) | This workflow automatically queries a Postgres database to find outlier readings for which SMS notifications have not been sent. | Cron, Postgres, Twilio | 3,401 |
| Centralized n8n error management system with automated email alerts via Gmail | In any automated environment, n8n workflows, while powerful, can sometimes encounter unexpected issues or fail during execution. Without a dedicated error handling strategy, these failures might go… | Gmail, n8n, Schedule Trigger | 3,357 |
| Import workflows and map their credentials using a multi-form | This workflow allows you to import any workflow from a file or another n8n instance and map the credentials easily. | HTTP Request, Rename Keys, n8n, Filter, n8n Form Trigger, Read/Write Files from Disk | 3,347 |
| Transfer credentials to other n8n instances using a multi-form | This workflow allows you to transfer credentials from one n8n instance to another. | HTTP Request, n8n Form Trigger, Read/Write Files from Disk, Extract from File | 3,178 |
| Perform Multi-type DNS Lookups with Google’s Free Public DNS Service | Track changes: Schedule execution and log DNS answers to track changes to records over time. | HTTP Request, n8n Form Trigger | 3,176 |
| Automate docker container updates with Telegram approval system | This workflow is for DevOps engineers, system administrators, and Docker users who want to automate the process of checking for updates, verifying them, and applying updates to their Docker-based d… | HTTP Request, Telegram, SSH, Schedule Trigger | 3,147 |
| Manage custom incident response in PagerDuty and Jira | This workflow automatically follows the steps in a custom incident response playbook and manages incidents in PagerDuty, Jira tickets, and notifies the on-call team in Mattermost. | Webhook, Mattermost, Jira Software | 3,063 |
| Get a Slack alert when a workflow went wrong | This workflow allows you to have a Slack alert when one of your n8n workflows gets an issue. | Slack | 3,040 |
| Automated workflow backup to Google Drive with smart cleanup | How it works | Google Drive, n8n, Schedule Trigger, Convert to File | 2,955 |
| Monitor n8n workflow errors with Telegram alerts (multi-language setup) | Automatically sends Telegram notifications when any n8n workflow fails. Includes workflow name, error message, and execution ID in the alert. | Telegram | 2,909 |
| Check if workflows contain build-in nodes that are not of the latest version | - it will return workflows that have buil-in nodes not of latest version with information of node name, type, current version and latest version for that type | HTTP Request, n8n, Summarize | 2,891 |
| Monitor if a page is alive and notify via Twilio SMS if not | This workflow periodically checks a service’s availability and sends an SMS notification if the service is down. | HTTP Request, Twilio, Schedule Trigger | 2,850 |
| (De)activate n8n workflows using Telegram commands | This workflow helps you to quickly activate or deactivate a workflow through Telegram. Sometimes we are not able to access a PC to resolve an issue if something goes wrong with a workflow. If you, … | Telegram Trigger, n8n, Filter | 2,822 |
| Restore your workflows from GitHub | This workflow restores all n8n instance workflows from GitHub backups using the n8n API node. It complements the Backup Your Workflows to GitHub template by allowing users to seamlessly restore pre… | GitHub, HTTP Request, n8n, Extract from File | 2,778 |
| Create unique Jira tickets from Splunk alerts | The workflow is an automated process designed for incident management and tracking, specifically by integrating Splunk alerts with a Jira ticketing system using n8n. The initial step in the workflo… | Webhook, Jira Software | 2,711 |
| Clone n8n workflows between instances using n8n API | The n8n Workflow Cloner is a powerful automation tool designed to copy, sync, and migrate workflows across different n8n instances or projects. Whether you’re managing multiple environments (develo… | HTTP Request, n8n, Filter | 2,624 |
| Send DingTalk message on new Azure DevOps pull request | This template automates sending a DingTalk message on new Azure Dev Ops Pull Request Created Events. It uses a MySQL database to store mappings between Azure users and DingTalk users; so the right … | Function, HTTP Request, Start, Webhook, MySQL | 2,521 |
| Create snapshot of Contabo VPS instances on a daily basis | This workflow automates daily backups (snapshots) of VPS instances hosted on Contabo. Each day at midnight, it checks for existing snapshots and ensures that only the latest backups are retained by… | HTTP Request, Schedule Trigger | 2,505 |
| Use Redis to rate-limit your low-code API | This workflow demonstrates how to can use Redis to implement rate limits to your API. | Airtable, Function, Redis, Webhook | 2,505 |
| Automated daily backup of n8n workflows to GitLab repositories | This workflow ensures that your self-hosted n8n workflows are version-controlled in a GitLab repository. It compares each current workflow from n8n with its stored counterpart in GitLab. If any dif… | GitLab, n8n, Schedule Trigger, Extract from File | 2,459 |
| Unlimited website down checker - Uptime Robot alternative | HTTP Request, Telegram, Gmail, Schedule Trigger | 2,438 | |
| MCP server with AI agent as a tool context reducer | Transform your LLM into a powerful GitHub automation specialist with this n8n workflow template. In a world where multiple MCP servers can overwhelm LLMs with context, this streamlined solution pro… | Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory, Call n8n Workflow Tool, MCP Client Tool | 2,426 |
| Purge n8n execution history located in Mysql | This workflow is useful if you have lots of tasks running daily. | Cron, Start, MySQL | 2,418 |
| Automate Google OAuth2 credential creation in n8n | This workflow template streamlines the process of creating and naming individual Google OAuth2 credentials for multiple Google services within n8n. By automating tasks typically done manually, it … | n8n | 2,403 |
| n8n Workflow Error Alerts with Google Sheets, Telegram, and Gmail | This n8n workflow provides a robust error handling and notification system for your n8n workflows. When an error occurs, it automatically logs the error details to Google Sheets, sends a notificati… | Google Sheets, Telegram, Gmail | 2,384 |
| Invoke an AWS Lambda function | Companion workflow for AWS Lambda docs | Start, AWS Lambda | 2,368 |
| Backup n8n workflows to Github | This workflow will backup all of your existed workflows to a single Github repository. | GitHub, Discord, Execute Sub-workflow, n8n, Execute Workflow Trigger, Schedule Trigger | 2,348 |
| Error handling: Send email via Gmail on execution or trigger-level errors | This error handling workflow emails detailed notifications on workflow execution and trigger errors. | Gmail | 2,340 |
| Automated n8n credential backups to Google Drive with scheduled execution | This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n. | Google Drive, Schedule Trigger, Convert to File | 2,277 |
| Mark outdated workflow nodes on canvas and send a summary with Gmail (add-on) | This is an add-on for the template Check if workflows contain build-in nodes that are not of the latest version | Gmail, n8n, Execute Workflow Trigger | 2,260 |
| 🚨 Report n8n workflow errors to Slack | Error workflows are an important part of running workflows in production. | Slack | 2,248 |
| Access execution data from an error workflow | Sometimes you want to take a different action in your error workflow based on the data that was flowing through it. | n8n | 2,238 |
| Receive updates for Bitbucket events | Companion workflow for Bitbucket Trigger node docs | Bitbucket Trigger | 2,199 |
| Automatically update n8n version | This workflow automatically checks if the local n8n version is outdated and, if so, creates a file to signal an update is needed. | HTTP Request, SSH, Schedule Trigger | 2,153 |
| Complete backup solution for n8n workflows & credentials (local/FTP) | Complete backup solution that saves both workflows and credentials to local/server disk with optional FTP upload for off-site redundancy. | Send Email, FTP, Stop and Error, n8n, Schedule Trigger, Read/Write Files from Disk | 2,118 |
| Execute a command that gives the hard disk memory used on the host machine | !workflow-screenshot | Cron, Start, Twilio | 2,082 |
| Incident response workflow - Part 3 | This workflow is the third of three. You can find the other workflkows here: | Webhook, Mattermost, Jira Software, PagerDuty | 2,046 |
| Daily GitHub release notification by email | Automating daily notifications of the latest releases from a GitHub repository. This template is ideal for developers and project managers looking to stay up-to-date with software updates. | Send Email, HTTP Request, Markdown, Schedule Trigger | 2,027 |
| Handle errors from a different workflow | !workflow-screenshot | Mailgun | 2,027 |
| Deploy site when new content gets added | This workflow demonstrates how to create a new deployment when new content gets added to the database. This example workflow can be used when building a JAMstack site. | Webhook, Netlify | 2,000 |
| Backup tag-selected workflows to Gitlab | Fetches workflow definitions from within n8n, selecting only the ones that have one or more (configurable) assigned tags and then: | GitLab, n8n, Schedule Trigger, Filter | 1,998 |
| Release a new version via Telegram bot command | This workflow allows you to release a new version via a Telegram bot command. This workflow can be used in your Continous Delivery pipeline. | GitHub, Telegram Trigger | 1,992 |
| Create, update, and get a monitor using UptimeRobot | This workflow allows you to create, update, and get a monitor using the UptimeRobot node. | UptimeRobot | 1,973 |
| n8n workflow backup management with Dropbox and Airtable | This workflow can be used to save all of your workflows in: | Airtable, Cron, Dropbox, Function, HTTP Request, Start | 1,895 |
| Automatically document and backup N8N workflows | Automatically backs up your workflows to Github and generates documentation in a Notion database. | GitHub, HTTP Request, Slack, Notion, n8n, Schedule Trigger | 1,883 |
| 🚨 Report n8n workflow errors directly to your email | Error workflows are an important part of running workflows in production. Get alerts for errors directly in your inbox. | Gmail | 1,879 |
| Summarize Microsoft 365 outage alerts with ChatGPT and send to Slack | Built this for a dedicated Slack outage-notifications channel — works well on both desktop and mobile. | Slack, Microsoft Outlook, Microsoft Outlook Trigger, OpenAI | 1,867 |
| Auto-retry engine: error recovery workflow | The Auto-Retry Engine: Error Recovery Workflow is designed to automate the process of identifying and retrying failed executions in n8n workflows. By leveraging scheduled triggers, API integrations… | HTTP Request, n8n, Schedule Trigger | 1,859 |
| Send Slack notifications when a new release is published for public GitHub repos | This workflow checks a configured list of Github repositories daily to see if a new release has been published. | HTTP Request, Slack, Schedule Trigger | 1,837 |
| Sample error workflow | A sample error workflow which when triggered sends a notification to the specified Mattermost channel as well as an SMS to the specified mobile number. | Twilio, Mattermost | 1,834 |
| Auto-notify on new major n8n releases via RSS, email & telegram | !image.png | Cron, Function, RSS Read, Telegram, AWS SES | 1,823 |
| Bidirectional GitHub workflow sync & version control for n8n workflows | Who is this for? | GitHub, n8n, Schedule Trigger, Filter, Convert to File, Extract from File | 1,811 |
| Backup workflows to Git repository on Gitea | This workflow automates the backup of all workflows from your system to a Git repository hosted on Gitea. It runs on a scheduled trigger, fetching, encoding, and committing workflow data, ensuring … | HTTP Request, n8n, Schedule Trigger | 1,784 |
| Automatically prune n8n execution history | This workflow is designed to help you manage and optimize your n8n instance by automatically pruning old workflow executions, ensuring a cleaner environment and improved performance. You can custom… | n8n, Schedule Trigger | 1,775 |
| Sync GitHub workflows to n8n after pull request merges | This template is ideal for developers, DevOps engineers, and automation managers who manage their n8n workflows using GitHub. It helps teams streamline their CI/CD automation by syncing changes fro… | GitHub, Github Trigger, HTTP Request, n8n, Filter | 1,770 |
| Manage changes using the Git node | This workflow allows you to add, commit, and push changes to a git repository. | Start, Git | 1,767 |
| Restore and recover n8n credentials from Google Drive backups with duplication protection | This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n. | Google Drive, n8n, Extract from File | 1,762 |
| Proxmox system monitor - VM status, host resources & temperature alerts via Telegram | This n8n workflow monitors your Proxmox VE server and sends automated reports to Telegram every 15 minutes. It tracks VM status, host resource usage, temperature sensors, and detects recently stopp… | HTTP Request, Telegram, SSH, Schedule Trigger | 1,727 |
| Incident response workflow - part 2 | This workflow is the second of three. You can find the other workflkows here: | Webhook, Mattermost, PagerDuty | 1,721 |
| Get DNS entries of any domain with uProc | Do you want to control the DNS domain entries of your customers or servers? | Function Item, Start, uProc | 1,706 |
| Auto Update n8n to Latest Version with Coolify | Automatically detect new n8n releases (stable or beta) from GitHub, update Coolify environment variables, and trigger deployments. | HTTP Request, Schedule Trigger, Filter | 1,694 |
| Configure Telegram bot webhooks with form automation | This workflow creates a simple web form that helps you configure Telegram bot webhooks quickly. Instead of manually constructing the Telegram API URL, this tool does it for you automatically. | n8n Form Trigger, n8n Form | 1,683 |
| Activate and deactivate workflows on schedule using native n8n API | This workflow will activate and deactivate a selected other workflow on schedule. | n8n, Schedule Trigger | 1,661 |
| Send n8n automation errors to a Monday.com board | This template is an error handler that will log n8n workflow errors to a Monday.com board for troubleshooting and tracking. | Monday.com | 1,649 |
| Trigger a build in Travis CI when code changes are push to a GitHub repo | This workflow allows you to trigger a build in Travis CI when code changes are pushed to a GitHub repo or a pull request gets opened. | Github Trigger, TravisCI | 1,627 |
| Github webhook-based n8n workflow import template | This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n. | GitHub, Webhook, Read/Write Files from Disk | 1,626 |
| Backup n8n workflows to Bitbucket | An automated backup solution designed for self-hosted n8n users to automatically backup their workflows to Bitbucket, leveraging Bitbucket’s free private repository offering. | HTTP Request, n8n, Schedule Trigger | 1,573 |
| Send a message on Mattermost when a workflow is updated | This workflow allows you to send a message on Mattermost when a workflow is updated. | Webhook, Mattermost, Workflow Trigger | 1,572 |
| Create Dynamic Workflows Programmatically via Webhooks & n8n API | This workflow exposes an HTTP endpoint (webhook) that accepts a JSON definition of an n8n workflow, validates it, and—if everything is correct—dynamically creates that workflow in the n8n instance … | HTTP Request, Webhook | 1,569 |
| Public webhook relay | This template only works on n8n local instances! | HTTP Request, Schedule Trigger | 1,545 |
| KV - Cloudflare key-value database full API integration workflow | !Cloudflare KV | HTTP Request | 1,519 |
| 🔄 Workflow repos8r: Github version control user interface for n8n workflows | 🔥 n8n Members Sale – n8n Community Members Get ideoGener8r for Just $10! (Reg. $15) | GitHub, Webhook, n8n, Extract from File | 1,513 |
| Prevent simultaneous workflow executions with Redis | This ensures that executions of scheduled workflows do not overlap when they take longer than expected. | Redis, Execute Sub-workflow, Schedule Trigger, Filter | 1,492 |
| AI-powered workflow error analysis & fix suggestions with Gemini 2.5 Pro | Stop digging through execution logs to find out why a workflow failed. This template provides a “set-it-and-forget-it” monitoring system that uses AI to automatically debug your n8n workflows. | HTTP Request, Gmail, Markdown, AI Agent, OpenRouter Chat Model | 1,485 |
| Automate website performance analysis and comparison using Gemini and PageSpeed Insights | The Page Speed Insight workflow automates website performance analysis by integrating Google PageSpeed Insights API with Discord messaging and Gemini. This n8n workflow provides expert-level perfor… | Discord, Schedule Trigger, Basic LLM Chain, Google Gemini Chat Model | 1,483 |
| Send an SMS when a workflow fails | !workflow-screenshot | Start, Twilio | 1,481 |
| Get workflows affected by 0.214.3 migration | If you previously upgraded to n8n version 0.214.3, some of your workflows might have been accidentally rewired in the wrong way. This issue affected nodes with more than one output, such as If, Swi… | Webhook, n8n | 1,479 |
| Weekly n8n executions failures report to Telegram | - Weekly triggered | Telegram, n8n, Schedule Trigger, Filter | 1,467 |
| Send message on Mattermost when your n8n instance starts | This workflow allows you to receive a message on Mattermost when your n8n instance starts. | Mattermost, n8n Trigger | 1,426 |
| Triage alerts from Syncro and submit to OpsGenie | This workflow will take an alert from Syncro, determine if it’s an agentofflinetrigger type, then determine if it’s a new alert or a close to an existing alert, and then submit it to OpsGenie. New … | HTTP Request, Start, Webhook | 1,421 |
| Receive updates for GitHub events | Companion workflow for Github Trigger node docs | Github Trigger | 1,381 |
| Automate website monitoring with GPT-4 Mini, MCP tools & multi-channel alerts | This workflow automatically monitors multiple websites using AI-powered analysis and MCP (Model Context Protocol) tools. The system runs scheduled checks, analyzes website performance and security … | Send Email, Google Sheets, Slack, Schedule Trigger, AI Agent, OpenAI Chat Model | 1,347 |
| Version control n8n workflows in GitLab with customer tag organization | - Triggers manually or on schedule (03:00 daily by default) | GitLab, n8n, Schedule Trigger | 1,335 |
| AI chatbot call center: General exception flow (production-ready, part 8) | Template was created in n8n v1.90.2 | Slack | 1,325 |
| Send real-time Kubernetes(EKS/GKE/AKS) CPU spike alerts from Prometheus to Slack | This workflow monitors Kubernetes pod CPU usage using Prometheus, and sends real-time Slack alerts when CPU consumption crosses a threshold (e.g., 0.8 cores). It groups pods by application name to … | HTTP Request, Schedule Trigger | 1,323 |
| Fetch the public IP addresses of your n8n instance | If you need to use n8n to connect to service providers of yours, some of which happen to rely on firewall white-listing as part of their access control, you’ll need to determine or verify the pub… | HTTP Request, Webhook | 1,315 |
| Automate GitHub, JIRA release notes with Google Gemini & notification over email | It connects to GitHub and JIRA to gather data from recent commits and completed tickets, using specific keywords or labels to identify key features for inclusion. | Send Email, Github Trigger, Jira Software, Basic LLM Chain, Structured Output Parser, Google Gemini Chat Model | 1,299 |
| Elastic alert notification via Microsoft Graph API | This template is for teams and administrators who use n8n to monitor Elastic alerts and want to receive automated email notifications when an alert is triggered. It leverages Microsoft Graph API to… | HTTP Request, Schedule Trigger | 1,299 |
| Create a new DigitalOcean droplet | Uses a DigitalOcean Personal Access Token to create a new Droplet. | HTTP Request | 1,296 |
| Manage Cloudflare DNS records with AI-powered chat assistant | !DNS | HTTP Request, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Call n8n Workflow Tool, Chat Trigger | 1,291 |
| N8N backup flow to Nextcloud (7-day retention) | This workflow automates the daily backup of all your n8n workflows to a designated folder in Nextcloud. It ensures that you always have the last 7 days of backups available while automatically dele… | Nextcloud, n8n, Schedule Trigger | 1,274 |
| Automated server log cleanup via email alerts with SSH - Nginx, Docker, System | This n8n workflow monitors email alerts for disk utilization exceeding 80%, extracts the server IP, logs into the server, and purges logs from Nginx, PM2, Docker, and system files to clear disk space. | Email Trigger (IMAP), SSH | 1,243 |
| Scheduled workflow backups from n8n to Google Drive with auto cleanup | Imagine the sinking feeling: hours, weeks, or even months of meticulous work building your n8n workflows, suddenly gone. A server crash, an accidental deletion, data corruption, or an unexpected pl… | Google Drive, Convert to/from binary data, n8n, Schedule Trigger | 1,219 |
| Watchdog: Update All Workflows With Default Error Workflow | Do you consistently forget to set a Default Error Workflow when creating new workflows? Then this helper workflow is for you! | Postgres, n8n, Schedule Trigger, Filter | 1,204 |
| Aws cost & usage report management for AI agents | Complete MCP server exposing 4 AWS Cost and Usage Report Service API operations to AI agents. | MCP Server Trigger | 1,200 |
| Workflow error logging and alerts with Google Sheets and Gmail | This workflow creates a comprehensive error monitoring system for your n8n instance by automatically capturing workflow failures, logging them to Google Sheets, and sending immediate email notifica… | Google Sheets, Gmail | 1,195 |
| Send notification when deployment fails | This workflow sends a message on Slack when site deployment fails. | Slack, Netlify Trigger | 1,161 |
| Website & API health monitoring system with HTTP status validation | - Performs HTTP health checks on websites and APIs with automatic health status validation | HTTP Request, Webhook | 1,155 |
| 🧠 Flowatch 👁️ analyze and diagnose n8n workflow errors via OpenAI and email | !FlowatchLogodark.png | Gmail, n8n, AI Agent, OpenAI Chat Model, Structured Output Parser | 1,146 |
| Restore n8n workflows from Google Drive backups | Restoring multiple n8n workflows manually, especially when migrating your n8n instance to another host or server, can be an incredibly daunting and time-consuming task. Imagine having to individual… | Google Drive, n8n, Extract from File | 1,103 |
| Push multiple files to GitHub repository via Github REST API | This workflow offers a streamlined solution for uploading multiple files to a GitHub repository simultaneously using GitHub’s REST API. It addresses a significant limitation of n8n’s native GitHub … | HTTP Request | 1,103 |
| Push your public IP to Namecheaps dynamic DNS | Template to get your public IP address and push it to Namecheaps Dynamic DNS per subdomain. | Cron, Function, HTTP Request, Start | 1,089 |
| Subscribe to new releases of a Github repository via Gmail | This is a very simple workflow that lets you subscribe to any github repository for the latest release (using n8n as example). | HTTP Request, Gmail, Markdown, Schedule Trigger | 1,064 |
| n8n workflow manager API | This workflow provides a secure API endpoint to remotely trigger other n8n workflows with custom data and to retrieve information about your existing workflows. It’s perfect for users who want to i… | Webhook, Execute Sub-workflow, n8n | 1,059 |
| Watchdog: Auto Resume Workflows | If you have multiple users managing workflows, there may come a time where a user “accidentally” turns off a workflow. Or, if you have workflows that automatically turn off other workflows, that co… | n8n, Schedule Trigger, Filter | 1,057 |
| Readable workflow export & deployment pipeline for multi-environment CI/CD | This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n. | Read/Write Files from Disk, Convert to File, Extract from File | 1,048 |
| Hostinger daily VPS snapshot and server metrics | Keep your Hostinger VPS servers secure with automated backups! This n8n (self-hosted) workflow for is designed to create daily snapshots and send server metrics effortlessly, ensuring you always ha… | Schedule Trigger, Filter | 1,035 |
| Website downtime alert via LINE + Supabase log | This workflow automatically checks the status of your websites using UptimeRobot API. If any site is down or unstable, it will: | HTTP Request, UptimeRobot, Supabase, Schedule Trigger, Filter, Basic LLM Chain | 1,032 |
| Automated Workflow Backup System with Google Drive, Gmail and Discord Alerts’ | This workflow automates the backup of all your n8n workflows to a specified Google Drive folder. It operates in two main phases: | Google Drive, Discord, Execute Sub-workflow, Gmail, n8n, Execute Workflow Trigger | 1,031 |
| Automated error notifications with optional GPT-4o diagnostics via email | ++Who’s it for++ | Send Email, OpenAI | 983 |
| AWS Azure GCP multi-cloud cost monitoring & alerts for budget control | This automated n8n workflow tracks hourly cloud spending across AWS, Azure, and GCP. It detects cost spikes or budget overruns in real time, tags affected resources, and sends alerts via email, Wha… | Cron, Send Email, HTTP Request, Slack, WhatsApp Business Cloud | 981 |
| Database alerts with Notion and SIGNL4 | In industry and production sometimes machine data is available in databases. That might be sensor data like temperature or pressure or just binary information. | Function, Interval, Start, Webhook, SIGNL4, Notion | 975 |
| Automated execution cleanup system with n8n API and custom retention rules | Make your n8n instance faster, cleaner, and more efficient by deleting old workflow executions — while keeping only the most recent ones you actually need. Whether you’re using n8n Cloud or self-ho… | n8n, Schedule Trigger | 973 |
| Kubernetes management with natural language using GPT-4o and MCP tools | This workflow is designed for DevOps engineers, platform engineers, and Kubernetes administrators who want to interact with their Kubernetes clusters through natural language queries in n8n. It’s p… | AI Agent, OpenAI Chat Model, Chat Trigger | 972 |
| Receive updates for AWS SNS events | Companion workflow for AWS SNS Trigger node docs | AWS SNS Trigger | 971 |
| Auto-backup n8n workflows to OneDrive with cleanup & email notifications | This workflow automates the backup of your self-hosted n8n instance by exporting all workflows and saving them as individual .json files to a designated OneDrive folder. Each file is timestamped fo… | Microsoft OneDrive, Microsoft Outlook, n8n, Schedule Trigger, Convert to File | 969 |
| Send structured logs to BetterStack from any workflow using HTTP request | This workflow is perfect for automation builders, developers, and DevOps teams using n8n who want to send structured log messages to BetterStack Logs. Whether you’re monitoring mission-critical wor… | HTTP Request, Execute Sub-workflow, Execute Workflow Trigger | 933 |
| Automated workflow backups from self-hosted n8n to Google Drive with version history | If you’re using a self-hosted n8n instance, there’s no built-in version history or undo for your workflows. If a workflow is accidentally modified or deleted, there’s no way to roll back. This back… | Google Sheets, Google Drive, n8n, Schedule Trigger | 925 |
| Monitor Kubernetes services & pods with Prometheus and send alerts to Slack | Proactively alert to service endpoint changes and pod/container issues (Pending, Not Ready, Restart spikes) using Prometheus metrics, formatted and sent to Slack. | HTTP Request, Schedule Trigger | 890 |
| Automated error handling with email alerts & smart workflow deactivation | This workflow automatically handles errors in your n8n workflows by: | Send Email, n8n | 866 |
| Send a message via AWS SNS | Companion workflow for AWS SNS node docs | Start, AWS SNS | 863 |
| Launch AWS EC2 instances from Google Sheets using Terraform | This automated n8n workflow enables launching AWS EC2 instances directly from a Google Sheets document. Users can specify instance details (e.g., region, instance type, key pair) in a Google Sheet,… | Google Sheets, Gmail, SSH, Schedule Trigger | 855 |
| Get all releases in Sentry | !workflow-screenshot | Start, Sentry.io | 845 |
| Intelligent workflow maintenance system with smart AI filtering & Google Workspace | Transform your n8n instance management with this advanced automation system featuring artificial intelligence-driven workflow selection. This template provides comprehensive maintenance operations … | Google Sheets, HTTP Request, Webhook, Google Drive, n8n, Schedule Trigger | 829 |
| Daily workflow backup to GitLab with Slack notifications | This workflow creates automated daily backups of your n8n workflows to a GitLab repository: | Slack, GitLab, n8n, Schedule Trigger, Filter, Convert to File | 805 |
| Automated workflow backup with intelligent change detection using GitHub | A robust workflow to back up and synchronize your n8n workflows to a GitHub repository, with intelligent change detection and support for file renames. | GitHub, Telegram, Stop and Error, n8n, Schedule Trigger | 802 |
| Monitor core web vitals with Lighthouse, Gemini AI, Telegram alerts & Google Sheets | This workflow is ideal for developers, SEO specialists, performance engineers, and digital agencies who want to continuously monitor website performance using Core Web Vitals. It’s also perfect for… | Google Sheets, HTTP Request, Telegram, Schedule Trigger, Summarization Chain, Google Gemini Chat Model | 795 |
| Deploy Docker n8n, API backend for WHMCS/WISECP | The Docker n8n WHMCS module uses a specially designed workflow for n8n to automate deployment processes. The workflow provides an API interface for the module, receives specific commands, and conne… | Webhook, SSH | 783 |
| Amazon CloudWatch Application Insights API with 27 operations | Complete MCP server exposing 27 Amazon CloudWatch Application Insights API operations to AI agents. | MCP Server Trigger | 782 |
| Backup and delete workflows to Google Drive with n8n API and form trigger | Effortlessly delete unused or inactive workflows from your n8n instance while automatically backing them up as .json files into your Google Drive. Keep your instance clean, fast, and organized — no… | Telegram, Google Drive, n8n, n8n Form Trigger | 774 |
| Automated Telegram UserBot session monitoring & recovery with TelePilot | !image.png | Telegram, Schedule Trigger, Filter, Chat Trigger | 774 |
| Automate GitHub PRs & JIRA updates from Git commit commands-single repo | By embedding specific keywords and a JIRA issue ID within your git commit commands, this workflow automatically creates a Pull Request in GitHub and simultaneously updates the corresponding JIRA ti… | Github Trigger, HTTP Request, Jira Software, Stop and Error | 767 |
| Backup n8n workflows with versioning and Notion tracking | Inspired by Alex Kim’s workflow, this version adds the ability to keep multiple versions of the same workflow on the destination instance. Each copied workflow’s name is prefixed with the date (YYY… | Notion, n8n, Filter | 765 |
| Get a pipeline in CircleCI | !workflow-screenshot | Start, CircleCI | 759 |
| Execute a job on Rundeck | Companion workflow for Rundeck node docs | Start, Rundeck | 757 |
| WordPress context backup to github | This template can backup WordPress context github。 | GitHub, HTTP Request, Execute Sub-workflow, Wordpress, Execute Workflow Trigger, Schedule Trigger | 752 |
| Convert n8n tags into folders and move workflows | N8n recently introduced folders and it has been a big improvement on workflow management on top of the tags. | HTTP Request, n8n, Filter, n8n Form Trigger, n8n Form | 734 |
| Automate n8n user invitations from a Google spreadsheet | This workflow retrieves all users from n8n, compares them against entries in a Google Sheets spreadsheet, and automatically creates new users when needed. | Google Sheets, HTTP Request, Schedule Trigger | 725 |
| Create, update, and get an incident on PagerDuty | !workflow-screenshot | Start, PagerDuty | 721 |
| Automate droplet snapshots on DigitalOcean | This workflow automates the management of DigitalOcean Droplet snapshots by listing all droplets, filtering based on the number of snapshots, and deleting excess snapshots before creating new ones… | Cron, HTTP Request, Filter | 720 |
| Automatic workflow backups to GitLab with GPT-4.1 documentation generation | This n8n template automatically backs up your workflows to a GitLab repository whenever they’re updated or activated, and generates README documentation using AI. | GitLab, n8n Trigger, n8n, Execute Workflow Trigger, OpenAI | 711 |
| Redis locking for concurrent task handling | This workflow is great for n8n users who want to prevent duplicate or overlapping workflow runs. If you’re a developer, DevOps engineer, or automation enthusiast managing tasks like database update… | Redis, Webhook | 710 |
| Backup Clockify to Github based on monthly reports | This workflow creates a versioned backup of an entire Clockify workspace split up into monthly reports. | GitHub, HTTP Request, Clockify, Stop and Error, Schedule Trigger, Filter | 692 |
| Automated workflow backups to GitHub with PR creation & Slack notifications | This template is ideal for DevOps engineers, automation specialists, and n8n users who manage multiple workflows and want a reliable version control system for backups. It’s especially useful for t… | GitHub, HTTP Request, Slack, n8n, Filter | 685 |
| Error handling system with PostgreSQL logging and rate-limited notifications | Most of the time, it’s necessary to log all errors that occur. However, in some cases, a scheduled task or service consuming excessive resources might trigger a surge of errors. | Send Email, Postgres, Execute Sub-workflow, Pushover, Execute Workflow Trigger | 683 |
| Generate Azure VM timeline reports with Google Gemini AI chat assistant | An AI-powered chat assistant that analyzes Azure virtual machine activity and generates detailed timeline reports showing VM state changes, performance metrics, and operational events over time. | AI Agent, Simple Memory, Code Tool, Chat Trigger, Google Gemini Chat Model, HTTP Request Tool | 682 |
| Error log monitor with SSH, Slack alerts & Jira ticket creation | - Automates monitoring of error logs and notifies developers of critical errors. | Slack, Jira Software, SSH, Schedule Trigger | 676 |
| Automate incident response with Jira, Slack, Google Sheets & Drive | This workflow automates the incident response lifecycle — from creation to communication and archival. | Google Sheets, Slack, Google Drive, Jira Software, Convert to File | 674 |
| Weekly website link checker with Slack alerts for broken URLs | - Automates weekly checks for broken links on a website. | Cron, Function, HTTP Request, Slack | 669 |
| UptimeRobot alerts to Telegram with visual verification | Automatically sends Telegram notifications with optional screenshots when monitors change status (✅ UP/🔴 DOWN/⏸️ PAUSED) | HTTP Request, Telegram, UptimeRobot, Gmail Trigger | 657 |
| Automate workflow & credentials backup to S3 with retention management | This n8n template automates daily backups of workflows and credentials to S3-compatible storage with automatic retention management. Designed for self-hosted n8n instances requiring disaster recove… | S3, n8n, Schedule Trigger, Filter, Read/Write Files from Disk | 657 |
| 💾 Backup automation for n8n workflows to Google Drive (daily or manual) | I build automation workflows for n8n and Make. | Google Drive, Convert to/from binary data, n8n, Schedule Trigger | 654 |
| Deploy Docker MinIO, API backend for WHMCS/WISECP | The Docker MinIO WHMCS module uses a specially designed workflow for n8n to automate deployment processes. The workflow provides an API interface for the module, receives specific commands, and con… | Webhook, SSH | 654 |
| Api uptime monitoring with WhatsApp alerts & Google Sheets management | This automated n8n workflow monitors API uptime by periodically checking API availability and sending instant WhatsApp alerts if any service goes down. It retrieves API details from a Google Sheet … | Google Sheets, HTTP Request, WhatsApp Business Cloud, Schedule Trigger | 639 |
| Automated website uptime monitor with email alerts & GitHub status page update | This n8n workflow continuously monitors your website’s availability, sends email alerts when the server goes down, and automatically updates a status page (index.html) in your GitHub repository to … | GitHub, HTTP Request, Gmail, Schedule Trigger, Extract from File | 635 |
| Automated workflow backup to GitHub on schedule | Easily ensure your n8n workflows are never lost! This template automates the process of backing up all your n8n workflows to a GitHub repository every 6 hours. Set it up once and enjoy worry-free w… | GitHub, HTTP Request, Convert to/from binary data, Schedule Trigger | 628 |
| Complete LAMP stack (Linux, Apache, MySQL, PHP) automated server setup | This automated n8n workflow enables the rapid setup of a complete LAMP (Linux, Apache, MySQL, PHP) stack on a Linux server, executing the entire process in approximately 10 seconds. It configures t… | SSH | 621 |
| 🛠️ Grafana 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 | 615 |
| Automated workflow backup system with Google Drive, GitHub & messaging alerts | Stop the panic attacks. We’ve all been there - accidentally deleted a workflow that took hours to build, or worse, corrupted your entire automation setup. This workflow is your safety net. | GitHub, Telegram, Google Drive, Discord, n8n, Schedule Trigger | 606 |
| Trigger a build using the TravisCI node | !workflow-screenshot | Start, TravisCI | 606 |
| Send n8n error reports to LINE | This workflow template, “n8n Error Report to LINE,” is designed to streamline error handling by sending real-time notifications to your LINE account whenever an error occurs in any of your n8n work… | HTTP Request | 604 |
| Export Cloudflare domains with DNS records and settings to Google Sheets | This workflow simply exports all your CloudFlare domains to Google Sheet to get high overview of all of your settings. This could help for easy debugging, searching or similar needs. | Google Sheets, HTTP Request | 597 |
| Monitor workflow audits and failures with InfluxDB dashboard | This workflow is for anyone who is using N8N. It’s especially helpful if you are a DevOps and your N8N instance is self hosted. If you carea lot about security and number of failed executions and a… | HTTP Request, n8n, Schedule Trigger, Summarize | 582 |
| Smart IoT device health monitor with ScrapeGraphAI and Telegram | - IT operations and infrastructure teams | Telegram, Schedule Trigger | 579 |
| Automated hourly n8n error monitoring with Slack notifications | This template is ideal for n8n instance administrators, developers, and DevOps teams who need a proactive and organized way to monitor the health of their automations. If you want to be notified ab… | Slack, n8n, Schedule Trigger | 573 |
| Daily Postgres table backup to GitHub in CSV format | This workflow automatically backs up all public Postgres tables into a GitHub repository as CSV files every 24 hours. | GitHub, Postgres, Schedule Trigger, Convert to File | 571 |
| Monitor GitHub releases with Gemini AI Chinese translation & Slack notifications | This n8n template monitors specified GitHub repositories. When a new release is published, it automatically fetches the information, uses AI (Google Gemini by default) to summarize and translate it… | Redis, RSS Read, Slack, Schedule Trigger, Google Gemini Chat Model, Information Extractor | 570 |
| Compare your n8n version with latest release using n8n API | This workflow automatically compares the version of your n8n instance with the latest release available. | HTTP Request, n8n | 565 |
| Automated n8n workflow backup system with Google Drive and archiving | Click here to access this Workflow for free. | Google Drive, n8n, Schedule Trigger, Convert to File | 546 |
| Securely call Google Cloud Run APIs with service account auth (main-workflow) | Anyone who wants a simple, secure way to call a Google Cloud Run endpoint from n8n—without exposing it publicly. | HTTP Request, Execute Sub-workflow | 543 |
| Automatic workflow error notifications via Gmail | Sends you an email (via Gmail) whenever any workflow that references this one fails. The message includes the workflow name/ID, execution URL, last node executed, and the error message. | Gmail | 543 |
| Server & network monitoring alerts via WhatsApp using HetrixTools | This workflow integrates HetrixTools with WhatsApp via the GOWA API to automate notifications about server monitoring events. It distinguishes between Uptime Monitoring and Resource Usage Monitorin… | Webhook | 542 |
| Create & delete AWS RDS databases via email commands with Terraform | This automated n8n workflow enables the creation and management of AWS RDS databases through email interactions. Users can send emails with commands such as “Create RDS” or “Delete RDS,” including … | Google Sheets, Gmail, SSH | 542 |
| Create an alert on SIGNL4 | Companion workflow for SIGNL4 node docs. | Start, SIGNL4 | 519 |
| Deploy Docker NextCloud, API backend for WHMCS/WISECP | The Docker NextCloud WHMCS module leverages a sophisticated workflow for n8n, designed to automate the comprehensive deployment, configuration, and management processes for NextCloud and NextCloud … | HTTP Request, Webhook, SSH | 517 |
| Deploy workflows from Google Drive to n8n instance | Automatically deploy n8n workflows by simply dropping JSON files into a Google Drive folder—this template watches for new exports, cleans and imports them into your n8n instance, applies a tag, and… | HTTP Request, Google Drive, Google Drive Trigger, Extract from File | 501 |
| Automate UniFi controller updates via SSH with Telegram notifications | Automate UniFi Controller updates on self-hosted instances. This workflow checks the official UniFi Debian repo for a fresh release in the last 24 hours and, if found, upgrades the unifi package vi… | HTTP Request, Telegram, SSH, Schedule Trigger, OpenAI | 489 |
| 🛠️ Cloudflare tool MCP server | Complete MCP server exposing all Cloudflare Tool operations to AI agents. Zero configuration needed - all 4 operations pre-built. | MCP Server Trigger | 477 |
| Self update Docker-based n8n with email approval and SSH | > An automated n8n workflow originally built for DigitalOcean-based n8n deployments, but fully compatible with any VPS or cloud hosting (e.g., AWS, Google Cloud, Hetzner, Linode, etc.) where n8n… | Send Email, HTTP Request, SSH, Schedule Trigger | 462 |
| 🛠️ PagerDuty tool MCP server 💪 all 9 operations | Complete MCP server exposing all PagerDuty Tool operations to AI agents. Zero configuration needed - all 9 operations pre-built. | MCP Server Trigger | 460 |
| Get domain expiry reminders with Google Sheets, WHOIS, Telegram, and Ollama AI | This workflow helps you monitor domain expiration dates and send automated reminders via Telegram when a domain is about to expire or has already expired, using WHOIS data and AI-powered informatio… | Cron, Google Sheets, HTTP Request, Telegram, Ollama Chat Model, Information Extractor | 453 |
| Automated n8n workflows backup on GitLab with username organization | This solution ensures the secure backup and version control of your self-hosted n8n workflows by storing them in a GitLab repository. It compares current workflows with their GitLab counterparts, u… | Send Email, GitLab, n8n, Schedule Trigger | 445 |
| Automatic Typebot flows two-way sync with GitHub using Typebot API | Remixed Backup your workflows to GitHub from Solomon’s work. Check out his templates. | GitHub, HTTP Request, Execute Sub-workflow, Execute Workflow Trigger, Schedule Trigger | 442 |
| Automate PostgreSQL & MySQL database management on Linux servers | This automated n8n workflow efficiently manages the setup, creation, and deletion of PostgreSQL and MySQL databases on a Linux server, executing tasks in approximately 10 seconds. It automates inst… | SSH | 434 |
| Deploy docker Grafana, API backend for WHMCS/WISECP | The Docker Grafana WHMCS module uses a specially designed workflow for n8n to automate deployment processes. The workflow provides an API interface for the module, receives specific commands, and c… | Webhook, SSH | 421 |
| Transfer workflows with credentials & sub-workflow management between n8n instances | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | n8n, Filter, n8n Form Trigger, Read/Write Files from Disk, Extract from File, n8n Form | 421 |
| Automated server health check with SSH, Azure GPT-4 analysis & email alerts | This workflow is ideal for sysadmins, DevOps engineers, and IT teams who want to monitor server health automatically and receive instant email notifications if any server goes down. It’s perfect fo… | Send Email, SSH, Schedule Trigger, AI Agent, Structured Output Parser, Azure OpenAI Chat Model | 418 |
| Monitor Amadeus & Booking.com API health with WhatsApp SLA alerts | This guide details the setup and functionality of an automated workflow designed to monitor the health, uptime, and SLA compliance of travel supplier APIs, specifically the Amadeus Flight API and B… | HTTP Request, WhatsApp Business Cloud, Schedule Trigger, DebugHelper | 411 |
| Centralized error monitoring & alerts via Telegram, Slack & other messengers | This workflow is designed for developers, DevOps engineers, and automation specialists who manage multiple n8n workflows and need a reliable way to monitor for failures and receive alerts in real t… | Slack, Telegram, Discord, Execute Sub-workflow, Gmail, WhatsApp Business Cloud | 410 |
| Generate Weekly Workflow Analytics Reports with n8n API & Email Delivery | Generate Weekly n8n Execution Report and Email Summary | Gmail, Microsoft Outlook, n8n, Schedule Trigger, Filter | 407 |
| Automate GitHub PR linting with Google Gemini AI and auto-fix PRs | LintGuardian is an n8n workflow template that automates code quality enforcement for GitHub repositories. When a pull request is created, the workflow automatically analyzes the changed files, iden… | HTTP Request, Webhook, AI Agent, Convert to File, Extract from File, Google Gemini Chat Model | 403 |
| Auto-create GitHub PRs & JIRA updates from git commit commands (multi-repo) | Are you tired of the repetitive dance between git push, creating a pull request in GitHub, updating the corresponding task in JIRA, and then manually notifying your team in Slack, or Notion? | HTTP Request, Slack, Webhook, Jira Software, Notion, Stop and Error | 398 |
| Alert on equipment health issues with Google Sheets and MS Teams integration | This n8n workflow automatically monitors equipment health by fetching real-time metrics like temperature, voltage and operational status. If any of these parameters cross critical thresholds, an al… | HTTP Request, Google Drive, Microsoft Teams, Schedule Trigger, Convert to File | 384 |
| Backup Squarespace code injections to Github | This workflow backup Squarespace website header and footer injections into Github | GitHub, HTTP Request, Schedule Trigger | 384 |
| Automate n8n updates with version checking and Portainer webhook | 🔄 Purpose of the Workflow: | HTTP Request, Schedule Trigger | 383 |
| Backup & restore n8n workflows with Telegram, Google Drive and form upload | Secure your n8n automations with this comprehensive template that automates periodic backups to Telegram for instant access while enabling flexible restores from Google Drive links or direct file u… | Telegram, Google Drive, n8n, Schedule Trigger, n8n Form Trigger, Convert to File | 365 |
| Automate AWS IAM user management through email | This automated n8n workflow manages AWS IAM users (create, delete, update, assign to groups) directly from email commands with automatic confirmation responses. | Email Trigger (IMAP), Send Email, AWS IAM | 361 |
| Automatic self-hosted application updates with Coolify deployments | This workflow is designed for self-hosted n8n administrators who want to keep their instance automatically updated to the latest stable release. It removes the need for manual version checks and en… | HTTP Request, Schedule Trigger | 358 |
| Deploy Docker Immich, API backend for WHMCS/WISECP | The Docker Immich WHMCS module uses a specially designed workflow for n8n to automate deployment processes. The workflow provides an API interface for the module, receives specific commands, and co… | Webhook, SSH | 349 |
| Comprehensive API integration suite with health, webhook, auth & rate limit monitoring | This workflow creates a complete MCPserver that provides comprehensive API integration monitoring and testing capabilities. The server exposes five specialized tools through a single MCP endpoint: … | Call n8n Workflow Tool, MCP Server Trigger | 346 |
| Send deduplicated Kubernetes(EKS/GKE/AKS) error logs from Grafana Loki to Slack | Efficiently monitor Kubernetes environments by sending only unique error logs from Grafana Loki to Slack. Reduces alert fatigue while keeping your team informed about critical log events. | HTTP Request, Schedule Trigger | 332 |
| Monitor TP-Link Omada network disconnections with Gmail & Pushover | This workflow is designed for IT admins, network engineers, or small business owners who need to automatically monitor device connectivity from Omada Controller email alerts. If you want a lightwei… | Google Sheets, Pushover, Gmail Trigger, Schedule Trigger | 325 |
| Deploy code to GitHub with natural language via Slack & Claude 3.5 | The Github Deployer Agent is an intelligent automation tool that integrates with Slack to streamline code deployment workflows. Powered by Anthropic’s Claude 3.5 and Tavily for web search, it enabl… | Slack, AI Agent, Anthropic Chat Model, Slack Trigger, HTTP Request Tool | 322 |
| AWS EC2 lifecycle manager with AI chat agent (describe, start, stop, reboot) | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger | 317 | |
| Get Scaleway server info with dynamic filtering | This workflow is designed for developers, system administrators, and DevOps engineers who need to retrieve and filter Scaleway server information quickly and efficiently. It gathers data from Scale… | HTTP Request, Webhook | 313 |
| Automatic email notifications for n8n version releases with Gmail | This workflow automatically monitors n8n’s release channels (latest and beta) and sends you email notifications whenever a new version is published. It also reads the version of your current n8n in… | HTTP Request, Gmail, Markdown, Schedule Trigger | 312 |
| 🛠️ GitLab tool MCP server 💪 all 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 | 311 |
| Simple error workflow | This workflow sends an alert to the channel of your choice when an execution fails. | Slack, Gmail | 311 |
| Restore workflows and credentials from remote FTP backup storage | Perfect for disaster recovery or migrating between environments, this workflow automatically identifies your most recent FTP backup and provides a manual restore capability that intelligently exclu… | Send Email, FTP, Stop and Error, Filter, Read/Write Files from Disk | 308 |
| Real-time error detection with Slack alerts and Jira ticket creation for production | - Automates error detection and notification to prevent production downtime. | Slack, Webhook, Jira Software | 306 |
| Auto-generate GitHub release notes and notify via Slack | This n8n workflow automates the process of: | HTTP Request, n8n Form Trigger | 300 |
| Automated Kubernetes testing with Robot Framework, ArgoCD & with KinD lifecycle | This n8n workflow provides automated CI/CD testing for Kubernetes applications using KinD (Kubernetes in Docker). It creates temporary infrastructure, runs tests, and cleans up everything automatic… | Webhook, Telegram, GitLab, Schedule Trigger, Read/Write Files from Disk | 298 |
| Automatic backup of workflows to GitHub with email/telegram notifications | Have you ever updated your n8n instance, or moved from one instance to the other and lost all your workflows? I suggest NOT DOING THAT! Especially if you have very complex workflows that would take… | HTTP Request, Telegram, Gmail, Schedule Trigger | 297 |
| 🛠️ CircleCI tool MCP server | Complete MCP server exposing all CircleCI Tool operations to AI agents. Zero configuration needed - all 3 operations pre-built. | MCP Server Trigger | 290 |
| Website downtime monitoring with smart alerts via Telegram & Email | Get ==Instant== Alerts When Your Website Goes Down — Using ==n8n== as ==Website Downtime Checker Robot== | Send Email, HTTP Request, Telegram, Schedule Trigger | 282 |
| Deploy Docker InfluxDB, API backend for WHMCS/WISECP | The Docker InfluxDB WHMCS module uses a specially designed workflow for n8n to automate deployment processes. The workflow provides an API interface for the module, receives specific commands, and … | Webhook, SSH | 280 |
| Real-time error monitoring with WhatsApp alerts & multi-language setup | > ⚠️ Multi-language WhatsApp Error Notifier | WhatsApp Business Cloud | 279 |
| Set up complete MERN stack development environment on Linux server | This automated n8n workflow sets up a complete MERN Stack development environment on a Linux server by installing core technologies, development tools, package managers, global npm packages, deploy… | SSH | 275 |
| GitHub workflow version control dashboard with commit history and rollbacks | This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual… | GitHub, HTTP Request, Webhook, Execute Sub-workflow, n8n, Execute Workflow Trigger | 258 |
| Securely call private Google Cloud Run APIs with JWT authentication (simplified) | Anyone who wants a dead-simple, free-tier friendly way to run custom API logic on Google Cloud Run and call it securely from n8n—no public exposure, no local hosting. | HTTP Request, JWT | 257 |
| Scheduled n8n workflow backups to Google Drive using n8n API | This template provides an automatic backup solution for all your n8n workflows, saving them directly to Google Drive. | Google Drive, Convert to/from binary data, n8n, Schedule Trigger | 257 |
| Automated credentials backup to Google Drive via SSH and Docker | This workflow automates the backup of decrypted n8n credentials from a self-hosted Docker instance to Google Drive. It allows you to export credentials on n8n versions 2.x.x (where old CLI commands… | Google Drive, SSH, Schedule Trigger, Read/Write Files from Disk | 256 |
| Expose AWS budgets API operations to AI agents via 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 | 254 |
| Multi-channel website downtime alerts with UptimeRobot, Slack, WhatsApp & Notion | - Automates website downtime detection and notifications using UptimeRobot. | Send Email, Slack, Webhook, Notion, WhatsApp Business Cloud | 247 |
| Automated meta token renewal system with Graph API and data storage | Meta long-lived user tokens typically expire after ~60 days. If a token expires, any workflows that rely on it start failing. Manual renewal is easy to forget and time consuming. | HTTP Request, Schedule Trigger, Data table | 244 |
| Automated workflow & credential restoration system for self-hosted environments | Perfect for disaster recovery or migrating between environments, this workflow automatically identifies your most recent backup and provides a manual restore capability that intelligently excludes … | Send Email, Stop and Error | 242 |
| 🛠️ Splunk 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 | 239 |
| Daily pull request summaries from GitHub to Telegram using GPT-4o-mini | This workflow monitors the n8n GitHub repository for new pull requests, filters updates from today, generates an AI-powered summary, and sends notifications to your Telegram channel. | GitHub, Telegram, Schedule Trigger, Filter, Basic LLM Chain, OpenAI Chat Model | 234 |
| Automate GoDaddy Subdomain Management via Email Requests | This n8n workflow automates subdomain creation and deletion on GoDaddy using their API, triggered via email requests. This empowers developers to manage subdomains directly without involving DevOps… | Email Trigger (IMAP), Send Email, HTTP Request | 230 |
| Website uptime monitoring with GPT-4 analysis and Gmail notifications | Checks if a website is up, sends the HTTP result to an AI model (ChatGPT) for analysis, and emails a clear success or failure message. Great for a quick “is this site up?” check you can trigger fro… | HTTP Request, Webhook, Gmail, OpenAI | 230 |
| Magento maintenance via natural language with GPT and Telegram/WhatsApp | !9548adc48bef4edcb14f25a354731cc7.png | HTTP Request, Telegram, Telegram Trigger, SSH, WhatsApp Business Cloud, AI Agent | 222 |
| Distribute workflow execution with round-robin logic using data tables | Implements a simple round-robin distribution mechanism using a Data Table to track the last route used. | Data table | 221 |
| Workflow error notifications to Slack with multilingual setup guide | > ⚠️ Multi-language Slack Error Notifier | Slack | 210 |
| GitHub fork status monitor | This workflow helps you keep an eye on your GitHub forks, notifying you when they fall behind or pull ahead of their upstream repositories. | GitHub, HTTP Request, Telegram, Telegram Trigger, Filter | 204 |
| Auto-start tagged workflows using n8n API after deployment | Auto Starter | n8n | 199 |
| Validate mobile app deep links in GitHub PRs with automated testing | 1. Import the workflow JSON into n8n (Cloud or self-hosted). | Function, GitHub, Webhook | 197 |
| 🛠️ Gotify tool MCP server | Complete MCP server exposing all Gotify Tool operations to AI agents. Zero configuration needed - all 3 operations pre-built. | MCP Server Trigger | 195 |
| Email reports on expiring Microsoft Entra ID app secrets and certificates with Microsoft Graph | Stay ahead of credential expirations by automatically detecting Entra ID application client secrets and certificates that are about to expire, and sending a neatly formatted email report. | Send Email, HTTP Request, Filter | 192 |
| Build & deploy MVPs from text prompts with AI, GitHub & Vercel | by Varritech Technologies | GitHub, HTTP Request, Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory | 190 |
| 🛠️ Google Workspace admin 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 | 183 |
| Error workflow: AI powered (GPT 4.1): universal | Automatically analyze any workflow failure with AI, get actionable solutions, and receive a detailed report directly in your inbox. | Telegram, Gmail, AI Agent, OpenAI Chat Model | 182 |
| Back up self-hosted workflows to Google Drive daily with change detection | This workflow creates a daily, automated backup of all workflows in a self-hosted n8n instance and stores them in Google Drive. Instead of exporting every workflow on every run, it uses content has… | HTTP Request, Google Drive, Schedule Trigger, Data table | 180 |
| Safely update n8n with version checks and Telegram notifications | This workflow is for system administrators or self-hosted n8n users who want to automatically check and update their n8n instance to the latest version — with Telegram notifications for every step. | Function, HTTP Request, Telegram, n8n Trigger, SSH, n8n | 174 |
| Monitor website uptime with Google Sheets, Slack, Email & Phone Call alerts | This template is ideal for developers, agencies, hosting providers, and website owners who need real-time alerts when a website goes down. It helps teams react quickly to downtime by sending multi-… | Google Sheets, HTTP Request, Slack, Gmail, Schedule Trigger | 167 |
| Automated workflow test runner with Google Drive, Sheets & ClickUp result logging | This workflow acts as a CI/CD-style test harness for validating other n8n workflows. It executes a target workflow (here: Archive Payment Receipts), evaluates pass/fail outcomes, and generates stru… | Google Sheets, Google Drive, Execute Sub-workflow, ClickUp, Convert to File | 167 |
| Detect AWS Orphaned Resources & Send Cost Reports to Slack, Email, and Sheets | This workflow automatically scans AWS accounts for orphaned resources (unattached EBS volumes, old snapshots >90 days, unassociated Elastic IPs) that waste money. It calculates cost impact, vali… | Google Sheets, Slack, AWS Lambda, Gmail, Schedule Trigger | 162 |
| Automate iOS config sync: .env to Xcode with GitHub PRs and email notifications | This workflow automatically detects changes to .env.staging files, compares them against iOS Xcode configuration files, creates pull requests to sync values, and invalidates Xcode build caches when… | Github Trigger, HTTP Request, Gmail | 161 |
| Secure GitHub webhooks with HMAC256 signature validation | Ensure that the calls to the workflow’s webhook are (a) originating from the correct GitHub repository and (b) haven’t been tampered with. | GitHub, Webhook, Stop and Error | 160 |
| Automate daily workflow backups to Google Drive | Automatically backs up all workflows to Google Drive daily. | Google Drive, n8n, Schedule Trigger, Convert to File | 157 |
| Aws Lambda manager with GPT-4.1 & Google Sheets audit logging via chat | > This workflow provides a chat-based AI agent to manage AWS Lambda functions. It allows users to list, invoke, get details, and delete Lambda functions, while automatically recording every acti… | AI Agent, OpenAI Chat Model, Simple Memory, Chat Trigger | 152 |
| Service health monitoring with double-verification & Slack alerts | This workflow checks the health of your web services or APIs on a schedule, prevents false alerts with a second verification, and sends confirmed failure alerts directly to Slack. | HTTP Request, Slack, Schedule Trigger | 151 |
| Dependency update risk analysis with GPT-4o, Slack, Jira & Google Sheets | This workflow automates dependency update risk analysis and reporting using Jira, GPT-4o, Slack, and Google Sheets. | Google Sheets, Slack, Jira Software, Filter, AI Agent, Azure OpenAI Chat Model | 150 |
| Export Jamf smart group membership to Slack as viewable CSV reports | 🧩 Jamf Smart Group Membership to Slack | HTTP Request, Slack, Webhook, Execute Sub-workflow, Convert to File | 148 |
| 🛠️ Sentry.io tool MCP server 💪 all 25 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 | 147 |
| Monitor & auto-heal AWS EC2 instances with multi-channel alerts | This n8n workflow automates the monitoring, health assessment, and self-healing of AWS EC2 instances in production environments. It runs periodic checks, identifies unhealthy instances based on sta… | Send Email, Google Sheets, HTTP Request, Schedule Trigger | 140 |
| INST - the n8n installer: deploy workflows with automatic credential mapping | This workflow provides everything you need to package and deploy multiple workflows from a single workflow you distribute. | GitHub, HTTP Request, Stop and Error, n8n, Convert to File, Extract from File | 140 |
| Automated repository migration from GitLab groups to Gitea organizations | This flow migrates all repositories of a Gitlab group to a Gitea organization by triggering Gitea’s integrated migration tool. | HTTP Request, Stop and Error | 139 |
| Auto-heal failing workflows with Azure OpenAI, n8n API, and Slack alerts | Eliminate manual troubleshooting with an AI-powered autonomous recovery engine for n8n 🤖. This system monitors your entire n8n instance for failures, analyzes the root cause using Azure OpenAI, and… | HTTP Request, Slack, Filter, AI Agent, Structured Output Parser, Azure OpenAI Chat Model | 136 |
| Scheduled website uptime monitor with Slack alert | This workflow periodically checks the status of a website. If the website is not reachable (returns an error or non-2xx status code), it sends an alert to a specified Slack channel. | Cron, HTTP Request, Slack | 132 |
| 🛠️ Netlify 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 | 132 |
| 🛠️ Google Cloud Storage 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 | 131 |
| 🛠️ SIGNL4 tool MCP server with both operations | Complete MCP server exposing all SIGNL4 Tool operations to AI agents. Zero configuration needed - all 2 operations pre-built. | MCP Server Trigger | 131 |
| Decodo SaaS pricing intelligence workflow (B2B pricing radar) | !Decodo Logo | HTTP Request, Slack, Google Drive, AI Agent, OpenAI Chat Model, Structured Output Parser | 129 |
| Expose TravisCI build operations to 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 |
| Generate AWS IAM policies via chat interface with GPT-4 assistant | > Chat-driven workflow that lets IT and DevOps teams generate custom AWS IAM policies via AI, automatically apply them to AWS, and send an email notification with policy details. | Send Email, HTTP Request, AI Agent, OpenAI Chat Model, Simple Memory, Structured Output Parser | 124 |
| Automated rsync backup with password auth & alert system | This n8n workflow provides automated rsync backup capabilities between servers using password authentication. It automatically installs required dependencies, performs the backup operation from a s… | Schedule Trigger | 122 |
| Detect unused Android feature flags with GitLab, LaunchDarkly, Jira & Slack | This n8n automation detects unused (“dead”) feature flags in an Android Kotlin/Java codebase by comparing your GitLab repository code against LaunchDarkly’s feature flag list. | Google Sheets, HTTP Request, Slack, GitLab, Jira Software, Schedule Trigger | 114 |
| Automated workflow backups with Google Drive and Slack notifications | This workflow eliminates traditional loop-based processing entirely, delivering unprecedented performance and reliability even when the number of workflows to be processed are large | Slack, Google Drive, n8n, Schedule Trigger, Convert to File | 114 |
| Automated daily workflow backups to Google Drive with cleanup | This workflow is perfect for n8n users who want to automatically backup all their workflows 💾 to Google Drive with zero manual effort. Perfect for teams managing multiple workflows or anyone who va… | Google Drive, n8n, Schedule Trigger, Filter, Convert to File | 106 |
| Back up and restore n8n workflows with GitHub sync | > A comprehensive n8n workflow that provides complete bidirectional sync between your n8n instance and GitHub - automatically backs up all your workflows with intelligent change detection AND re… | GitHub, HTTP Request, n8n, Schedule Trigger | 105 |
| Monitor workflow errors via n8n API with Gemini analysis and Telegram alerts | !Ảnh đại diện workflow 1.png | HTTP Request, Telegram, AI Agent, Structured Output Parser, Google Gemini Chat Model | 103 |
| Automate Incident Management with PagerDuty, Port AI, Jira & Slack | Complete incident workflow from detection through resolution to post-mortem, with full organizational context from Port’s catalog. This template handles both incident triggered and resolved events … | Slack, Webhook, Jira Software, OpenAI | 95 |
| Teleport workflows between n8n instances with Magic Inbox P2P system | This workflow contains community nodes that are only compatible with the self-hosted version of n8n. | Telegram, Telegram Trigger | 95 |
| Generate GitHub release notes with AI comparison | Automatically generate GitHub release notes using AI. | GitHub, Github Trigger, HTTP Request, AI Agent, OpenRouter Chat Model | 79 |
| Automated n8n workflow audit & export tool (JSON + Excel) | Stop Auditing Workflows Manually — Automate Your n8n Reports. | Webhook, n8n, Convert to File | 75 |
| Monitor scheduled workflow health in n8n with automatic trigger checks | Automatically detect when your scheduled or polling-trigger workflows stop running. Unlike error handlers that catch failures when workflows execute, this catches the silent killer: workflows that … | Stop and Error, n8n, Schedule Trigger | 72 |
| Automated error monitoring and reporting system using data tables | Automated error monitoring and reporting system using data tables | Gmail, Schedule Trigger, Filter, AI Agent, OpenAI Chat Model, Calculator | 72 |
| Automate ETL error monitoring with AI classification, Sheets logging & Jira alerts | This workflow automatically processes ETL errors, extracts important details, generates a preview, creates a log URL, classifies the issue using AI and saves the processed data into Google Sheets. … | Function, Google Sheets, Slack, Webhook, Jira Software, Gmail | 69 |
| Monitor Cloudflare incidents and alert via Slack, Telegram, and Jira | !Decodo Logo | Google Sheets, Slack, Telegram, Jira Software, Schedule Trigger, AI Agent | 67 |
| Dual-channel workflow error alerts with WhatsApp & Gmail reporting | This template provides a robust, two-step system for handling critical errors in your n8n workflows. It ensures that no workflow failure goes unnoticed, immediately notifying your team via a fast, … | Gmail, WhatsApp Business Cloud | 67 |
| Back up n8n workflows to google drive while preserving folder structure | If you’re building and managing multiple automations with well-organized nested folders structure, then, losing a workflow due to accidental deletion or misconfiguration, can cost you hours of work… | Google Sheets, HTTP Request, Google Drive, Schedule Trigger, Filter, Convert to File | 61 |
| Validate GitHub configurations with GPT-4o-mini and log issues to sheets and Slack | Ensure your GitHub repositories stay configuration-accurate and documentation-compliant with this intelligent AI-powered validation workflow. 🤖 | GitHub, Github Trigger, Google Sheets, Slack, AI Agent, OpenAI Chat Model | 56 |
| Analyze failed workflows with Claude via OpenRouter and log to Sheets with Slack, Email, Discord alerts | This workflow is designed for n8n users who manage multiple production workflows and want to: | Google Sheets, HTTP Request, Slack, Discord, Gmail, Basic LLM Chain | 53 |
| Scan code repositories for governance issues with GPT-4o and severity-based reports | This workflow automates end-to-end code repository governance scanning using a multi-agent AI orchestration system. Designed for engineering leads, DevSecOps teams, and CTOs, it replaces manual cod… | SSH, AI Agent, OpenAI Chat Model, Structured Output Parser, AI Agent Tool | 45 |
| Track iOS app sizes with trend alerts using Google Sheets and Gmail notifications | This workflow runs on a daily schedule and monitors IPA file sizes from configured URLs. It stores historical size data in Google Sheets, compares current vs. previous builds and sends email alerts… | Google Sheets, HTTP Request, Gmail, Schedule Trigger | 38 |
| Monitor Azure subscription resources with cost and usage tracking and reports | Monitor Azure subscription resources with cost and usage tracking | HTTP Request, Spreadsheet File | 37 |
| Analyze mobile app build-time hotspots with Gradle, CocoaPods, Airtable, GitHub, Gmail and GPT-4.1-mini | This workflow automates the monitoring and analysis of CI/CD build performance for mobile projects using Gradle and CocoaPods. It triggers upon build completion, compares metrics against historical… | Airtable, GitHub, Webhook, Gmail, AI Agent, OpenAI Chat Model | 31 |
| CI artifact completeness gate (Git push, Sentry artifact verification, commit) | This workflow acts as a CI/CD quality gate for mobile app crash-symbolication artifacts. | Github Trigger, HTTP Request | 31 |
| Back up workflows from multiple n8n instances to Google Drive | Back up n8n workflows to Google Drive automatically | Google Drive, Execute Sub-workflow, n8n, Execute Workflow Trigger, Schedule Trigger, Filter | 29 |
| Monitor multi-cloud costs and enforce policies with OpenAI and Slack alerts | This workflow automates cloud cost intelligence and governance for organizations struggling with unpredictable cloud spending and budget overruns. Designed for FinOps teams, cloud architects, and f… | Send Email, Slack, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser | 28 |
| Convert GitHub commits into review-ready pull requests with Google Gemini | Categories | HTTP Request, Execute Workflow Trigger, AI Agent, Basic LLM Chain, Structured Output Parser, Call n8n Workflow Tool | 23 |
| Predict incidents and run autonomous remediation with GPT-4 and Slack | This workflow automates end-to-end customer journey management by intelligently routing queries through multiple AI models (OpenAI, Claude) based on complexity and context. Designed for customer su… | Send Email, HTTP Request, Postgres, Slack, Webhook, Schedule Trigger | 23 |
| Back up databases and files to Box with Mailgun email notifications | This workflow automatically schedules, packages, and uploads backups of your databases, files, or configuration exports to Box cloud storage, then sends a completion email via Mailgun. It is ideal … | HTTP Request, Mailgun, Webhook, Convert to/from binary data, Box | 22 |
| Send severity-based error alerts using Telegram, email and Google Sheets | This template is designed for n8n users running workflows in production | Google Sheets, Telegram, Gmail | 22 |
| Monitor backup and sync logs with Google Cloud Storage, GitHub, Gmail, OpenAI, and GLPI | This workflow monitors filesystem sync and backup jobs by validating their execution logs, not by running or inspecting the jobs themselves. | GitHub, HTTP Request, Gmail, Google Cloud Storage, Schedule Trigger, OpenAI | 22 |
| Monitor Docker host health via SSH with GPT-4o-mini and alerts to Discord | It SSHs into your server, collects 30+ system and container metrics, analyzes trends with AI, and delivers a structured multi-embed dashboard to Discord — plus real-time critical alerts when thing… | Google Sheets, HTTP Request, SSH, Schedule Trigger, Basic LLM Chain, OpenAI Chat Model | 21 |
| Aggregate error alerts and send consolidated reports via Email and Jira | This workflow aggregates error logs arriving from multiple sources, deduplicates identical events within a configurable time-window, and sends a single consolidated notification via Email and Jira… | Send Email, HTTP Request, Jira Software, Schedule Trigger | 21 |
| Track Azure API and Service Bus failures with Application Insights correlation | Track Azure API failures with App Insights, APIM, and Service Bus correlation | Spreadsheet File | 20 |
| Watch GitHub releases and Docker tags, analyze changelogs with Claude Haiku, and send update digests to Slack, Discord, Telegram, and ntfy | Stop finding out about updates after something breaks. Claude reads every changelog and tells you exactly what changed, what might break, and how urgent the update is — with a ready-to-run Docker u… | HTTP Request, Postgres, Slack, Telegram, Schedule Trigger, Basic LLM Chain | 18 |
| Track and sync workflow status in Notion from the n8n API | This template is for n8n users who want clear visibility | Notion, n8n, Schedule Trigger | 18 |
| Real-time uptime alerts to Jira with smart Slack on-call routing | This workflow automatically converts uptime monitoring alerts received via webhook into Jira incident tasks and intelligently notifies an available on-call team member on Slack based on their real-… | Slack, Webhook, Jira Software | 13 |
| Automate Gradle dependency updates with Slack notifications | This workflow automatically checks your project’s libraries for updates. It identifies outdated dependencies, flags major version changes, and compares current and latest versions. Libraries that a… | Slack, SSH, Schedule Trigger | 13 |
| Build, test and deploy AI projects with Windsurf CI/CD and Vercel | This is a conceptual / starter workflow that triggers on git events (or schedule), runs Windsurf-powered build & test steps (via API or CLI wrapper), builds Docker if needed, pushes to registry, de… | HTTP Request, Slack, Webhook, Schedule Trigger | 6 |
| Monitor website uptime and diagnose errors with Gemini and Slack alerts | DevOps engineers, site reliability teams, and business owners who need to know the moment their website goes down — and want AI-powered diagnostics instead of just a ping alert. | Google Sheets, HTTP Request, Slack, Gmail, Schedule Trigger, Basic LLM Chain | 6 |
| Log n8n workflow errors to your REST API with Slack alerts and metrics | Track all n8n workflow failures with automatic error capture, severity classification, duplicate detection, Slack alerting, performance metrics, and log retention. | HTTP Request, Slack | 6 |
| Monitor [PROD] workflows in real time with the n8n Public API dashboard | A real-time monitoring dashboard for your n8n production workflows, accessible directly from the browser via webhook. | HTTP Request, Webhook | 5 |
| Route MCP tool calls through an intelligent gateway with Claude AI | This workflow transforms traditional REST APIs into structured, AI-accessible MCP (Model Context Protocol) tools. It provides a unified gateway that allows Claude AI to safely, granularly, and audi… | Send Email, Google Sheets, HTTP Request, Webhook, AI Agent, Anthropic Chat Model | 5 |
| Sync Android env config to Gradle files with GitHub and Slack alerts | This workflow automatically detects changes in the .env.staging file in a GitHub repository and keeps Android configuration files (build.gradle and gradle.properties) in sync.It creates a new Git b… | GitHub, HTTP Request, Slack, Webhook | 4 |
| Gate deployments on WAF scan results with WAFtester | A CI/CD quality gate that blocks deployments when WAF protection is insufficient. Your pipeline sends a webhook with the target URL, the workflow runs WAFtester scans, and returns a pass/fail HTTP … | HTTP Request, Webhook | 3 |
| Log workflow errors to Slack and Google Sheets | This template is for teams using n8n in production who want immediate visibility into workflow failures. It’s ideal for DevOps teams, automation engineers, and operations teams who need reliable er… | Google Sheets, Slack | 0 |
| Create an automated workitem(incident/bug/userstory) in azure devops | This template can be used by any automator who wants to create a workitem(incident/user story/bugs) in azure devops whenever an alert raised by systems. | Cron, HTTP Request, Elasticsearch | 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.