


Hello the community,
Coming from Selligent to Adobe, i still have to understand some logics 😉
Business ask me to personalize a mailto link with informations related to the email as ID or Label
Example :
<a class="arc-link" data-nl-type="externalLink" href="#" style="color:rgb(0, 0, 73);" data-nl-lnkep-perso-attr-href="mailto:xxx@maildomain.com?SUBJECT=ID (name)">xxx@mailomain.com</a>
Where ID(Name) should be the ID of the email defined during the creation
I tried to retrieve several information as ID or Label but without success.
Any tips for me ?
Best regards
Alex
Views
Replies
Sign in to like this content
Total Likes
What I have done in the past is to pass it in using additional data or enrichment step. Instead of id, I just encrypt the email address like this:
encryption_aescbcEncrypt(@email,'\x9999adc9a9b9b99f', '\xd99999e999ecd99')
Views
Replies
Sign in to like this content
Total Likes
Hi @malexandre,
Were you able to resolve this query with the help of the given solution or do you still need more help here? Do let us know.
Thanks!
Views
Replies
Sign in to like this content
Total Likes