Transactional Email
One API for every transactional send.
OTPs, receipts, password resets, magic links — through REST API or SMTP relay. Drop-in replacement for SES, Mailgun, or Postmark, billed in Naira.
99.9%
Uptime SLA
< 800ms
p95 send time
50+
API endpoints
7
Official SDKs
The API
One curl away.
curl https://api.sendbaba.com/v1/email/send \
-H "Authorization: Bearer ${SB_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"from": "noreply@yourbrand.ng",
"to": "user@example.com",
"subject": "Your verification code",
"html": "<p>Your code is <b>482917</b></p>"
}'Built for builders
Battle-tested infrastructure.
REST + SMTP
Use whichever you prefer. SMTP for drop-in legacy code, REST for modern apps.
Signed webhooks
Real-time delivery, bounce, open, click events. HMAC-SHA256 signatures.
Bounce classification
Hard vs soft, auto-categorized. Suppression list managed for you.
Dedicated IPs
Optional dedicated sending IPs for high-volume senders. Auto-warmup included.
Live delivery logs
Searchable log of every send. Full headers, response codes, attempts.
Multi-region
Send from US, EU, or Africa-East. Lower latency for African senders.