Skip to main content
Registered e-mails are dispatched through a certified provider and tracked for delivery and open events.

Endpoints

Full request/response schemas live in the API Reference tab.

Sending

POST /api/email/v1/post requires at least name, email and subject, plus either msg (HTML body) or an attachment.
  • Attachments are capped at 20 MB; common document and image types are accepted; password-protected PDFs are rejected.
  • Disposable e-mail domains are rejected.
  • reply_to falls back to your profile’s default reply-to address, then to your account e-mail.
  • A JSON body (application/json) is also accepted for sends without an attachment.

Tracking

GET /api/email/v1/get/{securityToken}/{job_id} returns delivery state (e-mail order ids start with E, e.g. E2607031):