Create flow from template

POST /api/v1/flows/from-template/:templateSlug

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

templateSlugstringRequired
Template slug

Request

This endpoint expects an object.
descriptionstring or nullOptional
Optional description override
namestring or nullOptional

Optional name override (defaults to template name)

variablesobjectOptional
Variable replacements for template placeholders

Response

Flow created from template

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error