Skip to main content
POST
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

baseId
string
obbligatorio

Corpo

application/json
name
string
description
string
trigger
object

Risposta

201 - application/json

Successful created

id
string
obbligatorio

a unique identifier for the workflow

baseId
string
obbligatorio

the base id of the workflow

edges
object[]
obbligatorio

edges of the nodes

nodes
object[]
obbligatorio

nodes list include trigger and actions

createdBy
string
obbligatorio

created by user id

createdTime
string
obbligatorio

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

Ultima modifica il 4 settembre 2026