Auto populating a link in HTM

Hello:

I want to be able to auto populate a link with individual Pin id and have not been able to find a way to do this with mailwizz.

I have a list of Link id (pin id) that need to be included with every email that goes out.

for example the mailing list will be populated like the items below
email, firstname, linkid
tomv@123.com,com, ycic10
johnt@123.com,tymk1
mariac@123.com,opq12


I have attached an image from the work i did on mailchimp to run some testing and would like to replicate on mailchimp.

do you how i can do this.

Thank you for any help.
 
Did you try something like:
Code:
<a href="https://www.google.com/?q=[LINKID]">some link</a>
?
If you did, what was the result?
 
Back
Top