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.

Corpo

application/json
parentNodeId
string
obbligatorio

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

type
enum<string>
obbligatorio

type of action

Opzioni disponibili:
sendEmail,
createRecord,
updateRecord,
httpRequest,
getRecords,
aiGenerate,
script
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Risposta

201 - application/json

Successful created

config
object
obbligatorio
id
string
obbligatorio

node id

category
enum<string>
obbligatorio
Opzioni disponibili:
action
type
enum<string>
obbligatorio

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

Opzioni disponibili:
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

Ultima modifica il 4 settembre 2026