create_recipe
Create a Workato recipe in a specified folder by submitting its code and configuration as JSON strings.
Instructions
Create a recipe. code and config are JSON strings (the code tree and connection config array). folder_id is a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| name | Yes | ||
| config | Yes | ||
| folder_id | Yes |