Simple send.
One POST and the message is queued. SDKs for Node, Python, Go, PHP, and Ruby.
EMAIL API
A REST API with batch, scheduling, idempotency, tags, and attachments.
POST /v1/emails
Authorization: Bearer xrl_prd_…
Content-Type: application/json
{
"from": "hello@yourdomain.com",
"to": ["ava@customer.com"],
"subject": "Welcome to Acme",
"html": "<p>You're in.</p>"
}
One POST and the message is queued. SDKs for Node, Python, Go, PHP, and Ruby.
Send many messages in one request without losing per-recipient tracking.
Set scheduled_at and let Xurel deliver at the right time.
Create an account, verify your domain, and send in minutes.