Keep your automation library up to date without manual checks. The system reviews a list of workflows with outdated node versions, marks affected nodes for easy spotting, and emails a clear report with direct links. It suits platform owners and teams that run many flows in n8n.
A parent job calls it through an Execute Workflow trigger. Settings holds your n8n base URL and choices like symbol to prepend, only major changes, and whether to add newer nodes on the canvas. The n8n API pulls each workflow by ID, a Code step adjusts the workflow JSON to label outdated nodes and optionally place the latest version nearby, and then the updated workflow is saved back. A Set step builds clickable URLs to each workflow, and Gmail sends one HTML summary that lists all affected items.
Connect Gmail OAuth and the n8n API credential, then enter your instance URL in the Settings step. Point your upstream checker to this workflow and pass items with Id and outdated_nodes in the format shown. Expect to cut review time from hours to minutes and make upgrades faster and safer across a large set of flows. Ideal for teams that want visibility and quick action when node versions change.