We are excited to announce that Commando.io now supports recipe arguments. Recipe arguments are extremely powerful, and allow you to dynamically pass values into recipes at execution-time.
Learn about recipe arguments in one minute by watching our walkthrough video.
You specify recipe arguments with the following syntax in a recipe:
{{ arg: $unique_key }}
At execution-time, in the web interface we will prompt for the value of each argument and inject them into the recipe.
When running API executions, you may pass recipe arguments with the recipe_arguments
post parameter. See the API documentation for further details.
Enjoy recipe arguments, and have fun automating with Commando.io.