How to send link button through email?

1
Hi Community!   I’m working on sending link through email with parameters. For sending email I’m using email template module and generating link using deeplink. How to send that link button through email? Can anyone help me finding a solution? Thanks in advance!
asked
5 answers
0

In your email template

add text with the link type  

and replace with your deep link 

answered
4

You need to have a token that you will use inside your email template, and in that token, you will store the generated link that you need depends on your configuration, also you can use Application URL java action to get your application root and to generate the link depends on your environment link and concatenate it with your your deeplink name. so generate the link then replace it inside your token attribute.

answered
0

Hi Chandana,

Create a button on your email template and pass the deep link URL as a token. It will work. Added screenshot for reference.

Thanks,

Ragul.

answered
0

Hi Chandana,

Once you can see the button in UI just double-click the button the LINK popup page will display.

In that, we can able to see the URL.

Thanks,

Ragul.

answered
0

use this icon to replace the deeplink 

answered