⭐ If you like what we are doing with Automatisch, please give us a star on GitHub.
Skip to content

Create a new template

POST
/v1/templates

Creates a new flow template using an existing flow.

Authorizations

ApiKeyAuth
TypeAPI Key (header: x-api-token)

Request Body

JSON
{
"name": "string",
"flowId": "string"
}

Responses

Template created successfully

Playground

Server
Authorization
Body
JSON

Samples