Mobile Deep Linking for Messaging
When you create messages to send to users, you may want to include a call to action with deep linking, a way to direct the user to another part of the app. For instance, if a message prompts the user to make an appointment, the link would direct them to the Appointment UI.
The URL structure to enter as the link must follow this pattern, using a primary link:
epicmobile://navigate?screen=make_an_appointment
or, with a secondary link:
epicmobile://navigate?screen=accounts/add_account
Supported Screen Values Reference
| Primary Link | Secondary Link | Description |
|---|---|---|
| abc_deals | ABC Deals Page | |
| accounts | Accounts List Page | |
| accounts | add_account | Add Account Page |
| bill_pay | Payments Landing Page | |
| billpay | Payments Landing Page | |
| branch_locator | Branch Locator Page | |
| budgets | Budgets Landing Page | |
| card_manager | Card Manager Landing Page | |
| credential_login | Credential Login View | |
| credit_report | FICO Score Landing Page | |
| cross_account_transfers | Cross Account Transfers Landing Page | |
| dashboard | Dashboard | |
| document_list | Electronic Documents Landing Page | |
| faqs | FAQs Start Page | |
| finstrong | Finstrong Landing Page | |
| help | Help Page | |
| institutions | Manage Accounts Page | |
| locations | Branch Locator Page | |
| make_an_appointment | Appointment UI | |
| make_a_payment | Make a Payment Now Landing | |
| make_appointment | Appointment UI | |
| managed_cards | Card Manager Landing Page or Architect Landing Page | |
| managed_cards | card_manager | Card Manager Landing Page or Architect Landing Page |
| managed_cards | travel_notifications | Travel Notifications Landing Page |
| move_money | ||
| net_worth | Net Worth Landing Page | |
| new_account | Add Account Page | |
| notifications | Notifications Page | |
| open_another_account | Authenticated webview for Authorizations::NEW_ACCOUNT | |
| payments | Payments Landing Page | |
| payouts | Zelle Webview, Popmoney Landing Page, or Payveris Landing Page | |
| payouts | zelle | Zelle Webview |
| plugin | <plugin name> | |
| pulse | Pulse Landing Page | |
| quick_save | Quick Save Settings Page | |
| remote_deposit | Remote Deposit Landing Page | |
| settings | Settings Page | |
| settings | notifications | Settings Alerts Page |
| settings | profile | Settings Profile Page |
| spending | Spending Landing Page | |
| terms | Term View | |
| transactions | Transactions List | |
| transfers | Transfer Landing Page, Cross-account Transfer Landing Page, Zelle Web View | |
| transfers | transfers | Transfer Landing Page |
| transfers | cross_account_transfers | Cross-account Transfers Landing Page |
| transfers | ach_transfers | ACH Transfers web page |
| transfers | zelle | Zelle Web View |