Change flow status
Workflows
Change flow status
Enable or disable a flow. The flow must have a published version for this to take effect. If the flow has never been published, this returns 200 with the flow unchanged — the status will NOT change. Use POST .../publish first.
PATCH
Change flow status
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parámetros de ruta
Cuerpo
application/json
Request to enable or disable a flow.
New status: ENABLED or DISABLED
Opciones disponibles:
ENABLED, DISABLED Respuesta
Successful Response
Flow response.
Opciones disponibles:
ENABLED, DISABLED Opciones disponibles:
post_call, during_call, pre_call, call_launcher, empty Trigger definition.