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.
"You've been invited to IndiePitcher"
The body of the email. Supports markdown and HTML
"You can use **markdown** to generate the email. Plain HTML is also supported."
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"
"john@acme.com"
Whether to track email opens. Allow you to overwrite the project's global setting. Default: nil
- Uses the project's global setting.
null
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.
null
Response
Always true