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.
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.
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.
Web API
- The Web API action allows you to execute web APIs to obtain helpful information for the Flow.
See Web API ] for further information on this action.
Code
The Code action allows you to input LUA code to obtain different information.
See Code for further information on this action.
Updated about 2 years ago