Skip to main content
POST
Send an email

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the email

Body

application/json
to
string
required

The email address to send the email to

subject
string
required

The subject of the email

body
string
required

The body of the email

Response

200 - application/json

A confirmation that the email was sent

ok
boolean
required

Whether the email was sent successfully