URL Redirection
This article explains how to use Zenoo URL Redirection interaction to take your customers to the desired web page after onboarding completion.
Learn how to send data to the beginning of the Project, this can be used i.e. if you want give the ability for flow integrator to feed URL dynamically in the start of the flow.
This interaction is used in the flow at the end or in the middle, where you need to redirect users to somewhere else. This is terminal interaction, which means the current session with the user will end. User then will be continuing on the destination URL.
Interaction can pass various data to the redirection destination, for example userID or some identification for seamless experience.
Under “Interactions” in the interaction library in Flow you will find URL redirection interaction. The initial setting is always empty and you need to specify:
- To where to redirect
- If some data will be bundled to the redirection
Redirects happen automatically when this page is entered. It’s good practice to create a page before redirection with some instructions, as the redirection page itself will be in majority of the cases practically invisible for end-users.
For example:
How to set redirection
Let's demonstrate how to set this interaction on the example
-
map fields you want to use.
-
adjust url to the correct format like this, use variables shown in green
Tip:
You can click on the {variable_name} to automatically add it to the URL
Important:
Always use "https://" before your url.
Failing to do so will cause incorrect behavior of the interaction and users would be just redirected to current onboarding flow + specified url "www..." and it will result in missing resource (403 Forbidden)
Updated about 1 month ago