string
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.
string
required
Your SendSculpt API Key for authentication.
Request Body
array of strings
required
List of primary recipient email addresses.
string
required
The subject line of the email.
string
required
The sender email address. Its domain must be registered and fully verified (SPF, DKIM) under your SendSculpt organization account.
string
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.array of strings
List of secondary recipient email addresses.
array of strings
List of blind carbon copy recipient email addresses.
string
UUID of the template to utilize. If provided,
body_html and body_text are ignored.object
Context variables (key-value pairs) injected into the email template. Requires a
template_id to be present.array of strings
Email address(es) that recipients should direct replies to.
string
The friendly display name of the sender.
array of objects
Response
string
A unique identifier representing the queued email request.
string
The initial status of the email, typically
"sent" upon successful queueing.