Skip to main content
POST
Create workflow

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Workflow payload

name
string
required
Example:

"Send AI Summary to Slack"

description
string | null
isActive
boolean
default:false

Response

Workflow created

id
string
required

Workflow identifier

name
string
required

Workflow name

status
enum<string>
required
Available options:
draft,
published,
archived
createdAt
string<date-time>
required
description
string | null

Workflow description

updatedAt
string<date-time> | null