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 Integrations
- Execute Workflow Trigger + Split Out(193 workflows)
- Execute Workflow Trigger + Google Sheets(101 workflows)
- Execute Workflow Trigger + Google Drive(73 workflows)
- Execute Workflow Trigger + Schedule Trigger(73 workflows)
- n8n + Schedule Trigger(72 workflows)
- Execute Workflow Trigger + Gmail(58 workflows)
- Execute Workflow Trigger + Telegram(58 workflows)
- Execute Workflow Trigger + Form Trigger(42 workflows)
- Execute Workflow Trigger + Slack(38 workflows)
- Convert To File + Execute Workflow Trigger(37 workflows)
Related Workflows
Discover more workflows you might like
Automate File & Folder Organization: Move, Copy, and Restructure with Ease
Streamline your file management processes with this n8n workflow. Automate the relocation and restructuring of files and folders, ensuring your data is always organized and accessible.
Automate Shipment Tracking with Telegram and n8n
Streamline your logistics operations by automating shipment tracking with Telegram and n8n. This workflow allows drivers to easily share updates, and ensures timely notifications to your team.
n8n Error Alerting to LINE: Never Miss a Workflow Failure Again
Instantly get notified on LINE whenever an n8n workflow encounters an error. This template ensures you're always aware of issues, allowing for prompt resolution and uninterrupted automation.
Automate Event Attendee Data Extraction with AI-Powered Scraping
This n8n workflow leverages AI and Bright Data's MCP to automate the scraping of event attendee, venue, and feedback data from 10times.com. Schedule the extraction to run daily and automatically save the organized data to Google Sheets.
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.