Best answer

Microsoft Office 365 integration: Cannot send HTML formatted email

  • 6 May 2023
  • 1 reply
  • 55 views

I’m trying to automate an email being sent using Microsoft Office 365 integration.

In general the Zap works. However, as part of the ‘Action’, it gives me the option to use ‘Text’ or ‘HTML’ for the body format.

Text works fine, but the email looks plain and unprofessional.

I want to use HTML email, but when I select HTML there doesn’t seem to be any way that I can format the email/add an image etc. Even testing this option, the spacing doesn’t work - so it ends up looking worse than the ‘plain’ body version.

Does anyone know how I actually format in HTML?
 

Thank you!

icon

Best answer by ken.a 8 May 2023, 15:30

View original

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

1 reply

Userlevel 7
Badge +6

Hi @Jimmy_G,

Welcome to the Community! 🎉

To format the "Body" field correctly, you can add HTML tags using the HTML option. You can learn more about HTML tags here: https://www.w3schools.com/tags/

If you want to add an image to the body of the email, you can use this HTML tag: https://www.w3schools.com/tags/tag_img.asp

Just a quick note, make sure to use the publicly hosted image URL and that it's a direct download link.

Hopefully, this helps! 😊