v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Flows

Add an action to a flow

Append a single action to a flow at the given position, optionally nesting it under a parentFlowActionId or supplying its own children. Supports a nameOverride, param overrides, and continueOnError. Returns 404 if the flow does not exist.

post/flows/{flowId}/actions

Path parameters

flowIdstring uuid required

Request body

actionIdstring uuid required
positioninteger required
continueOnErrorboolean
nameOverridestring
parentFlowActionIdstring uuid nullable

Response

Flow action added