APIs
Send Email
Send emails with attachments and custom headers
POST
Authentication
All API requests require authentication using a bearer token in the Authorization header.
Format: Bearer YOUR_API_KEY
Request
Body Parameters
Sender email address
Recipient email address(es). Multiple recipients can be specified using commas.
Can include names in format: Name <[email protected]>
Email subject line
HTML content of the email
Sender name
Reply-to email address. Can include name in format: Name <[email protected]>
Array of attachment objects
Custom email headers
Response
Indicates if the email was sent successfully
Unique identifier for the sent email