Solved

Download HTML

  • 6 April 2022
  • 1 reply
  • 76 views

  • Anonymous
  • 0 replies

Hello everyone,

 

I am trying to download the HTML for emails that have been sent, can you help me out?

 

Thanks a lot!

icon

Best answer by Anonymous 6 April 2022, 09:47

View original

1 reply

Hello!

If you have a specific template from a sent email that you'd like to download, you can generally do this by going into the message and right-clicking on it. From there, you should see the option to interact with the "frame" that is displaying the content. For reference, the content you see in your browser is rendered through an <iframe>, as it is loaded into view from the server that stores archives of messages.

When I view it in my browser (Firefox), I see the ability save the frame to my desktop. This downloads the HTML file, but also all of the images that are referenced as well.

f4c51da43063f141aac73d8b1b36d86e.png

As an alternative, you may also consider using Customer.io’s API, which allows you to request specific deliveries by their delivery id. You can find the API endpoint for this, as well as other details of what this provides, on this link: https://customer.io/docs/api/#operation/getArchivedMessage . 

 

Reply