Skip to main content

I’m setting up a very simple 1. New entry (Typeform) → 2. Send email (Gmail/html) Zap, and wanted to put in an image into the email body, where I got stuck at.

How can I do that? 

Hi ​@Yohko 

The image will need to be hosted and publicly available.

You will need to use HTML.

Help: https://www.w3schools.com/tags/tag_img.asp

 

<img src="https://example.com/path-to-image.jpg" alt="Description of image" style="max-width:100%;">

 


Reply