Onboarding Page Deep Links
Last updated: August 8, 2025
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/registrationDirect Deposit Setup:
/login/phone?pathname=/funding/direct-depositAdd a New Share:
/login/phone?pathname=/review/newReferrals (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/registrationDirect Deposit Setup:
join.mycu.org/login/phone?pathname=/funding/direct-depositAdd a New Share:
join.mycu.org/login/phone?pathname=/review/newReferrals (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.
