Skip to main content
POST
Send email using template
🎯 Key Features:
  • Use saved email templates
  • Variable substitution
  • Multiple recipients support
  • Tracking and analytics

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

Override template subject

Example:

"Your Subject Here"

template
string
required

Template identifier

Example:

"template_f3lJvTEhSjKGVb5Lwc5SWS"

replyTo
object

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"