To add personalized images to campaigns, you need to host images on your server or use a reputable image hosting provider like Google Photos. More on using Google Photos for emails is available here.

If you're using tools for image or video personalization like Loom, RepliQ, or Vidyard they'll provide direct image links for you.

 

1. Prepare your data in CSV

 

2. Prepare a campaign

 

Then click <> to open the Source code of the message.

 

 

and paste the following code

<img src="{{Image}}" width="400" alt="">

A {{Image}} variable will be replaced with the Image column from your CSV. Learn more about custom variables

You can change the width based on your needs but keep it under 600.

Once you're done, click Save.

 

What about if I want to hyperlink the image?

If you want to hyperlink the image, you need a slightly modified code.

<a href="{{LandingPage}}"><img src="{{Image}}" width="400" alt=""> </a>

Don't forget to upload a website address for each prospect.