Skip to content
FlowHubFluxonLab
C
HTMLfree

🦅 Get a bird's-eye view of your n8n instance with the Workflow Dashboard!

by Eduardadapted from n8n official workflow galleryUpdated Aug 2026
RequiresCCodeHTMLHTML
Share Post Share
MaWhen clicking "Test workflow"When clicking "…Conodes-sectionSeworkflows-sectionworkflows-secti…Cotags-sectionSeglobals-sectionEWExecute Workflow TriggerExecute Workflo…XmConvert to XMLHtCreate HTMLMBMove Binary DataRTRespond to WebhookRespond to Webh…RTRespond to Webhook2Respond to Webh…SeFinal templateSeTemplate elementsTemplate elemen…SoSort-workflowsSoSort-nodesSoSort-tagsAgAggregate-workflowsAggregate-workf…AgAggregate-nodesAgAggregate-tagsN8n8n-get-workflowsn8n-get-workflo…EWPrepare JSON objectPrepare JSON ob…Seget-nodes-via-jmespathget-nodes-via-j…WeRequest HTML dashboardRequest HTML da…WeRequest xsl templateRequest xsl tem…MeFinal-jsonCowebhook-sectionSoSort-whooksAgAggregate-whooks123456789101112131415161718192021
1/5
FLOWS
STEPS · 21
Run manually by an operator

⚡ UPDATE on May 2025 – added section with all n8n instance webhooks Using n8n a lot? Soar above the limitations of the default n8n dashboard! This template gives you an overview of your workflows, nodes, and tags – all in one place. 💪 Built using XML stylesheets and the Bootstrap 5 library, this workflow is self-contained and does not depend on any third-party software. 🙌 It generates a comprehensive overview JSON that can be easily integrated with other BI tools for further analysis and visualization. 📊 Reach out to Eduard if you need help adapting this workflow to your specific use-case! 🚀 Benefits: Workflow Summary** 📈: Instant overview of your workflows, active counts, and triggers. Left-Side Panel** 📋: Quick access to all your workflows, nodes, and tags for seamless navigation. Workflow Details** 🔬: Deep dive into each workflow's nodes, timestamps, and tags. Node Analysis** 🧩: Identify the most frequently used nodes across your workflows. Tag Organization** 🗂️: Workflows are grouped according to their tags. Webhooks** ⚡: List of all webhook endpoints with the links to workflows. Visually Stunning** 🎨: Clean, intuitive, and easy-to-navigate dashboard design.

Tags

n8nreference-onlyhtml
Connects
CCodehtmlHTML
CategoryHTML
Triggermanual
Complexityadvanced
Nodes28
AddedMay 17, 2024

Related workflows

See all HTML
ChtmlW
free

OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1

Primer workflow for OpenAI models: ChatGPT, DALLE-2, Whisper This workflow contains 5 examples on how to work with OpenAI API. Transcribe voice into text via Whisper model (disabled, please put your own mp3 file with voice) The old way of using OpenAI conversational model via text-davinci-003 Examples 1.x. Simple ChatGPT calls. Text completion and text edit Example 2. Provide system and user content into ChatGPT Examples 3.x. Create system / user / assistanc content via Code Node. Promtp chaining technique example Example 4. Generate code via ChatGPT Example 5. Return multiple answers. Useful for providing picking the most relevant reply IMPORTANT! Do not run the whole workflow, it's rather slow Better execute the last node of each branch or simply disconnect branches that are not needed

by Eduard
ChtmlWnocodb
free

Scrape and summarize posts of a news site without RSS feed using AI and save them to a NocoDB

The News Site from Colt, a telecom company, does not offer an RSS feed, therefore web scraping is the choice to extract and process the news. The goal is to get only the newest posts, a summary of each post and their respective (technical) keywords. Note that the news site offers the links to each news post, but not the individual news. We collect first the links and dates of each post before extracting the newest ones. The result is sent to a SQL database, in this case a NocoDB database. This process happens each week thru a cron job. Requirements: Basic understanding of CSS selectors and how to get them via browser (usually: right click → inspect) ChatGPT API account - normal account is not sufficient A NocoDB database - of course you may choose any type of output target Assumptions: CSS selectors work on the news site The post has a date with own CSS selector - meaning date is not part of the news content "Warnings" Not every site likes to be scraped, especially not in high frequency Each website is structured in different ways, the workflow may then need several adaptations.

by Askan
Chtml
free

Get workflows affected by 0.214.3 migration

If you previously upgraded to n8n version 0.214.3, some of your workflows might have been accidentally rewired in the wrong way. This issue affected nodes with more than one output, such as If, Switch, and Compare Datasets. This workflow helps you identify potentially affected workflows and nodes that you should check. ❗️Please ensure that you run this workflow as the instance owner.❗️

by Oleg Ivaniv