Actions Configuration

Actions allow you to add complex business logic and functionality that is executed contextually within Flows.

Condition

The Condition action is based on an if response. The continuation of the Flow will depend on the user's response.

906

Flow Builder - Condition action

See Condition Action for further information on this action.

Go To

The Go-To action allows you to continue the Flow directly to a selected step.

927

Flow Builder - Go to action

Variable

The Variable action allows you to store user responses as a variable or add custom variables. These variables act as placeholders for information the user provides, e.g. user name, age, etc.

944

Flow Builder - Variable action

Web API

  • The Web API action allows you to execute web APIs to obtain helpful information for the Flow.
902

Flow Builder - Web API

See Web API ] for further information on this action.

Code

The Code action allows you to input LUA code to obtain different information.

944

Flow Builder - Code action

See Code for further information on this action.