Skip to main content
POST
Create Workflow

Authentication

Requires a JWT token or API key in the Authorization header.

Request

name
string
required
Workflow display name.
description
string
Human-readable description of what the workflow does.
trigger
object
Trigger configuration. Types: manual, webhook, schedule, file_upload, monitor_event.
steps
array
Array of step objects. Each step has id, type, and config.
template_id
string
Clone from an existing template instead of defining steps manually.

Step types

Example request

Response

Returns the created workflow object.