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 action

Доступные опции:
sendEmail,
createRecord,
updateRecord,
httpRequest,
getRecords,
aiGenerate,
script
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Ответ

201 - application/json

Successful created

config
object
обязательно
id
string
обязательно

node id

category
enum<string>
обязательно
Доступные опции:
action
type
enum<string>
обязательно

This Action will activate when a record is created in a table.

Доступные опции:
createRecord
name
string

name of the node

description
string

description of the node

testResult
object

action test result

outputVariables
object

output variables

inputVariables
object

input variables

createdTime
string | null

created time

lastModifiedTime
string | null

last modified time

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