Generate link using deeplink for particular record! and use it in email template.

0
Hello everyone ,    when ever user created new record the notification has send via email , Now i want to add the link in the email template  which triggers the same record (it has to open that record).  I have configred deeplink and how to generate that link for particular record whithin that email .  whenever user clicks on that link it has to take us to that particular request page.   Thank you 
asked
1 answers
0

Hi Sunkara, 

 

You could use ...link/mydeeplink/{myid} 

And then have a parameter $myid in your deeplink microflow.

In the save microflow of the new record you can generate a unique-id use an autonumber or most advised: Use community commons' randomHash.

 

https://docs.mendix.com/appstore/modules/deep-link/

https://docs.mendix.com/appstore/modules/community-commons-function-library/

 

Kind regards

 

Jacob

 

 

answered