Notix
Email API

An email API billed in your own currency.

Notix is a transactional and marketing email platform with a JSON API, an SMTP relay, OTP codes by email and SMS, and one suppression list. In Nigeria and Kenya it is billed in naira or shillings from a prepaid wallet you top up by card, bank transfer or mobile money, so no dollar card is needed. The free plan covers 5,000 emails a month everywhere, with no card and no end date.

3wallet currencies: USD and NGN and KES
5,000emails a month on the free plan, no card
$15a month for Pro, priced per currency in the console
99.9%monthly uptime SLA on Pro
Countries

Two currencies today, the same product in both.

Supported today: NGN for Nigeria and KES for Kenya. Everywhere else, prices are in USD and paid by card. Each country page has the local price, the top-up methods and the SMS sender ID rules.

Billing in your currency

A wallet, not a dollar card.

Your team holds a wallet in its own currency. Top it up through HitchPay by card, bank transfer or mobile money; Pro months and usage past the free allowance are deducted from it, and every movement has a receipt. The prices below are read live from the same price list the app bills with, for your location.

Free
$0per month, no card

For the first thing you ship.

  • 5,000 emails a month, 200 a day
  • 1 sending domain, 1 contact book, 1 team member, 1 webhook
  • Full API, SMTP relay, webhooks, suppression
  • One-time codes; SMS prepaid from the wallet
Start free
Enterprise
Customannual agreement, invoiced

For committed volume and procurement.

  • Committed volume, invoiced annually
  • Data processing terms on request
Contact sales
What you get

Everything, not a regional subset.

One API, one SMTP relay.

A JSON endpoint with typed SDKs for TypeScript, Python, Go and PHP, and an SMTP relay for anything that already speaks SMTP, sharing one pipeline.

OTP by email and by SMS.

One verification API sends a code by email or SMS. SMS is prepaid from the same wallet and can carry your own sender ID.

One suppression list.

Bounces, complaints and unsubscribes on a single list that transactional and marketing mail both honour.

Signed webhooks.

Delivery, bounce, complaint, open and click events as signed HTTP POSTs to your server.

A free plan that stays free.

5,000 emails a month, 200 a day, no card and no end date. Pro is $15 a month for 50,000 emails, billed in your currency where the wallet is offered.

Code

One request, wherever your app runs.

A JSON body, a Bearer key and an idempotency key. Full reference on the email API page, the SMTP relay page and in the docs.

curl
curl -X POST https://app.usenotix.dev/api/v1/emails \
  -H "Authorization: Bearer $NOTIX_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: order-4471-receipt" \
  -d '{
    "from": "receipts@acme.com",
    "to": "customer@example.com",
    "subject": "Your receipt for order 4471",
    "html": "<p>Thanks for your order.</p>"
  }'
Limits

The limits that apply.

ItemLimitWhere it is set
Recipients50 per message across to, cc and bcc; each one counts as an emailPOST /v1/emails, and RCPT TO on the SMTP relay
Attachments10 files, 7 MB each, 10 MB per emailRequest body, measured after base64 decoding
Batch100 messages per call, 40 MB of attachments across the batchPOST /v1/emails/batch
Idempotency key256 characters, kept 24 hoursIdempotency-Key header
FAQ

Questions, answered.

Do I need a dollar card?
No. The free plan asks for no card, and in Nigeria and Kenya you pay for Pro and usage from a prepaid wallet in naira or shillings, topped up through HitchPay by card, bank transfer or mobile money. Elsewhere, Pro is paid in dollars by card.
Which countries are billed locally?
Nigeria in naira and Kenya in shillings today. A visitor from either sees local prices on this site, read live from the same price list the app bills with. Everyone else sees dollar prices and pays by card, with the same product and the same free plan.
Is the product different in Africa?
No. It is the same API, SMTP relay, dashboard, webhooks and suppression list every Notix customer uses. What differs is the currency you pay in, the top-up methods, and the SMS sender ID rules of each country's networks.
Can I send SMS codes as well as email?
Yes. The verification API sends one-time codes by email or, with channel "sms", to a phone number. SMS is charged per message from the wallet, and each country page explains how a sender ID in your own name is registered.

Send your first email today, pay in your currency when you grow.

Verify a domain, copy an API key, make one call. The free plan does not ask for a card.