Send Transactional Email
Send reliable transactional emails like password resets, order confirmations, and system notifications with high delivery rates and real-time tracking.
https://tapi.simplysend.email/sendParameters
toRequiredfromRequiredsubjectRequiredhtmlRequiredtextreplyToattachmentsAn array of objects containing name, contentType, and base64 encoded content.
Up to 10 attachments per email. Combined size cannot exceed 2MB.
headersCustom headers to include in the email. e.g. { "X-Entity-ID": "user_12345", "X-Feedback-ID": "transaction_abc" }
Note: List-Unsubscribe is automatically injected by the system.
templateVariablesKey-value pairs for dynamic content injection. e.g. { "first_name": "John", "discount_code": "WELCOME20" }
These can be referenced in your HTML or text body using double curly braces, e.g. {{first_name}}.
enableClickTrackingWrap all links in the email with click-tracking redirect URLs so each click is recorded as a Click event. Defaults to false.
Only applies when your account is routed via the OCI provider. Has no effect on AWS SES sends.
Compliance Templates
{{company_address_html}}Required{{unsubscribe_email_html}}Required{{report_abuse_email_html}}Optional