v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB
Email API

Send a transactional email

Creates and queues a transactional email for delivery. Routed by menshen to the transactional-email service.

HTTP 200 means the message was accepted for processing, not delivered to the recipient's mailbox. Poll Search email tracking or Get email tracking (single message timeline) after a short delay (typically 1–2 minutes), or use optional callback URLs on the send request.

The response trackingId is the primary id for log lookup. See Email API for trackingId vs messageId.

post/transactional-email

Headers

Authorizationstring required

Bearer {access_token}

Content-Typestring required

Request body

subjectstring
scheduledDatestring date-time
ttlinteger

Time-to-live in minutes.

maxAttemptsinteger
labelstring

Response

Message accepted for processing

trackingIdstring required

Use with email tracking endpoints and callbacks.