Use the SendX API to send transactional emails with full tracking and custom headers.
POST https://app.sendx.io/rest/email
Header | Value | Description |
---|---|---|
Content-Type | application/json | Required |
Authorization | Bearer YOUR_API_KEY | Your SendX API key |
messageId
: Unique ID for the sent email.accepted
: Recipients to which the email was dispatched.rejected
: Recipients that failed validation.400
: Bad Request – missing required fields.401
: Unauthorized – bad or missing API key.429
: Too Many Requests – rate limit exceeded.