- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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.