Templates & Export

Pre-built templates

Start with a professionally designed template and customize:

TemplateUse caseWhat's included
WelcomeNew user onboardingHero image, welcome message, getting started steps, CTA
Reset PasswordPassword recoverySecurity notice, reset button, expiry warning
One-Time Passcode2FA verificationOTP code display, validity timer, security tips
Order (E-commerce)Order confirmationOrder summary, items, shipping, total, tracking link
Reservation ReminderBooking confirmationDate/time, location, details, cancel/modify buttons
Subscription ReceiptPayment receiptPlan name, amount, billing period, invoice link
Post Metrics ReportAnalytics summaryKPI cards, growth numbers, charts placeholder
Respond to MessageReply notificationOriginal message preview, reply button, thread link
EmptyStart from scratchBlank canvas with basic structure

Loading a template

  1. Create a new email or click Templates in the editor
  2. Select a template; it loads into the canvas
  3. Click any block to customize text, colors, images, and links
  4. All templates are fully editable: add, remove, or rearrange any block

AI-assisted design

The editor includes a GPT-4.1 powered AI assistant (chat overlay):

What it can do

RequestExampleResult
Generate from scratch"Create a welcome email for SaaS users"Complete email with hero, features, CTA
Modify blocks"Make the header background blue"Updates the specific block's styles
Write copy"Write a subject line for a Black Friday sale"Suggests multiple options
Add sections"Add a footer with social media links"Inserts new blocks
Restructure"Make this a two-column layout"Rearranges the block structure

Using the AI

  1. Click the AI chat icon in the editor
  2. Type your request in natural language
  3. The AI generates or modifies blocks on the canvas
  4. Review and adjust as needed

The AI streams its response via SSE (Server-Sent Events); you see changes appear in real-time on the canvas.

Export

JSON export

Save the template as a JSON file for:

  • Re-importing into TinyEmails later
  • Version control (store templates in git)
  • Sharing templates between workspaces

HTML export

Export the rendered HTML for use with any email provider:

ProviderHow to use
Amazon SESPaste HTML into SES template or send via API
SendGridUse as dynamic template content
MailchimpPaste into custom HTML template editor
PostmarkUse as transactional email template
Any SMTPSend the HTML as the email body

The exported HTML is:

  • Responsive (works on mobile and desktop)
  • Email client compatible (tested with Gmail, Outlook, Apple Mail)
  • Inlined styles (no external CSS dependencies)
Note

TinyEmails is a template builder, not a sending platform. It doesn't send emails directly, manage subscriber lists, or track opens/clicks. Use TinyWorkflows' Send Email action or an external provider for sending.

Tip

Use the AI assistant to generate a first draft quickly, then manually refine the design. It's much faster than building from scratch, especially for complex layouts with columns and images.