Design your Flow
You can build your Flow Apps easily with text, images, videos, response options and types, as well as connect response options to other Flow nodes.
Flow Nodes
These are unique steps in the process flow, these are the interaction stages. This can be customized with content and response options based on the stage of flow.
Start Node
The Start Node is the entry point of the flow.
Normal Node
The Norm Node is a node inbetween other nodes.
End Node
The End Node is the final node that comes after the start node or the normal node.
Access Points
These are unique connections settings to Service Providers/Sources. To connect to multiple service providers like Multiple USSD Service Providers, Chatbots etc, you have to create multiple Access Points
Endpoint URL:
The unique URL that you would share with the source of the interaction.
Mapping:
These are key-value pairs of atributes you would refer to on the platform comnpared to what the provider/source calls it.
Inputs & Characters
Name | Platform | Provider / Source | Type |
---|---|---|---|
Unique ID | id | session_id | info |
Mode of Node | mode | mode | info |
User’s Input | user_input | userdata | input |
Newline Character | ^ | ^ | character |
Your Custom Key 1 | custom_key_1 | msisdn | info |
Your Custom Key 2 | custom_key_2 | network | info |
Your Custom Key 3 | custom_key_3 | other | info |
Pagination
Name | Platform | Provider / Source | Type |
---|---|---|---|
Prev. Page Character | 0 | 00 | character |
Next. Page Character | # | ## | character |
Functions
Your can create your own custom functions in js
or py
which you can then use within your different nodes. In cases where you need to function calls, you can make these calls in your unique functions