Field intelligence for AI-first professionalsVol. II · Nº 56 · Saturday, August 15, 2026
← The library

448 workflows, ready to run.

Community-built n8n automations, searchable live from the template library. Open one on n8n.io and import the JSON straight into your instance.

Monitor if a page is alive and notify via Twilio SMS if notWorkflow Purpose This workflow periodically checks a service's availability and sends an SMS notification if the service is down. High-Level Steps Schedule Trigger: The workflowHTTP Request · Twilio2.7k views
Elastic Alert Notification via Microsoft Graph APIWho is this template for? 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 trHTTP Request1.1k views
Transfer credentials to other n8n instances using a Multi-FormPurpose This workflow allows you to transfer credentials from one n8n instance to another. How it works A multi-form setup guides you through the entire process You get to choosHTTP Request · Code2.2k views
Import workflows and map their credentials using a Multi-FormPurpose This workflow allows you to import any workflow from a file or another n8n instance and map the credentials easily. How it works A multi-form setup guides you through thHTTP Request · Code2.4k views
Create an automated workitem(incident/bug/userstory) in azure devopsWho is this template for? 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. HTTP Request · Elasticsearch0 views
Automate Droplet Snapshots on DigitalOceanThis workflow automates the management of DigitalOcean Droplet snapshots by listing all droplets, filtering based on the number of snapshots, and deleting excess snapshots before cHTTP Request615 views
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 Purpose This workflow highlights outdated nodes within all workfloGmail · Code2k views
Nightly n8n backup to Google DriveDescription 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” Google Drive · Code7.7k views
Public Webhook RelayDisclaimer This template only works on n8n local instances! How it Works This workflow allows you to to receive webhooks from the public web and have your local workflow catch theHTTP Request · Code1.3k views
Create Snapshot of Contabo VPS instances on a daily basisWorkflow: Snapshot Contabo How it Works This workflow automates daily backups (snapshots) of VPS instances hosted on Contabo. Each day at midnight, it checks for existing snapshotHTTP Request2.1k views
Save your workflows into a Gitlab repositoryThis template is inspired by Save your workflows into a GitHub repository by hikerspath and Back Up Your n8n Workflows To Github by jon-n8n. Basic Retrieve all workflows from an GitLab · Code4.7k views
Backup Tag-Selected Workflows to GitlabFetches workflow definitions from within n8n, selecting only the ones that have one or more (configurable) assigned tags and then: Derives a suitable backup filename by reducing thGitLab1.7k views
Send Slack notifications when a new release is published for public Github reposThis workflow checks a configured list of Github repositories daily to see if a new release has been published. How it works: Workflow has a daily trigger RepoConfig node is a JSOHTTP Request · Slack · Code1.5k views
Access execution data from an error workflowSometimes you want to take a different action in your error workflow based on the data that was flowing through it. This template illustrates how you can do that (more specificallCode1.9k views
Query n8n Credentials with AI SQL AgentThis n8n workflow is a fun way to query and search over your credentials on your n8n instance. Good to know Your credentials should remain safe as this workflow does not decrypt oCode · AI Agent · OpenAI Chat Model · Simple Memory · Code Tool4.9k views
Attach a default error handler to all active workflowsHow it works: Did you ever miss any errors in your workflow executions? I did! And I usually only realised a few days or weeks later. 🙈 This template attaches a default error woGmail · Code3.7k views
Check if workflows contain build-in nodes that are not of the latest versionHow it works 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 Set up stHTTP Request · Code2.1k views
Restore backed up workflows from GitHub to n8nRestore backed up workflows from GitHub to your n8n workspace. This workflow was inspired by this one that lets you back up your n8n workflows to GitHub. It will let you restore yoGitHub5k views