Add a branch
Workflows - Branches
Add a branch
Add a branch to a Router step in the flow’s draft version. Changes don’t affect the running flow until published.
POST
Add a branch
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parámetros de ruta
Cuerpo
application/json
Request to add a branch to a router step.
Router step name
Name for the new branch
Position to insert the branch
conditions
((BranchTextCondition · object | BranchNumberCondition · object | BranchDateCondition · object | BranchSingleValueCondition · object)[])[] | null
Branch conditions as OR-groups of AND-groups. Outer list = OR (any group true triggers the branch), inner list = AND (all conditions in the group must be true). Omit to use the default empty condition.
- BranchTextCondition
- BranchNumberCondition
- BranchDateCondition
- BranchSingleValueCondition
Respuesta
Successful Response
Flow response.
Opciones disponibles:
ENABLED, DISABLED Opciones disponibles:
post_call, during_call, pre_call, call_launcher, empty Trigger definition.