workflows.fit
Back to n8n workflows
n8n templateFreeBy Lucas Hideki

Monitor [PROD] workflows in real time with the n8n Public API dashboard

A real-time monitoring dashboard for your n8n production workflows, accessible directly from the browser via webhook. Tag any workflow with [PROD] and it will automatically appear on the dashboard showing: → Healthy v...

DevelopmentCore NodesUtilitySticky NoteMergeRespond To WebhookWebhook
Loading interactive preview...

Template notes

A real-time monitoring dashboard for your n8n production workflows, accessible directly from the browser via webhook.

Tag any workflow with [PROD] and it will automatically appear on the dashboard showing:

→ Healthy vs error workflows → Success rate per workflow → Total errors and successes → Last error timestamp → 7-day error history chart

The dashboard auto-refreshes every 30 seconds. No external tools required — it uses only the n8n Public API.

![Captura de imagem20260224143620.png](fileId:4552)![Captura de imagem20260224143639.png](fileId:4553)

How it works

When the webhook is triggered, the workflow: 1. Fetches all workflows tagged [PROD] via the n8n API 2. Retrieves the last 50 executions (success + error) for each workflow 3. Calculates metrics and renders a dark-themed HTML dashboard 4. Returns the dashboard directly in the browser

Requirements