Native Deeplink from an Email

0
Hi All,   I'm trying to implement native deeplinking into our mobile app. The specific use case is as follows: 1. From the web, Admins can create provisioned accounts for Mobile users. 2. These Mobile users will receive an email with a link to the mobile app. 3. This link will redirect the user from the email to a specific page in the mobile app where they'll set an initial password. 4. After setting an initial password, they'll be redirected to the Login page.   We currently have provisioning, MFA, and password set/reset working for web but haven't figured out deeplinking from an email to the mobile app. Any help or insight is appreciated!
asked
1 answers
0

You can either use the deep link module (Deep Link Module)  or create a microflow which creates the deep link with custom logic.

 

Below you can see an example how the microflow is set up:

In Mx9 the ID for the URL (e.g. /user-onboarding/{id}) equals the GUID of the MX Object. Knowing that you can easily create the deeplink by yourself.

 

Microflow sample

answered