Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

baseId
string
erforderlich

Body

application/json
name
string
description
string
trigger
object

Antwort

201 - application/json

Successful created

id
string
erforderlich

a unique identifier for the workflow

baseId
string
erforderlich

the base id of the workflow

edges
object[]
erforderlich

edges of the nodes

nodes
object[]
erforderlich

nodes list include trigger and actions

createdBy
string
erforderlich

created by user id

createdTime
string
erforderlich

created time of the workflow

name
string

the name of the workflow

description
string

description of the workflow

hasDraft
boolean

has draft of the workflow

isActive
boolean

is active of the workflow

lastModifiedTime
string

last modified time of the workflow

lastModifiedBy
string

last modified by user id

activeUser
object

active user of the workflow

Zuletzt geändert am 4. September 2026