Avatar

Correct answer by
Level 4

Hi @twilliams629 ,

 

You can append recipient ID to your URL using the JS syntax. For example, I have set recipient id to an a tag URL as 

<a href="www.google.com/<%= recipient.id %>"> Test </a>

Hope it helps.

View solution in original post