👾 Transactional Email API
Last updated
Was this helpful?
Last updated
Was this helpful?
Welcome to the Emailflow API documentation! With our API, you can easily automate sending transactional emails and generating PDFs. This guide will cover everything you need to know to get started.
All URLs referenced in the API documentation have the following base URL:
To authenticate your API requests, you need to include a Bearer Token
in your HTTP headers. The API key should be prefixed by the word Bearer
followed by a space.
Note: Replace
API_KEY
with your actual API key.
POST
https://api.emailflow.so/v1/email
Send transactional email.
Authorization*
Bearer API_KEY
templateId*
String
to*
String
params
JSON
templateId
string
The ID of the email template.
to
string
The email address to send to.
params
object
Any additional parameters needed.
Upon successful request, you will receive:
Upon failure:
We'll be adding example requests and additional guidelines soon. Stay tuned!
Thank you for using Emailflow!