Action Types

Screenshot 2024-08-19 at 2.10.10 PM.png

1. Navigate

Navigate is used to move the user to another screen within the onboarding process. This action allows you to control the user flow by directing them to specific screens based on their actions or selected options. Read more.

2. Open Paywall

Open Paywall triggers the payment screen, offering the user the opportunity to purchase a service or subscription. This action is commonly used in apps that monetize through subscriptions. How to handle “Open Paywall” action?

3. Scroll to

Scroll to is used to scroll the page to a specific element on the current screen. This is useful when you want to draw the user's attention to a particular piece of content or interaction.

4. Close Onboarding

Close Onboarding ends the onboarding process and closes the current interface. This action is applicable when the user has completed the process or decided to exit the onboarding. How to handle “Close Onboarding” action?

5. Custom

Custom actions allow you to define and execute your own custom logic within the onboarding process. This action can be used to trigger specific behaviors or functions that are not covered by the standard action types. How to handle Custom action?

6. Do Nothing

Do Nothing is an action that performs no operations. This type of action is useful in situations where clicking on an element should not result in any changes or transitions.


Triggering Actions

Actions can be triggered by: