I ended up with a use-case where we need to clone a workflow for each new client we bring on.
The scenario:
New client signs up, provides their calendly Personal Access Token
Each meeting set up on their calendly gets reported to us and stored in our db
Thus, I need a new calendly trigger with a new credential on each client signup = more workflows
Happy to hear if you think my thinking above is invalid and we can save on the number of workflows somehow.
But in case the above seems like a good way forward, I’d like help in understanding what is going wrong when creating this workflow via the API.
I have from a Set node inserted the expressions, as strings, supposed to be processed at runtime of the workflow. I’m not getting any JSON formatting issues but rather a error code 400.
Does it have to do with webhooks needing unique IDs?
I wish there were more documentation on this part of N8N. Thanks for spending time on this
Looking at what you are sending you have some settings and other options that we are not expecting and that is causing the issue. If you update your json data to include only what we are after you should be all good.