Overview
This supplementary API allows you to send transactional emails via Encharge.
Last updated
Was this helpful?
This supplementary API allows you to send transactional emails via Encharge.
Last updated
Was this helpful?
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
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:
of sending transactional email via Encharge.
If you haven't registered for Encharge yet, . Then, get your API key from .
Open the 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.
An example follows in Node.js. You can use to generate an example in your preferred language.