Question
Sending Unique URL to different recipients
- September 11, 2024
- 1 reply
- 1161 views
Hi,
I have a personalized/unique URL for each recipients from webforms that I would like to send through email. However, when I added the link to the text, I seem to be unable to redirect to that page.
When I add it in <%@ include file='<URL of file to include>' %> , it displayed an error.
This is my current URL format that will be perosonalized for each recipients:
https://berylplusptrsd-mkt-prod1-m.adobe-campaign.com/webApp/APP32?id=<%= escapeUrl(cryptString(recipient.id)) %>
Below I have include some images for how my work currently looks like. Please let me know how I could solve this.