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.

Body

application/json
parentNodeId
string
erforderlich

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

type
enum<string>
erforderlich

type of action

Verfügbare Optionen:
sendEmail,
createRecord,
updateRecord,
httpRequest,
getRecords,
aiGenerate,
script
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Antwort

201 - application/json

Successful created

config
object
erforderlich
id
string
erforderlich

node id

category
enum<string>
erforderlich
Verfügbare Optionen:
action
type
enum<string>
erforderlich

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

Verfügbare Optionen:
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

Zuletzt geändert am 4. September 2026