It would be great to be able to use variables in scenarios e.g. open browser to url: {URL} log in with :{username} and {password}
Then to be able to have a webhook for that scenario to execute it and pass the data in. This would make it easy to integrate into other tech stacks and automations.
Practical elements:
Ability to trigger specific scenario with webhook (maybe have a webhook button for each to get a link)
Webhook response - could either be the status (200 executed successfully, failed etc) or allow the user to specify and add additional json data e.g. images or other data from the execution etc.
My workflow is using uxer API, set parameter value first, then run the related scenario/multiple specific steps. You can DM Zek or other staff for API access.
By using global parameters and API, you don’t get restricted by “scenario”, you can jump around steps in different scenario.
HTTP5 - performs the GET /api/Parameter/{name}
JSON9 - breaks the json into bundles
JSON12 - maps the bundles back to json - this is so I map everything EXCEPT value which I can then specify the value I want to use.
I originally had all the parameters, without luck and then tried to only have the ones that I wanted to change.
No matter what I included it did not work.
It did work in postbox, or swagger so the issue lies in Make.
I gave up but will continue later.
If I determine the reason, I will post a response here to close it out.
Thanks for replying!