πŸ“˜ Uploading and Managing Email Templates

Introduction

Email templates are the cornerstone of any transactional email service. At Emailflow, we offer a simple yet powerful way to manage your templates. This guide explains how to upload and manage them effectively.

Supported Formats

Emailflow supports HTML for email templates. Currently, plain text is not supported.

How to Upload a Template

  1. Navigate to Email Templates: From your Dashboard, click on the Email Templates section.

  2. Upload HTML File: Click the Upload button and select your HTML file.

  3. Preview and Save: Before saving, you can preview the template to make sure it looks as expected.

Template Parameters

You can personalize your email templates by using parameters, denoted by curly braces {}. For example:

Hello, {name}!

You can also loop through arrays using special brackets [[ ]]:

Here's 10 reasons I love you:
[[<p>{reasons}</p>]]

Advanced Features

  • PDF Attachments: You can specify an already defined PDF template to use as an attachment.

  • Custom File Links: Attach files by specifying custom links.

Upcoming Features

We're actively working on an HTML editor and brand-aware template creator to make your life even easier.

What's Next?

  • Look into our API guide to integrate these templates into your application.

  • Check out our scheduling and logs features to maximize the utility of your emails.

Craft beautiful and effective emails with Emailflow!

Last updated

Was this helpful?