API Docs / Operations / Workflows / Import from Library

Import from Library

POST /tenants/{tenant}/workflows/library/{libraryCode}/import

Imports a workflow from the library, creating a new tenant copy each call. Re-imports of the same library item are supported and produce a fresh row with the supplied NameSuffix appended (or auto '(N)' when omitted).

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

libraryCode* path string
{
  "nameSuffix": "string"
}

Responses

401 Unauthorized – Invalid or missing API key
404 Not Found