What I mean by this, is there are a few automation services designed with the idea that you create a workflow & a customer connection portal with settings.
I’m building for a client at the moment with useparagon.com. They are looking at integration.app as an alternative due to paragon’s excessive jank.
The portal essentially deploys our designed workflow for each customer who connects to the portal. Ie we are using hubspot.
$500/m is a steep price for a jank product with just 1 feature my client wants. (Moving 1 node can cause the entire flow to delete itself, conditionals are “hard coded” once you add them they cannot be moved. Etc)
Is there any way to “mock” this concept with n8n?
Perhaps a web form that triggers the creation of a new flow with that information? Is there any way to automate new credentials?
I could imagine a scenario where you could build a simple application layer where users could create credentials through a series of required form fields that could in turn be used to create and activate a workflow via the API. The user could then be redirected to another page with an interface through which they could trigger that workflow, you would then have what you initially described.