Skip to Content
Work in Progress
Design

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

NamePlatformProvider / SourceType
Unique IDidsession_idinfo
Mode of Nodemodemodeinfo
User’s Inputuser_inputuserdatainput
Newline Character^^character
Your Custom Key 1custom_key_1msisdninfo
Your Custom Key 2custom_key_2networkinfo
Your Custom Key 3custom_key_3otherinfo

Pagination

NamePlatformProvider / SourceType
Prev. Page Character000character
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

Last updated on