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

Request

Response

200