Copy recipe in a customer workspace

Copies an existing recipe in Workato based on its recipe ID.

Path parameters

recipe_idintegerRequired
Recipe ID.
managed_user_idintegerRequired

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
version_nointegerOptional
Recipe version.
folder_idstringOptional
Folder for the copied recipe.

Response

Copy action response.
successboolean
Indicates whether the recipe is copied successfully.
new_flow_idinteger
ID of the copied recipe.

Errors