Redirect URL Parameter Function

Overview

The Redirect URL Parameter function allows users to specify a custom redirection URL after successfully logging in or registering on your system. This feature enables businesses to seamlessly guide users to specific onboarding flows, upsell pages, new terms and conditions, or any other logic deemed beneficial for business growth, maintenance, or compliance.

Usage

To utilize the Redirect URL Parameter function, include the redirect parameter in the login or register URL with the desired destination URL as its value.

Login

  • URL Format:

    https://yoursystem.com/login?redirect=<CUSTOM_URL>
  • Example:

    https://yoursystem.com/login?redirect=https://www.google.com
  • With Email Parameter:

    https://yoursystem.com/[email protected]&redirect=https://www.google.com

Register

  • URL Format:

    https://yoursystem.com/register?redirect=<CUSTOM_URL>
  • Example:

    https://yoursystem.com/register?redirect=https://www.google.com
  • With Email Parameter:

    https://yoursystem.com/[email protected]&redirect=https://www.google.com

Note:

  • The redirect parameter should be URL-encoded if it contains special characters.

  • Ensure that the provided redirection URL is valid and accessible.

  • If the redirect parameter is not specified, the system will follow the default redirection behavior.

Benefits

  1. Customized User Experience: Tailor the user journey by redirecting users to specific pages based on business needs.

  2. Upsell Opportunities: Utilize the redirection to showcase upsell offers or promotions after user authentication.

  3. Compliance and Updates: Redirect users to new terms and conditions pages or important updates for compliance purposes.

Conclusion

The Redirect URL Parameter function empowers your system with the flexibility to enhance user engagement, promote business growth, and ensure compliance. Use this feature wisely to create a seamless and personalized experience for your users.

Last updated