> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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                                                             |
