Currently, when you sign up for a new n8n workspace (cloud or self-hosted), you start with a blank canvas and no workflows.
Suggestion:
There should be three default workflows pre-built at install. Two of them should be active. This would help for easier on-boarding and error reporting.
- A demo workflow with dummy data (like the one in the Customer Database for n8n training).
- A demo workflow with an intentional error, to demonstrate troubleshooting.
- An error reporting workflow that sends an email to the admin email (error trigger node > email node). This should be the default error reporting. workflow and be automatically enabled for all active workflows. Instead of how we need to set this up ourselves and enable it for each active workflow.
Thanks for making n8n. It’s awesome and I love using it every day!