Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json
parentNodeId
string
requerido

witch node this the parent, if not provided, it is a root node

type
enum<string>
requerido

type of logic

Opciones disponibles:
condition,
Repeat
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Respuesta

201 - application/json

Successful created

logic
object
requerido
controls
object[]
requerido

workflow control nodes, contains the logic branch and the end node

Última modificación el 4 de septiembre de 2026