Custom HTML Email Template Upload

Trying to publish an HTML custom-coded email template into Marketing > Design Manager in HubSpot.

We are receiving the following error messages:

Has anyone else experienced these?

Also, when the template is uploaded correctly and published, can you edit the copy/URL links and images like a standard HubSpot template?

Any help would be greatly appreciated.

Hi @KMacdonald73, hope you are doing well!

To answer your questions:

1. According to this guide, these two tags are required and must be present in the HubSpot template.

  • {{ standard_header_includes }} - Used to intelligently add combined and minified required CSS.
  • {{ standard_footer_includes }} - Used to intelligently add javascript to the bottom of a page dynamically, for things like the HubSpot tracking script, and modules.

You can add {{ standard_header_includes }} and {{ standard_footer_includes }} at the start and end of your template in order to resolve these errors

2. Depending on how the template is built, you should be able to either edit directly in the HTML of the file in the design manager. Or if the developer added editing capabilities in the email editor, then it can be edited in the email editor directly.

Hope this helps,

Diana