Skip to main content
GET
Get Flow By Id

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

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