Emails
Send Email
Send an email to one or more recipients.
POST
Send Email
Sender email address. Must be from a verified domain. Can include a name:
"John Doe <john@yourdomain.com>".Recipient email address(es).
Email subject line.
HTML content of the email. Required unless
text or template_id is provided.Plain text content of the email.
UUID of a saved template to use. If provided, the template’s content will be used.
Variables to replace in the template. Example:
{"first_name": "John", "order_id": "12345"}.CC recipient(s).
BCC recipient(s).
Reply-to email address.
Email priority:
high (OTP/transactional, fastest delivery), normal (default), or low (bulk/marketing).Array of attachments. Each attachment has
filename, content (base64), and content_type.Custom email headers.
Custom tags for analytics. Each tag has
name and value.ISO 8601 datetime for scheduled sending.
Control email tracking behavior.
Request
Response
200
Send Email