Create recipe in customer workspace

Creates a recipe in Workato based on parameters in the request.

Path parameters

managed_user_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
recipeobjectOptional

Response

Create action response.
successboolean
Indicates whether the recipe is created successfully.
idinteger
ID of the recipe. Available only on success.
errorslist of strings
List of errors. Available only on failure.

Errors