EMAIL API

Send email with a single call.

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>"
}
            

Simple send.

One POST and the message is queued. SDKs for Node, Python, Go, PHP, and Ruby.

Batch up to 100.

Send many messages in one request without losing per-recipient tracking.

Schedule ahead.

Set scheduled_at and let Xurel deliver at the right time.

Related

More features

Ship your first email today.

Create an account, verify your domain, and send in minutes.