Skip to main content
Question

Image From Canva in Welcome Email

  • August 28, 2023
  • 4 replies
  • 108 views

JF_1010
Forum|alt.badge.img

Hi, 

I am trying to include a “.png” image/design from Canva in a welcome email, but I’m not sure how to do this. And Canva’s support team doesn’t think it is possible b/c they use “iframe”.  Could I save the file in a different application, like Google Drive, and then use a link from there?  

Also, I’m not a developer, so I need some hand holding if code is involved.  Thanks in advance for any help offered!

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

4 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • August 28, 2023

Hi @JF_1010 

Good question.

You’ll need to use HTML img tag: https://www.w3schools.com/tags/tag_img.asp

The link to the image file need to be a publicly accessible direct download link.

 


JF_1010
Forum|alt.badge.img
  • Author
  • Beginner
  • August 28, 2023

Thanks for the response.  But I’m a little confused here. In terms of which GDrive file format I should use...it seems like I would use this one, but I thought I can’t use iframe?

 

 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • August 28, 2023

@JF_1010 

Try using this tool: https://sites.google.com/site/gdocs2direct/

You’ll need to use HTML img tag: https://www.w3schools.com/tags/tag_img.asp


JF_1010
Forum|alt.badge.img
  • Author
  • Beginner
  • August 28, 2023

Thanks a lot, Troy.  That Google tool worked.  Much appreciated.