POST
/
email

Authorizations

Authorization
string
headerrequired

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

Body

application/json
from_email
string
required

The email to send from. This email's domain name must be added and verified. Otherwise, the request will fail with a 400 status code.

recipients
object[]
required

Array of contacts to receive emails. The only required field is to_email, with the rest of the fields having fallback values that can be specified on the top level.

It's possible to repeat the same contact email in the array with different delay_in_minutes values to create a sequence of scheduled emails for that contact (e.g. for onboarding).

delay_in_minutes
number

How much time (in minutes) to wait before sending the emails.

fallback_email_subject
string
fallback_email_sender_name
string
fallback_email_body
string

Fallback body of the email in HTML format.