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.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
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'.
markdown
, html
Can be just an email "john@example.com", or an email with a neme "John Doe john@example.com"
Whether to track email opens. Allow you to overwrite the project's global setting. Default: nil
- Uses the project's global setting.
Whether to track when a users taps on a link in the email. Allow you to overwrite the project's global setting. Default: nil
- Uses the project's global setting.
Response
Always true