Copy a recipe

Copy an existing recipe in Workato specified based on recipe ID.

Path parameters

recipe_idintegerRequired
Recipe ID.

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