Emails
Send a message, read it back, and follow what happened to it.
Send an email
Send a transactional email. Domain is derived from the `from` address.
List emails
List emails across all domains with cursor-based pagination and filtering.
Update an email
Update a pending email. Currently supports rescheduling via `scheduled_at`.
Get an email
Retrieve a single email by ID.
Cancel an email
Cancel an email that hasn't been delivered yet. Works for scheduled emails
List events for an email
Returns the full event timeline for a specific email, including delivery, opens, clicks, bounces, and complaints.
Resend an email
Resend a previously sent or failed email. Creates a new email with the same content and returns the new email ID.