Addon for Workflow Nodes Update Check Template
detail.loadingPreview
Checks and potentially updates n8n workflow nodes for outdated versions.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This template acts as an addon to automatically check for and manage outdated nodes within your n8n workflows. It can be triggered by another workflow, which provides a list of workflows containing outdated nodes. It allows for modification of workflow JSON to prepend a symbol to outdated node names and optionally add new nodes with updated versions.
Key Features
- Automatically identifies workflows with outdated nodes.
- Option to only consider major version changes.
- Ability to prepend a symbol to outdated node names.
- Option to add new nodes with updated versions to the canvas.
- Generates a summary of workflows with outdated nodes and sends it via Gmail.
How To Use
- Download this workflow and follow the belonging instructions.
- Add an "Execute Workflow" node and configure it to call this workflow.
- Ensure the triggering workflow provides a list of workflows with outdated nodes, including node names, versions, and latest versions.
- Configure Gmail credentials for sending summary emails.
- Adjust settings like the symbol to prepend and whether to consider only major changes.
Apps Used
Workflow JSON
{
"id": "cefce6a4-13b8-47b0-a93b-703e6ff098c4",
"name": "Addon for Workflow Nodes Update Check Template",
"nodes": 0,
"category": "n8n Maintenance",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: cefce6a4-13b8...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Visualize Your n8n Workflows: Interactive Dashboard with Mermaid.js
Gain unparalleled visibility into your n8n automation landscape. This workflow transforms your n8n instance into a dynamic, interactive dashboard, leveraging Mermaid.js to visualize all your workflows in one accessible place.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.
Automated Multi-Platform Influencer Discovery & Qualification
This powerful n8n workflow automates the entire process of discovering, scoring, and qualifying ideal influencers across Instagram, TikTok, and YouTube for your marketing campaigns. Streamline your talent acquisition by leveraging custom criteria and a sophisticated scoring algorithm.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Automate DOCX to PDF Conversion and Save Locally
This workflow automates the process of converting a Microsoft Word DOCX file to a PDF document. It downloads a source DOCX file, uses ConvertAPI to perform the conversion, and then saves the resulting PDF file directly to your local disk.