Overview
This supplementary API allows you to send transactional emails via Encharge.
Encharge really shines when it comes to sending automated emails. However, if you need to send transactional emails (e.g. password resets), this API has got your back.
For example, you can use this API to send emails like:
Password reset email
Single sign-on email with a magic login link
Payment receipt email
and more
Benefits
Sending HTML over email is a mess. Knowing what email clients support what HTML features can be a full-time job.
With Encharge, you can use our Visual Drag-and-Drop editor or our Simple editor to create a standard-compliant email that will look properly in all email clients. Then, you can send the template using this API.
Further reading:
Explore more benefits of sending transactional email via Encharge.
Getting Started
0. Create an account and get your API key
If you haven't registered for Encharge yet, create an account. Then, get your API key from your Account.
1. Create an email template
Open the Emails section in Encharge. Click the + icon in the lower-left to create a new email. You can skip this step if you've already created your email template.
2. Send a request to the Transactional Email API
An example follows in Node.js. You can use API documentation in Postman to generate an example in your preferred language.
Last updated