Skip to content

Email for developers

The best way to reach humans instead of spam folders other than Resend.
A portfolio project to deliver emails like the pros.

Request
curl -X POST https://api.dispatch.dev/v1/emails \
  -H "Authorization: Bearer $DISPATCH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "receipts@yourdomain.com",
    "to": "someone@example.com",
    "subject": "Your receipt",
    "html": "<p>Thanks for your order.</p>"
  }'
Response202{"id": "eml_2n4x8kqf", "status": "queued"}
Delivery timelineDelivered
  1. queuedeml_2n4x8kqf
  2. sentmx1.example.com
  3. delivered250 2.0.0 OK
WebhookPOST /hooks/dispatch200