Skip to main content

Monitor n8n workflow health daily with Watchflow

Workflow preview

Workflow preview
100%
Monitor n8n workflow health daily with Watchflow preview
Open on n8n.io

1. Workflow Overview

Stop Worrying About n8n Workflow Failures – The Ultimate Global Health Monitor Ever had a critical n8n workflow fail silently, only to discover it days later? Never aga...

Best for

  • DevOps automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.n8n, n8n-nodes-base.if, custom.watchflow, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by CustomJS.

Original n8n.io source

1.1 Workflow description

Title
Monitor n8n workflow health daily with Watchflow
Workflow name
Monitor n8n workflow health daily with Watchflow

🚀 Stop Worrying About n8n Workflow Failures – The Ultimate Global Health Monitor

Ever had a critical n8n workflow fail silently, only to discover it days later? Never again.

This professional-grade template transforms your n8n workspace into a self-monitoring powerhouse. By leveraging the Watchflow node, it automatically audits all your active workflows every day, ensuring your automation engine is running at 100% capacity.


💎 Why Your n8n Stack Needs This

Managing a handful of workflows is easy. Managing dozens is a nightmare—unless you have a Watchflow Global Health Monitor.

  • Eliminate "Silent Failures": Most workflows only alert you when they run. This monitor alerts you when they don't or when they fail without a trigger.
  • Centralized Uptime Dashboard: Get a bird's-eye view of your entire n8n health inside Watchflow.
  • Enterprise-Grade Reliability: Built for teams who can't afford a single minute of downtime.
  • Instant Actionable Alerts: Don't just know that it failed—know why it failed with direct error reporting to your Watchflow dashboard.

🛠️ What’s Under the Hood?

This isn't just a simple fetch; it's a smart monitoring logic designed for efficiency:

  1. Automated Discovery: Dynamically fetches all Active workflows (optionally filtered by tags like #daily).
  2. Health Audit: Deep-dives into the latest execution of every workflow to verify its status.
  3. Intelligent Reporting:
  • Success? Sends a heartbeat Ping to Watchflow to confirm everything is green.
  • Failure? Sends a Fail event with the exact error message, so you can fix it before anyone notices.

⚡ Quick Start (Requirements)

To deploy this monitoring powerhouse, you'll need:

  1. Watchflow Node: Install the official node using the npm package name: @watchflow/n8n-nodes-watchflow.
  2. Watchflow API Key: Signup at watchflow.io, go to Settings, and find your key in the API Key section.
  3. n8n API Key: In your n8n instance, go to Settings -> n8n API to generate your key.
  4. Credential Tip: When setting up your n8n API credentials, use your base URL followed by /v1/api (e.g., https://n8n.yourdomain.com/v1/api).

📈 The Result? Peace of Mind.

Deploy this template once, and let it take the watch over your automations. Whether you're running complex lead gen, financial syncs, or infrastructure scripts, the Watchflow Global Health Monitor is your first line of defense against automation downtime.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Get All Workflows

Type / Role
n8n-nodes-base.n8n - n8n
Config choices
Version 1

Block 2 - Get Last Execution

Type / Role
n8n-nodes-base.n8n - n8n
Config choices
Version 1

Block 3 - Is Successful?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 4 - Watchflow: Ping

Type / Role
CUSTOM.watchflow - watchflow
Config choices
Version 1

Block 5 - Watchflow: Fail

Type / Role
CUSTOM.watchflow - watchflow
Config choices
Version 1

Block 6 - Every Day

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 7 - Sticky Setup

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Trigger

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Fetch

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Eval

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Watchflow

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Monitor n8n workflow health daily with Watchflow
Complexity intermediate
Nodes 11
Categories DevOps
Author CustomJS
Published 23 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14270/14270.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Monitor n8n workflow health daily with Watchflow do?

Stop Worrying About n8n Workflow Failures – The Ultimate Global Health Monitor Ever had a critical n8n workflow fail silently, only to discover it days later? Never aga...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.