One API for transactional email and SMS. Signed webhooks, idempotency, scheduled sends, and real-time logs — so your team spends zero hours on deliverability and a hundred on product.
curl -X POST https://api.sendoka.com/api/v1/emails -H "Authorization: Bearer $SENDOKA_API_KEY"One key, one REST endpoint. Idempotent by design, signed webhooks, structured errors with request_id. Works from any HTTP client.
Platform mode lets you sub-organize your customers as tenants. Isolated suppressions, webhooks, domains, templates. One SES account, one bill.
Automatic domain warmup, DKIM + SPF + DMARC guidance, RFC 8058 one-click unsubscribe. Auto-suppression on bounce or complaint.
Idempotency keys, signed webhooks, and structured errors with request_id on every response. Works from curl, fetch, requests, or any HTTP client your stack already has.
curl -X POST https://api.sendoka.com/api/v1/emails \ -H "Authorization: Bearer $SENDOKA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "from": "Acme <hello@acme.com>", "to": ["alex@acme.com"], "subject": "Welcome to Acme 👋", "template": "welcome-v4", "variables": {"first_name": "Alex"} }' # → { "id": "msg_01HN…", "status": "sent" }
Stop tailing log aggregators. Watch delivery, opens, clicks, bounces, and complaints as they happen — with the raw payload one click away.
Versioned templates with typed {{variables}}. Preview in-app, test-send to yourself, then fan out to a 10k-contact audience in one call.
welcome-v2 and never break subscribersSend SMS and MMS through the same key as email. 180+ countries. STOP/HELP auto-suppression. Automatic opt-out compliance.
“We migrated 900 million annual sends from our old provider in one afternoon. Our on-call stopped paging about deliverability entirely.”
“The logs page alone is worth the price. Being able to replay a webhook against a branch preview is absurdly good DX.”
“We moved SMS and email onto one vendor and retired two internal services. Compliance loved the audit trail. Finance loved the bill.”
Only pay for what you send. No per-seat fees, no per-contact fees, no “contact us” games.
sok_test_* keysFree forever plan. No credit card. No “sales call” ambush. Just an API key.