Skip to main content

Import a marketplace template as a new workflow

POST 

/v1/workflows/import

Instantiate a marketplace template as a new workflow in your organization.

Pass the template_id from GET /v1/workflows/templates, plus an optional name to override the template's own. The workflow is created through the same builder path as a hand-authored one, so it is immediately editable and indistinguishable from one you wrote yourself.

Like POST /v1/workflows, the result is a draft — activate it explicitly when you are ready. Requires the workflows:author scope.

Request

Responses

Successful Response