Skip to main content
All CollectionsGetting Started
Onboarding Page Deep Links
Onboarding Page Deep Links
Sameer Kapur avatar
Written by Sameer Kapur
Updated over a month ago

Overview

Glide's onboarding page deep linking capabilities allow you to direct members to specific onboarding actions seamlessly. By utilizing deep links, you can ensure members are routed to the exact onboarding page they need, enhancing their overall experience.

How to Use Deep Links

To create a deep link, start with the root domain of your Glide environment and append it with the specific path for the desired action.

For example, if your root domain is join.mycu.org, you can use the following paths:

  • Online Banking Registration: /login/phone?pathname=/online-banking/registration

  • Direct Deposit Setup: /login/phone?pathname=/funding/direct-deposit

  • Add a New Share: /login/phone?pathname=/review/new

  • Referrals (if enabled): /login/phone?pathname=/review/new-referrals

Full URL Examples

Using the example root domain join.mycu.org, here are the complete deep links:

  • Online Banking Registration:
    ​join.mycu.org/login/phone?pathname=/online-banking/registration

  • Direct Deposit Setup:
    ​join.mycu.org/login/phone?pathname=/funding/direct-deposit

  • Add a New Share:
    ​join.mycu.org/login/phone?pathname=/review/new

  • Referrals (if enabled):
    ​join.mycu.org/login/phone?pathname=/review/new-referrals

How It Works

When a member clicks on one of these links, they are first routed to the login page. After successfully authenticating, they are automatically directed to the specific onboarding page corresponding to the deep link.

This functionality ensures a streamlined and efficient experience, guiding members exactly where they need to go without unnecessary navigation.

Did this answer your question?