SOLVED

Re: Personalized Photo in Email to Client

Go to solution
Emma_Malecker
Level 2

Personalized Photo in Email to Client

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Dan_Stevens_
Level 10 - Champion Alumni

Re: Personalized Photo in Email to Client

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}}">

View solution in original post

1 REPLY 1
Dan_Stevens_
Level 10 - Champion Alumni

Re: Personalized Photo in Email to Client

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}}">