Personalized images📷

How to insert personalized image for every lead

Marija Zivanovic avatar
Written by Marija Zivanovic
Updated over a week ago

To add dynamic images to your campaign, please follow these steps:

1. Host your image on something like Google Photos (upload the image there and use the share link) to get a perfectly trustable image host. Click on Share, and then Create link.

2. Copy the shared link of the image from Google Photos

3. When you get the share link from Google Photos, paste it on this website to get an embed link that you can finally use in instantly.

4. Paste the share link under Google Photos and click Generate Embed Code, then copy the Direct Image link

5. Now Insert the direct link in your CSV file.

  • Set the column name to "ImageURL" (ensure that there are no spaces in between the variable name, otherwise it won't work) and then import it as a custom variable to Instantly

  • Once you've done that, you can just go to your sequence editor and add a random single image from the ones you have the way you would normally add an image (just so the HTML code for the image shows up)

  • Go to the Code View -> find the code for your image and then change the src="url" (the whole url as shown below) to src="{{ImageURL}}"

    Original Link:

    Change the image URL to a variable but make sure you keep the "".

  • Once you've done this, click out of the Code View and even though the image might appear broken in the sequence editor, you will be able to see it working in the preview mode.

6. Click Preview to preview the image or send a test email to double-check that the image works

Did this answer your question?