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.

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.

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.

Flow Builder - Variable action
Web API
- The Web API action allows you to execute web APIs to obtain helpful information for the Flow.

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.

Flow Builder - Code action
See Code for further information on this action.
Updated 8 months ago