Skip to main content
POST
Save step sample data

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
step_name
string
requerido

Cuerpo

application/json

Request to save custom sample data for a step.

payload
any
requerido

The sample data to save (JSON object or value)

type
string
predeterminado:OUTPUT

Data type: INPUT or OUTPUT

dataType
string
predeterminado:JSON

Format: JSON or STRING

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[]