POST
/
v1
/
send

Body

to
string
required

A single email address or an array of email addresses.

subject
string
required

The subject of the email.

body
string
required

The body of the email.

subscribed
boolean
default: "false"

Should the contact be subscribed

name
string

Override the name of the sender. Defaults to the project name.

from
string

Override the email of the sender. Defaults to your verified email.

reply
string

Override the reply-to address. Defaults to the from address or your verified email if the from address is not set.

headers
object

Additional headers to include in the email.

Headers

Content-Type
string
required

application/json

Response

success
boolean

Indicates whether the call was successful.

emails
Email Object
timestamp
datetime

The timestamp of the event.