Sends an email to specified email address.
The email is not required to belong to a contact in your contact list. Use this API to send emails such as that a user who is not signed up for your product was invited to a team.
Do not send bulk (marketing) emails through this endpoint, we have pretty extensive checks, especially for the free tier users using the default sending tomain. The expected use case is to send transactional emails such as email resets, welcome emails, and other emails that are triggered by user actions.
Please contact the support if you do have a valid use case for sending bulk emails through the SMTP proxy to have your project whitelisted.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The body of the email. Supports markdown and HTML
The format of the email body. It can be either 'markdown' or 'html'.
markdown
, html
The subject of the email.
Can be just an email "john@example.com", or an email with a neme "John Doe john@example.com"
Response
Always true