Send emails
Send emails to multiple contacts, possibly with a time delay.
To send emails using the API, you must first verify the domain you want to send emails from. You can add and verify custom domains in the settings.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
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.
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).
How much time (in minutes) to wait before sending the emails.
x > 0
Fallback body of the email in HTML format.
Was this page helpful?