Skip to main content

Samples

Below are some Flows examples to be used as reference:

Static Flows

No examples are available yet.

Dynamic Flows

Online Course Enrollment

This is an example of a dynamic Flow that implements a registration form for an online class. The user fills in their personal information, confirms enrollment, and optionally can provide information about how they found out about the course.

Flow Code (Flow JSON)

Expected Endpoint Behavior

To complete this Flow, you must implement an endpoint on your server that processes the form data. The expected behavior is described on the Dynamic Flows page.
This example demonstrates a simple dynamic Flow where the user interacts with forms. Screen transitions (REGISTER → REGISTRATION_SUCCESS or REGISTRATION_DISABLED) are controlled by your endpoint’s response after form submission (data_exchange). For details on how to implement the server and control the flow, consult the Dynamic Flows documentation.