API Reference
Send Email
The primary endpoint for injecting a new email message into the SendSculpt Mailer queue.
POST
Under the hood, all our SDKs interface directly with the SendSculpt Mailer through this endpoint. While the SDKs do the heavy lifting, it’s beneficial to understand how the API accepts data.
Authentication
SendSculpt uses an API Key for authentication. Pass your key in the custom headerx-sendsculpt-key.
Your SendSculpt API Key for authentication.
Request Body
List of primary recipient email addresses.
The subject line of the email.
The sender email address. Its domain must be registered and fully verified (SPF, DKIM) under your SendSculpt organization account.
The HTML body of the email. Cannot be used alongside
template_id.The plain text fallback body of the email. Cannot be used alongside
template_id.List of secondary recipient email addresses.
List of blind carbon copy recipient email addresses.
UUID of the template to utilize. If provided,
body_html and body_text are ignored.Context variables (key-value pairs) injected into the email template. Requires a
template_id to be present.Email address(es) that recipients should direct replies to.
The friendly display name of the sender.
Response
A unique identifier representing the queued email request.
The initial status of the email, typically
"sent" upon successful queueing.