Skip to main content
Question

Send email with html body and svg

  • 6 June 2024
  • 3 replies
  • 26 views

Hello, I need to send emails with the body type html and an svg inside the body, for some reason the emails arrive without the svg element. Thanks in advance.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

Hi @itheasupp 

For us to have context, post screenshots with how your Zap steps are outlined and configured in EDIT mode.

 

Userlevel 7
Badge +14

@itheasupp 

Help article for using HTML in Gmail emails: https://help.zapier.com/hc/en-us/articles/8496101927181-What-HTML-tags-are-supported-in-Gmail

 

Just include the HTML within the <body></body>

 

Example for using SVG in HTML

<svg width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg>