email·digit
Docs

Everything to build
with Email Digit.

Quickstart in five minutes. Webhooks signed, idempotent, replayable. Free tools that work without an account. Multi-language code samples across every endpoint — native SDKs Q3 2026.

Get started

Send your first email in five minutes.

quickstart · POST /api/campaigns/send
# 1. Mint a token at /dashboard/api-tokens, copy the ed_live_… value
export ED_TOKEN="ed_live_8x4Tnq2c..."

# 2. Send your first email
curl https://api.emaildigit.com/api/campaigns/send \
  -H "Authorization: Bearer $ED_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "you@yourcompany.com",
    "subject": "Hello from Email Digit",
    "html": "<p>If you see this, we are live.</p>"
  }'

# →  {"send_id": "snd_…", "status": "queued", "trace_id": "tx_…"}
Documentation

Find what you need.

SDKs

Native clients Q3 2026

Today, the API is REST + JSON; multi-language code samples are on every endpoint page (see above). Native SDKs land in Q3 2026 starting with TypeScript and Python.

TypeScriptnpm add @emaildigit/sdkComing Q3
Pythonpip install emaildigitComing Q3
Gogo get github.com/emaildigit/ed-goComing Q4
Rubygem install emaildigitComing Q4
PHPcomposer require emaildigit/sdkComing Q4
Free tools · no signup

Use them without an account.

Public utilities we built for ourselves and shipped because everyone needs them.

Docs

Build first.
Talk to us second.

Mint a token, paste a curl, ship. We're here on email + Discord when you need us.