Skip to main content
POST
cURL

Авторизации

Authorization
string
header
обязательно

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

Тело

application/json
parentNodeId
string
обязательно

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

type
enum<string>
обязательно

type of logic

Доступные опции:
condition,
Repeat
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Ответ

201 - application/json

Successful created

logic
object
обязательно
controls
object[]
обязательно

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

Последнее изменение 4 сентября 2026 г.