So I’ve noticed that when handing over workflows, it’s not the simplest thing ever. Explaining what each part does usually goes over most people’s heads.
What I’ve been doing lately to solve this problem is building dashboards that control the flows.
I simply set up webhooks that trigger actions inside n8n.
For example, on this dashboard you can:
- Add a new user
- Deactivate the user
- Activate the user
It makes it 10x easier for someone else to use it without going through the backend, if they really don’t want to.
Setting it up and making it live takes literally two seconds. Just upload it to GitHub and connect Vercel, and it’s live.
PS: I now realize I need to add a delete button as well :)