Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

baseId
string
requerido
workflowId
string
requerido

Cuerpo

application/json
parentNodeId
string
requerido

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

type
enum<string>
requerido

type of action

Opciones 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

Respuesta

201 - application/json

Successful created

config
object
requerido
id
string
requerido

node id

category
enum<string>
requerido
Opciones disponibles:
action
createdTime
string
requerido

created time

type
enum<string>
requerido

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

Opciones 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

lastModifiedTime
string

last modified time

Última modificación el 15 de septiembre de 2026