Export Guide

HTML export
Export email as HTML code

TinyEmails exports templates in two formats: JSON (for re-importing) and HTML (for sending via any email provider).

JSON export

When to use

  • Save a backup of your template
  • Version control (store in git)
  • Share templates between workspaces
  • Create a template library

How to export

  1. Click Export in the editor toolbar
  2. Select JSON
  3. Download the .json file

Re-importing

  1. Create a new email (or open an existing one)
  2. Click Import → select the JSON file
  3. The template loads into the editor

HTML export

When to use

  • Send via Amazon SES, SendGrid, Mailchimp, or any email provider
  • Embed in a website as a landing page
  • Use as a transactional email template

How to export

  1. Click Export → HTML
  2. Review the rendered HTML
  3. Copy or download

What's included

FeatureIncluded?
Inline CSSYes (all styles are inlined for email client compatibility)
Responsive CSSYes (media queries for mobile rendering)
Image URLsYes (absolute URLs to hosted images)
Alt textYes (from your block configuration)
DoctypeYes (proper HTML email doctype)
Head/metaYes (charset, viewport, email client meta tags)

Using with email providers

ProviderHow to use the HTML
Amazon SESCreate a template → paste HTML → send via API
SendGridDynamic Templates → paste HTML → use with API
MailchimpCampaign → Custom HTML → paste → send
PostmarkTemplates → HTML → paste → send via API
SMTPSet HTML as the email body in your send call

Sending a design from TinyCommand

A workflow can't send a TinyEmails design. To send one to a list of people, use TinyCampaigns: it sends your design to a TinyTables list and fills each {{field}} from that person's row.

Tip

For your own alerts, the workflow Send Email to Yourself node accepts an HTML body, so you can paste exported HTML there and add workflow variables.