Hello,
I have been given the task of figuring out if there is a way to add in a photo of client that visits a trade show booth into an email send. We obviously don't want to have to do each email one by one. Does anyone have any experience with this?
Thanks for your help.
Solved! Go to Solution.
The "easiest" way to do this is to create a custom field in your database to store the filenames of each client photo. You will also upload these photos to Design Studio (preferrable they all are resized/formatted the same). You'll then insert the image as a token in your email as "<img src="https://yourmarketodomain.com/images/{{lead.client-photo}}">
The "easiest" way to do this is to create a custom field in your database to store the filenames of each client photo. You will also upload these photos to Design Studio (preferrable they all are resized/formatted the same). You'll then insert the image as a token in your email as "<img src="https://yourmarketodomain.com/images/{{lead.client-photo}}">