Skip to main content
POST
Send transactional email
🎯 Key Features:
  • Send to multiple recipients with CC/BCC support
  • HTML, plain text, and AMP content
  • Custom headers and tracking options
  • Webhook notifications for delivery events
📋 Rate Limits:
  • Account-based email sending limits apply

Authorizations

X-Team-ApiKey
string
header
required

Team API key for authentication. Find your API key in SendX Settings → Team API Key.

Example:

Body

application/json
from
object
required
to
object[]
required
Minimum array length: 1
subject
string
required
Example:

"Your Subject Here"

htmlBody
string
required
Example:

"<h1>Your HTML Content</h1>"

replyTo
object
textBody
string
Example:

"Your Text Content"

headers
object

Custom headers can be added to the email. These will be passed on when receving webhooks events for this email.

Example:

Response

✅ Email queued for delivery

Success response when transactional email is queued for delivery (202 Accepted)

status
enum<string>
required
Available options:
success
Example:

"success"

message
string
required
Example:

"Email queued for delivery"