71 n8n DevOps automations
Every free, copy-paste n8n recipe for DevOps. Each one is a ready-to-run AI agent — import the workflow, connect your accounts, and it runs 24/7. No code, no signup.
Browse 71 recipes →Verify Every Shoot's Footage Is Backed Up Before You Leave Set
A videographer's nightmare is discovering a corrupt card after the client's one-time event. Log each card's offload and verify redundant backups before leaving set.
Replay Failed Webhooks From a Dead Letter Queue Automatically
Failed inbound webhooks silently drop events that never get processed. Capture failures into a dead letter queue and replay them automatically once the issue clears.
Block Disposable Email Signups From Poisoning Your Trial Metrics
Disposable-email trial signups inflate your funnel and abuse free tiers. Detect throwaway domains at signup and route them for verification before they count as trials.
Automate Scheduled Maintenance Notices Across Every Channel
Scheduled maintenance means posting to the status page, emailing customers and updating Slack — usually done inconsistently. Announce maintenance once and broadcast it everywhere on schedule.
Find and Alert on Orphaned Integration Tokens Draining Your API Quota
Dead integrations keep their tokens and keep hammering your API for customers who churned months ago. Detect tokens with no active account behind them and revoke them.
Turn Incident Action Items Into Tracked Tasks That Actually Get Done
Post-incident action items get written in the postmortem and forgotten until the same incident recurs. Extract action items and track them to completion so incidents actually drive improvement.
Scan New Dependencies for Typosquatting Attacks
A single typosquatted package name in a pull request can inject malware into your build. Scan new dependencies in PRs against known-good names and flag suspicious near-matches.
Catch Personal Data Leaking Into Your Application Logs
Developers accidentally log emails, tokens and card numbers, creating a compliance and breach risk. Scan log streams for PII patterns and alert before sensitive data accumulates.
Retire Stale Feature Flags Before They Rot Your Codebase
Feature flags outlive their rollouts and pile up as permanent conditionals nobody dares remove. Track flag age and usage and remind owners to retire the ones long since fully rolled out.
Alert When You're Burning Your Error Budget Too Fast
SRE teams set error budgets but rarely watch the burn rate until it's spent. Track error budget consumption and alert when the burn rate threatens the SLO before the month ends.
Monitor Long Database Migrations and Alert Before They Time Out
A migration that runs longer than expected can lock tables and take down production. Monitor migration progress and alert the team before a long-running one becomes an outage.
Warn Only the Customers Actually Using a Deprecated API Endpoint
Deprecating an API endpoint means warning customers — but blasting everyone causes needless panic. Detect which customers actually call the endpoint and warn only them, with usage counts.
Detect Rogue Certificates Issued for Your Domain
An unauthorized SSL certificate for your domain signals a possible compromise or phishing setup. Monitor Certificate Transparency logs and alert on any cert you didn't issue.
Create Jira Tickets From a Slack Slash Command in Seconds
Let your team file bugs and tasks without leaving Slack — a custom slash command captures the details and instantly opens a Jira issue, replying with the link.
Open a Jira Bug When a New Error Pattern Appears in Your Logs
Watch your application logs for new error signatures and automatically file a Jira bug with the stack trace and frequency, so regressions are caught fast.
Monitor for Unsigned or Invalid Webhook Calls to Your API
Harden your integrations — detect incoming webhooks with missing or invalid signatures and alert security to possible spoofing attempts.
Retry Failed Outbound Webhooks and Alert After Repeated Failures
Stop losing events — automatically retry failed outbound webhooks with backoff and alert your team only when retries keep failing.
Monitor Your Customers' Webhook Endpoints for Failures
Reduce integration support load by monitoring the health of customer webhook endpoints and proactively alerting those whose endpoint is failing.
Send Subscribers a Weekly Uptime and Incident Digest
Build trust through transparency — send status-page subscribers a weekly digest of uptime and any incidents, with clear resolutions.
Provision and Deprovision Users Automatically via Your Identity Provider
Keep access tight — sync user access with your identity provider so joiners get accounts and leavers lose them without manual steps.
Alert Engineers When Database Queries Start Running Slow
Fix performance before users feel it — monitor slow-query logs and alert the owning team when a query's runtime degrades.
Detect Anomalous Logins in Your Audit Log and Alert Security
Catch account compromise early — monitor your audit log for suspicious logins like new countries or impossible travel and alert security instantly.
Deduplicate Noisy Alerts Into a Single Incident
Cut alert fatigue — group related alerts from the same root cause into one incident instead of paging engineers repeatedly.
Turn In-App Feedback Into Triaged Linear Issues
Close the feedback loop — capture in-app feedback, let AI classify it as bug, feature or praise, and file the actionable ones in Linear.
Catch Feature Usage Drops After a Product Update
A release can quietly break a workflow. Watch key feature usage after each update and alert if it drops, signaling a regression.
Monitor Error Rates During Feature Flag Rollouts
Ship safely — when you increase a feature flag's rollout, watch error rates for that cohort and alert if they spike so you can roll back fast.
Alert Developers When a Dependency Vulnerability Is Disclosed
Patch fast — monitor for newly disclosed vulnerabilities in your dependencies and alert the owning team with severity and a fix path.
Route New Customer Data to the Correct Region Automatically
Meet data residency requirements by detecting each new customer's region at signup and provisioning their data in the correct regional store.
Export a Tamper-Evident Audit Trail for Compliance Reviews
Be audit-ready — periodically export your system audit log to secure, immutable storage so you can prove activity during compliance reviews.
Remind Teams to Rotate API Keys and Secrets on Schedule
Reduce credential risk — track the age of API keys and secrets and remind owners to rotate them before they get stale.
Detect API Abuse and Auto-Throttle Offending Keys
Protect your API — detect keys making abnormal request volumes and automatically throttle them while alerting your team.
Warn Employees Before Password Expiry Locks Them Out Mid-Meeting
Password expiry always strikes at the worst moment. Warn each employee 7 and 2 days before expiry with the reset link — lockouts and IT tickets vanish.
Publish and Remind Teams of the On-Call Schedule Each Week
Confusion over who's on call causes delays. Publish the week's on-call schedule across teams and remind each engineer before their shift.
Draft an Incident Postmortem Automatically After Resolution
Capture learnings while they're fresh. When an incident resolves, draft a postmortem from the timeline, chat and actions for the team to refine.
Revoke All Access Automatically When an Employee Leaves
Orphaned accounts are a security risk. When an employee is offboarded, automatically revoke their access across every connected system.
Keep an Audit Log of Sensitive Customer Data Changes
For trust and compliance, record every change to sensitive customer data — who changed what and when — in a tamper-evident log.
Auto-Retry Failed Batch Jobs and Escalate Persistent Failures
A failed nightly batch shouldn't wait until morning. Retry failed jobs automatically with backoff and escalate only when retries keep failing.
Verify Your Nightly Backups Actually Succeeded and Alert If Not
An n8n workflow that each morning checks whether last night's backup ran, is recent enough, and is a sane size — then alerts you loudly if anything is off, so you discover a broken backup on a quiet Tuesday, not during a real disaster recovery.
Monitor Multiple API Endpoints and Alert on the First Failure
An n8n workflow that pings a list of critical URLs every few minutes, checks status code and response time, and alerts Slack the moment one fails or slows down — a free, self-hosted uptime monitor for the endpoints a single-URL checker would miss.
Send MSP Clients a Weekly Backup Verification Report
Prove your value as an MSP by verifying each client's backups completed and sending a clear weekly report, flagging any that failed.
Generate an AI Sprint Retro Summary When a Jira Sprint Closes
At sprint close, pull completed and carried-over issues from Jira and let AI draft a retro summary with wins, misses and suggested action items.
Triage Indie Game Crash Reports and Group by Root Cause
Small teams drown in crash reports. Group incoming crashes by signature, rank by frequency, and file the top issues for fixing.
Shut Down Idle Dev Servers Automatically — Stop Paying for Nothing
Dev and staging servers run nights and weekends serving nobody. Detect idle resources and shut them down automatically, waking them on demand — cloud bills drop fast.
Nudge Reviewers When Pull Requests Sit Unreviewed Too Long
PRs waiting days for review kill momentum. Detect pull requests sitting unreviewed past your threshold and nudge the assigned reviewer in Slack.
Escalate GitHub Security Alerts to PagerDuty Instantly
An n8n workflow that catches GitHub Dependabot and code-scanning security alerts, filters for high and critical severity, and opens a PagerDuty incident with the vulnerability details — so a serious CVE in your dependencies wakes the on-call engineer instead of sitting unseen in the Security tab.
Turn a New GitHub Release into a Plain-English Changelog Announcement
An n8n workflow that fires when you publish a GitHub release, has Claude rewrite the raw release notes into a friendly, user-facing changelog, and posts it to Slack and a Discord community channel — so shipping a version instantly tells your users what's new, in words they understand.
Auto-Triage New GitHub Issues with AI Labels and Priority
An n8n workflow that fires on every new GitHub issue, uses Claude to classify it by type, priority and affected area, then applies the right labels and posts a triage summary to Slack — so your backlog stays organized without a maintainer manually sorting each report.
Mirror GitHub Bug Issues Into Linear Automatically
When a GitHub issue is labeled 'bug', automatically create a matching Linear issue in your engineering triage so nothing gets lost between tools.
Post a Daily GitHub Dev Standup Digest to Slack
An n8n workflow that gathers yesterday's merged pull requests, opened issues and commits across your repositories each morning, has Claude summarize them into a readable standup, and posts it to Slack — so your async team knows exactly what shipped without a live meeting.
Clean Up the 80 Dead Branches Cluttering Your Repo
Merged and abandoned branches pile up until nobody can find anything. Get a monthly list of stale branches per author with one-click cleanup confirmation.
Detect Error-Rate Spikes and Page On-Call Before Users Complain
An n8n workflow that samples your app's error count on a short interval, compares it to a rolling baseline, and pages on-call the moment errors spike abnormally — catching an incident in its first minutes instead of after a flood of user reports.
Alert Immediately When Checkout Errors Spike
A broken checkout silently kills revenue. Monitor checkout error rates and alert the team the moment failures spike above normal.
Get Alerted the Moment Your Domain's DNS Records Change
Unexpected DNS changes mean misconfiguration — or hijacking. Snapshot your domains' records daily and get an instant diff alert when anything changes.
Generate an On-Call Handoff Summary at Every Shift Change
Smooth on-call handoffs — at shift change, compile open incidents, recent alerts and ongoing issues into a summary for the next engineer.
Triage Employee-Reported Phishing Emails Automatically
Empower employees to report suspicious emails and triage each with AI, auto-closing clear false alarms and escalating real threats to security.
Detect a Silently Failed Cron Job with a Heartbeat Monitor
An n8n workflow that expects a 'ping' from each of your scheduled jobs within a window, and alerts you when an expected heartbeat doesn't arrive — catching the cron, backup or ETL job that fails silently, which is the failure mode dashboards never show.
Turn Merged Pull Requests Into a User-Facing Changelog
Keep users informed — when PRs labeled user-facing merge, AI drafts a friendly changelog entry and publishes it after a quick review.
Send Clients a Monthly Uptime Report That Proves Your SLA
You promise 99.9% uptime; clients only remember the one outage. Send a monthly report per client showing measured uptime, incidents and SLA status — proof beats memory.
Convert Bug Report Form Submissions into Triaged Linear Issues
An n8n workflow that takes each bug report from a form, uses Claude to write a clean reproduction-focused issue with a severity guess, and creates it in Linear with the right label and priority — so scattered user bug reports arrive in your tracker ready to work, not as vague one-liners.
Update Your Public Status Page Automatically During Outages
Communicate outages fast — when monitoring detects a service down, automatically post an incident to your status page and notify subscribers.
Screen New Signups for Fraud Before Granting Access
Keep bad actors out — screen each new signup against risk signals like disposable emails and risky IPs, and hold suspicious ones for review.
Turn Beta Tester Feedback Into a Prioritized Fix List
Ship a solid launch — collect beta feedback, let AI group it into prioritized issues, and keep testers updated as you resolve their reports.
Alert Before Users Notice: Detect Rising API Latency Early
Catch performance regressions early — monitor your API's response times and alert the on-call engineer when latency creeps above healthy levels.
Instantly Alert Your Team in OpsGenie When a Zendrop Integration Fails
Monitors Zendrop for integration or fulfillment failures via a scheduled HTTP poll and automatically creates a high-priority OpsGenie alert so your team can respond before customers notice. No manual log-checking required.
Instantly Alert On-Call Teams When Zendrop Fulfillment Fails
Polls Zendrop for failed fulfillment orders and fires a PagerDuty incident the moment an error is detected. Keeps your on-call engineers informed without manual log checking.
Instantly Alert Your Team on Slack When Mailgun Detects an Email Bounce
Listens for permanent bounce events from Mailgun via webhook and forwards a formatted alert to a Slack channel in real time. Email admins get immediate visibility into delivery failures without manually checking logs.
Instantly Notify Your Slack Deployment Channel on Every GitLab Commit
Automatically sends a formatted Slack message to your deployment channel whenever a new commit is pushed to a GitLab repository. Keeps your team instantly informed without manually checking GitLab.
Automatically Create OpsGenie Alerts from Cloudflare WAF Security Events
This recipe polls Cloudflare WAF firewall events and instantly creates priority alerts in OpsGenie so your security team is notified the moment a threat is detected. No more manually checking Cloudflare dashboards — incidents flow straight into your on-call workflow.
Instantly Forward PagerDuty Alerts to Telegram for Faster Incident Response
Automatically sends a formatted Telegram message to your ops chat whenever a new PagerDuty incident is triggered. Keep your team informed in real time without checking dashboards.
Automatically Move Jira Issues to Done When a GitHub PR Is Merged
When a pull request is merged on GitHub, this workflow instantly transitions the linked Jira issue to a 'Done' status — no manual updates needed. Dev teams save time and keep project boards accurate without any extra clicks.
Get Instant Discord Alerts When AWS CloudWatch Alarms Fire
Automatically sends a formatted Discord message to your team channel whenever an AWS CloudWatch alarm changes state. Never miss a critical infrastructure alert again.