- Send to multiple recipients with CC/BCC support
- HTML, plain text, and AMP content
- Custom headers and tracking options
- Webhook notifications for delivery events
- Account-based email sending limits apply
Authorizations
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_here
Body
application/json
Minimum length:
1
Example:
"Your Subject Here"
Example:
"<h1>Your HTML Content</h1>"
Example:
"Your Text Content"
Custom headers can be added to the email. These will be passed on when receving webhooks events for this email.
Example:
{ "X-Custom-Header": "Value" }