Skip to main content
PATCH
Update an action

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

flow_id
string
requerido

Cuerpo

application/json

Request to update an existing action step.

name
string
requerido

Step name to update (e.g., 'step_1')

type
enum<string>
requerido

Action type

Opciones disponibles:
PIECE,
CODE,
LOOP_ON_ITEMS,
ROUTER
displayName
string
requerido

Human-readable name

settings
Settings · object
requerido

Action settings

Respuesta

Successful Response

Flow response.

id
string
requerido
created
string<date-time>
requerido
updated
string<date-time>
requerido
name
string | null
status
enum<string> | null
Opciones disponibles:
ENABLED,
DISABLED
flow_category
enum<string> | null
Opciones disponibles:
post_call,
during_call,
pre_call,
call_launcher,
empty
trigger
TriggerResponse · object | null

Trigger definition.

produced_variables
string[]
consumed_variables
string[]