Skip to main content
POST
Create Workflow Template

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Body

application/json
access_level
enum<string> | null
default:personal

Enum representing different access control levels.

Available options:
personal,
team,
system
access_list
string[] | null

List of user IDs or team IDs that have access to this node library

Required string length: 24
Pattern: ^[0-9a-f]{24}$
logical_id
string | null

Unique identifier for the workflow template

workflow_id
string | null

The ID of the workflow this template belongs to

Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response

Response model for a single workflow template. Contains a WorkflowTemplateModel object.

workflow_template
WorkflowTemplatesModel · object
required

Single workflow template object