Question

How do I create a Zap to send an email with embedded image when status changes in Monday.com?

  • 12 April 2024
  • 3 replies
  • 18 views

Hi Guys!

 

I am trying to work out how to make a zap so when I change a status in Monday.com, it sends an email via gmail with an image embedded in it. Something like below:

 “Hi Name

Nice to meet you

{IMAGE}

Bye”

 

How would I go about creating that? I know Monday.com doesn’t have image embedding which is super frustrating. Fairly new to this. Any ideas?


3 replies

Userlevel 7
Badge +14

Hi @JoeyM 

You would need to use HTML for the email body.

Image tag: https://www.w3schools.com/tags/tag_img.asp

The link to the image must be publicly accessible.

Hi Troy!

 

Thanks for the reply.

What does that process specifically look like?? I have started my zap with “When specific column value changes” in Monday.com and then “Send email” in Gmail. 

Say the link for my image is “CatImage”. How do I link it in/embed it in the email??

 

Thanks!

Userlevel 7
Badge +14

@JoeyM 

Reference this help link for context about HTML tags for images.

Image tag: https://www.w3schools.com/tags/tag_img.asp

Reply