API ReferenceTransactional EmailSend Transactional Email
Send Transactional Email
Send reliable transactional emails like password resets, order confirmations, and system notifications with high delivery rates and real-time tracking.
POST
https://tapi.simplysend.email/sendParameters
toRequiredstring
The email address of the recipient who will receive the message.
fromRequiredstring
The verified sender email address or domain you want to send from.
subjectRequiredstring
The subject line for the email.
htmlRequiredstring
HTML body content. MUST include required template variables. See below compliance template below.
textstring
The plain text version of the email for clients that don't support HTML.
replyTostring
The email address where recipients' replies should be sent.
attachmentsarray
An array of objects containing name, contentType, and base64 encoded content.
Up to 10 attachments per email. Combined size cannot exceed 10MB.
PDFPNGJPGCSVDOCX
headersobject
Custom key-value pairs to be included in the email headers.
templateVariablesobject
Variables to be injected into your dynamic templates.
RequestPOST
Compliance Templates
Your HTML body MUST include the following template variables as listed below. Place below variable in the body of your email where you want them to appear.Physical mailing address of your company.System-generated unsubscribe link for recipients to unsubscribe from your emails.An abuse reporting link or email address. Highly recommended for deliverability.
{{company_address_html}}Required{{unsubscribe_email_html}}Required{{report_abuse_email_html}}Optional