{ "to": ["user1@example.com", "user2@example.com"], "subject": "Hello World", "from_email": "noreply@yourdomain.com", "body_html": "<h1>Say Hello!</h1>", "body_text": "Say Hello!", "cc": ["team_member@example.com"], "bcc": ["archive@example.com"], "template_id": "uuid-of-the-template", "template_data": { "first_name": "John", "invoice_amount": "49.99" }, "reply_to": ["support@yourdomain.com"], "sender_name": "The Awesome Team", "attachments": [ { "filename": "invoice_001.pdf", "file_path": "/path/to/local/invoice.pdf", "mime_type": "application/pdf" } ] }
{ "message_id": "000001234abcd...", "status": "sent" }
The primary endpoint for injecting a new email message into the SendSculpt Mailer queue.
x-sendsculpt-key
template_id
body_html
body_text
Show Attachment Object
application/pdf
"sent"