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 ExportHTML
  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

Using with TinyWorkflows

Use the exported HTML in a Send Email workflow action:

  1. Export the HTML from TinyEmails
  2. In a workflow, add a Send Email node
  3. Set the body to the HTML (or store it and reference as a variable)
  4. Use workflow variables for personalization
Tip

Store your HTML templates as text in a TinyTable. Reference them in workflows with Find One → use the HTML in Send Email. This lets you update templates without modifying workflows.