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
templateSlug
Template slug
Request
This endpoint expects an object.
description
Optional description override
name
Optional name override (defaults to template name)
variables
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