Create Workflow Template
Workflow Templates
Create Workflow Template
Endpoint to create a new workflow template.
POST
Create Workflow Template
Authorizations
Retrieve your API Key from Dashboard API Keys Section.
Body
application/json
Enum representing different access control levels.
Available options:
personal, team, system List of user IDs or team IDs that have access to this node library
Required string length:
24Pattern:
^[0-9a-f]{24}$Unique identifier for the workflow template
The ID of the workflow this template belongs to
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
Response
Successful Response
Response model for a single workflow template. Contains a WorkflowTemplateModel object.
Single workflow template object