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
type
enum<string>
requerido

type of trigger

Opciones disponibles:
recordCreated,
recordUpdated,
recordCreatedOrUpdated,
recordMatchesConditions,
buttonClick,
formSubmitted,
scheduledTime,
webhook
name
string

name of the node

description
string

description of the node

config
any | null

node configuration

Respuesta

201 - application/json

Successful created

The response is of type object.

Última modificación el 4 de septiembre de 2026