HomeProductsEmail API
Email API

Email that
lands in the inbox.
Every time.

Transactional and marketing email built for African businesses — with drag-and-drop templates, domain authentication, and 98.4% inbox delivery.

No setup fees
SPF & DKIM included
DMARC-ready
~90ms delivery

98.4%

Inbox rate

~90ms

Avg. send time

50M+

Emails / month

10+

African markets

99.9%

Uptime SLA

< 5 min

Integration time

What's included

Everything you need
to send great email.

Transactional Email

Fire-and-forget emails for OTPs, receipts, password resets, and alerts. Priority routing ensures your time-sensitive messages arrive first.

Priority queueReal-time webhooksAuto-retry

Marketing Campaigns

Build, schedule, and send bulk email campaigns to thousands of subscribers. Personalize with merge tags and track opens, clicks, and unsubscribes.

Drag-and-drop builderA/B testingUnsubscribe management

Template Engine

Design responsive email templates with our visual builder or bring your own HTML. Inject dynamic variables and preview across email clients before sending.

Visual editorHTML importVariable injection

Deliverability Tools

Manage your sender reputation with built-in SPF, DKIM, and DMARC setup. Monitor blacklist status and get actionable inbox placement reports.

SPF/DKIM/DMARCBlacklist monitoringInbox placement

Analytics & Tracking

Get real-time visibility into every email you send — opens, clicks, bounces, and spam complaints — via dashboard or webhook events.

Open trackingClick trackingBounce handling

Suppression Lists

Automatically suppress bounced, complained, and unsubscribed addresses. Stay compliant with CAN-SPAM and GDPR without lifting a finger.

Auto-suppressionGDPR-readyBounce management

Deliverability pipeline

Built to land
in the inbox.

Every email runs through a 5-step pipeline engineered for maximum inbox placement — reputation management, content scoring, and dedicated IP pools keep your sender score pristine.

Dedicated IP pools for transactional vs marketing email

Automatic bounce and complaint handling with suppression lists

SPF, DKIM, and DMARC setup wizard included for free

Real-time blacklist monitoring across 80+ RBLs

Inbox placement preview before you hit send

API Request received

processing

Your email hits our edge within milliseconds. We validate headers, API key, and payload before queuing.

Spam & content check

Content passes through SpamAssassin-class filters and DMARC policy enforcement before dispatch.

Deliverability scoring

Sender reputation, domain age, and list hygiene scores determine queue priority.

SMTP dispatch

Email is dispatched via our dedicated IP pools with optimal MX routing for the recipient domain.

Receipt & tracking

Delivery receipt fires within 200ms. Opens, clicks, and bounces stream to your webhook in real time.

Developer experience

Send email in
under 5 minutes.

Official SDKs for Node.js, Python, PHP, and cURL. REST API with consistent JSON responses and granular webhook events for every status change.

01

Sign up and verify your sending domain

02

Install the SDK or grab your API key

03

Send your first email in one function call

import Sendexa from "sendexa";

const client = new Sendexa(process.env.SENDEXA_API_KEY);

// Send a transactional email
const response = await client.email.send({
  to: "kwame@techapp.gh",
  from: "hello@myapp.co",
  subject: "Order confirmed #8821",
  template_id: "order-confirm-v2",
  variables: {
    name: "Kwame",
    order_id: "8821",
    total: "GHS 450.00",
  },
});

console.log(response.message_id);
// → email_01J8XVZ9KQMNPRTX4Y7GBW2C3D

// Webhook fires on delivery:
// { status: "delivered", opened_at: null, clicked_at: null }

Use cases

Built for every
African industry.

🛒

E-commerce

  • Order confirmations
  • Shipping notifications
  • Abandoned cart recovery
  • Post-purchase reviews
💳

Fintech

  • Transaction receipts
  • Statement delivery
  • KYC verification
  • Fraud alerts
🏥

Healthcare

  • Appointment reminders
  • Lab results
  • Prescription alerts
  • Follow-up care
🎓

EdTech

  • Enrollment confirmations
  • Course updates
  • Certificate delivery
  • Progress reports

Pay only for what
you actually send.

No monthly minimums on the Starter plan. First 3,000 emails free every month, forever.

Starter

Free3,000 emails/mo

Great for side projects and early-stage startups

Growth

$0.0008per email

Scale without minimums — pay only for what you send

Enterprise

CustomVolume pricing

Dedicated IPs, SLAs, and account management

Start building today — it's free

Your first 3,000 emails
are on us.

Sign up, verify your domain, and send your first email in under 5 minutes. No credit card required.

No credit card required3,000 free emails/month98.4% inbox rateCancel anytime