How can I customize the user journey based on events in the flow?
You can leverage Callback Events to dictate the user journey or trigger in-app notifications:
- Callback events are triggered when a user views a screen (e.g., Success screen, Employer Search screen, Error screen) or when an action occurs (e.g., Successfully Connected, Authentication Attempted, Manual dds).
- These events return a JSON object containing details like
view name,bridge token,product type, anddata source.