Skip to main content
POST
cURL

Autorisations

Authorization
string
header
requis

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

Corps

application/json
parentNodeId
string
requis

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

type
enum<string>
requis

type of action

Options disponibles:
sendEmail,
createRecord,
updateRecord,
httpRequest,
getRecords,
aiGenerate,
script
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Réponse

201 - application/json

Successful created

config
object
requis
id
string
requis

node id

category
enum<string>
requis
Options disponibles:
action
type
enum<string>
requis

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

Options disponibles:
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

Dernière modification le 4 septembre 2026