Email
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.
POST
/
email
/
transactional
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The subject of the email.
The body of the email. Supports markdown and HTML
The format of the email body. It can be either 'markdown' or 'html'.
Available options:
markdown
, html
Can be just an email "john@example.com", or an email with a neme "John Doe john@example.com"
Response
200 - application/json
Always true