Skip to main content
POST

Send Email

This endpoint allows you to send a single email to one or more recipients. Endpoint: POST /v1/external/email/send

Request Body

Attachment Object

Responses

Success (200 OK)

Error Responses

Authorizations

x-api-key
string
header
required
x-api-secret
string
header
required

Headers

x-api-version
enum<string>
required

API version header

Available options:
2025-08-01

Body

application/json
from
string
required

Sender email address

to
required

Recipient(s), max 150

subject
string
required

Email subject line

html
string

HTML content

text
string

Plain text content

cc

CC recipient(s)

bcc

BCC recipient(s)

replyTo
string

Reply-to address

attachments
object[]
tags
object

Key-value tags (e.g. { "campaign": "onboarding" })

headers
object

Custom email headers

scheduledAt
string

Schedule delivery (ISO 8601)

Response

Email scheduled successfully

statusCode
string
Example:

"200"

statusMessage
string
Example:

"Email scheduled successfully"

transactionId
string
Example:

"01J...ulid"

sequenceNo
string
Example:

"01J...ulid"

data
object | null
timestamp
string<date-time>