Skip to main content
POST
Send Email

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
from
string
Example:

"noreply@example.com"

to
string[]
Example:
subject
string
Example:

"Welcome!"

html
string
Example:

"<h1>Hello</h1>"

scheduledAt
string<date-time>
Example:

"2025-06-17T12:00:00Z"

reply_to
string
Example:

"support@example.com"

attachments
object[]

Response

Emails queued successfully

message
string
Example:

"Emails queued"

id
string[]