Notix
Alternatives

A Loops alternative built around the transactional API.

Loops is a marketing email tool for SaaS teams, priced by subscribed contacts, with a transactional endpoint attached and no SMTP. Notix is the other way round: a send API with templates and idempotency keys, an SMTP relay, one-time codes by email or SMS, signed webhooks, and campaigns and journeys on the same suppression list, priced per email: 5,000 a month free, then 50,000 for $15. Teams that chose Loops for its editor should stay; teams that need the transactional side to carry a product will find more of it here.

Why switch

Why people look for a Loops alternative.

The free plan counts contacts and carries a badge.

Loops' pricing page puts Free at 1,000 subscribed contacts and 4,000 emails in any 30-day window, marketing and transactional together, with Loops branding on the mail. Receipts to a growing user base hit the contact cap before the email cap.

Prices you have to ask for.

Paid plans are priced by subscribed contacts with unlimited sends, and the tier prices are not printed on the pricing page. A transactional workload with many recipients and few marketing contacts pays by the wrong unit.

API only, no codes, no relay.

Loops' docs say transactional email is API only; there is no SMTP host for the parts of a stack that already speak SMTP, no one-time-code endpoint, and no pre-send deliverability check. Webhooks are not stated in its API docs.

Side by side

Loops and Notix, criterion by criterion.

Every Loops figure was read from Loops' own pricing page and API docs on 2026-09-13; the date sits under the table. Where a row says a price or fact is not stated, the pages did not state it and this page does not guess.

Figures read from loops.so on 2026-09-13; Notix figures come from its own pricing page.
CriterionLoopsNotix
Free tier1,000 subscribed contacts and 4,000 emails in any 30-day window, marketing and transactional together, with Loops branding5,000 emails a month, 200 a day, no card, no end date
Entry paid planPriced by subscribed contacts; tier prices not shown on the pricing pagePro $15 a month
Included on that planUnlimited sends on paid plans, up to 1,000 emails a second per team50,000 emails, usage past that metered on the same invoice
SMTP relayNo; transactional email is API onlyYes, on every plan
SDKsJavaScript/TypeScript, Go, PHP, RubyTypeScript, Python, Go, PHP
WebhooksNot stated in the API docsYes, signed, for email, contact and domain events
OTP / verification APINoYes, email and SMS codes
Deliverability check before sendingNoYes, a pre-send check API
Billing outside USDNot stated on the pricing pageUSD by card; naira and shillings from a prepaid wallet
SLANot stated on the pricing page99.9% on Pro, credits on the pricing page
Prices and limits read from the vendors' own pages: loops.so on 2026-09-13. Notix figures are from its own pricing page.

Where Loops is better.

An editor built for SaaS product email and newsletters, unlimited sends on paid plans at up to 1,000 emails a second per team, and SDKs in JavaScript, Go, PHP and Ruby (Notix has no Ruby client). If the newsletter editor is where your team spends its time, Loops is the right tool and this page is not for you.

Where the pages agree.

Both send a transactional email from a JSON call with a template id and variables, both keep a contact list with subscription status, both have a free plan, and both expect you to verify a sending domain. Loops' billing currency, SLA and webhook support are not stated on its pages, so those rows are left as read.

What you get

What Notix adds.

Priced per email, no contact cap.

5,000 emails a month and 200 a day on Free with no branding, then 50,000 for $15 on Pro; the pricing page has the per-unit rate past that.

An OTP API.

One call sends a code by email or SMS, one call checks it. Expiry, attempts, rate limits and risk scoring are handled server-side. See OTP email.

An SMTP relay.

smtp.usenotix.dev on 465 or 587 for Supabase, Rails, WordPress and anything else that already speaks SMTP, with the same log and suppression behind it.

Signed webhooks.

Delivery, bounce, complaint, open and click events signed with HMAC-SHA256, retried, and replayable from the console.

A deliverability check before sending.

Post the message and get back a verdict, a score and the findings that would block a send.

Naira and shilling billing.

A prepaid wallet in NGN or KES, topped up locally. Pro is charged from the balance each month; no dollar card needed.

Migration

Moving from Loops takes an afternoon.

The transactional call carries the same idea: a template id, a recipient, variables. Swap the request and the key, verify the domain, and import the audience.

POST /api/v1/transactional (Node)
// Loops transactional send over its REST API
const response = await fetch("https://app.loops.so/api/v1/transactional", {
  method: "POST",
  headers: {
    Authorization: `Bearer ${process.env.LOOPS_API_KEY}`,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    transactionalId: "clfq6dinn000yl70fgwwyp82l",
    email: "customer@example.com",
    dataVariables: { orderId: "48213" },
  }),
});

1. Verify the domain.

Add the SPF, DKIM and DMARC records Notix gives you. They sit beside Loops' records, so both can send while you switch. The quickstart walks through it.

2. Rebuild the templates, swap the call.

Recreate each transactional email in the Notix editor with the same variable names, then replace the Loops request with notix-js and an idempotency key named after the order or event.

3. Import the audience and the suppressions.

Export the Loops audience as CSV into a Notix contact book (double opt-in is on for imports), and upload bounced and unsubscribed addresses under Suppressions before the first send.

Pricing math

What a month costs at three volumes.

Monthly cost on Loops and Notix at 3,000, 50,000 and 100,000 emails
Emails a monthLoopsNotix
3,000Free, $0, if you hold under 1,000 subscribed contacts (with Loops branding)Free, $0
50,000A paid plan priced by subscribed contacts; tier prices not shown on the pricing pagePro, $15
100,000A paid plan priced by subscribed contacts; unlimited sendsPro, $15 plus the 50,000 above the allowance, metered on the same invoice

Loops charges by contacts held, not emails sent, and does not print its tier prices, so the two middle rows compare a quote against a listed number. Notix overage is at the per-unit rate on the pricing page. Loops facts read on 2026-09-13.

Nigeria and Kenya

A Loops alternative you can pay for in naira.

Teams in Nigeria and Kenya fund a prepaid wallet in naira or shillings through local payment methods and Pro is charged from that balance each month, so nobody needs a dollar card that clears international charges. SMS to Nigerian and Kenyan numbers is prepaid from the same wallet. The local price per email is on the pricing page when you open it from either country.

FAQ

Questions people ask before switching.

Is Notix a Loops alternative?
For sending, yes. Loops is a marketing email tool for SaaS with a transactional API attached: an editor, contact-based pricing, and unlimited sends on paid plans. Notix is a send API first: templates and idempotency keys, an SMTP relay, one-time codes by email or SMS, signed webhooks, and marketing campaigns and journeys on the same suppression list. If you chose Loops for its editor and its SaaS focus, that is a real reason to stay; if you chose it because it also had a transactional endpoint, Notix is built around that endpoint.
Is Notix cheaper than Loops?
Loops prices by subscribed contacts and does not print its tier prices on the pricing page, so a number cannot be quoted here. Its free plan is 1,000 contacts and 4,000 emails in any 30-day window, marketing and transactional together, with Loops branding. Notix Free is 5,000 emails a month with no branding and no contact cap, and Pro is $15 for 50,000 emails, with usage past that metered on the same invoice. Which is cheaper depends on how many contacts you hold against how many emails you send.
What does Loops have that Notix does not?
An editor built for SaaS marketing email, contact-based pricing with unlimited sends on paid plans (up to 1,000 emails a second per team), and SDKs in JavaScript, Go, PHP and Ruby. Notix has TypeScript, Python, Go and PHP SDKs and a visual template editor, but its marketing side is campaigns and journeys, not a product-newsletter tool. If your team lives in the newsletter editor, Loops is the right tool and this page is not for you.
Does Loops have SMTP, signed webhooks or an OTP API?
Loops' docs say transactional email is API only, so there is no SMTP relay; whether it offers webhooks is not stated in its API docs as read on the date under the table, and it has no one-time-code API. Notix has an SMTP relay on every plan, signs every delivery, bounce and complaint event, and generates and checks codes by email or SMS in two calls.
Can I keep my contacts and suppression list?
Yes. Export your Loops audience as CSV and import it into a Notix contact book; double opt-in is on by default for imports, so nobody is mailed who did not confirm. Export bounced and unsubscribed addresses too and upload them under Suppressions so the first send never reaches an address that already said no.
Can I pay for Notix without a dollar card?
Yes. Teams in Nigeria and Kenya fund a prepaid wallet in naira or shillings and Pro is charged from that balance each month. Loops' pricing page does not state its billing currency.

Start free, per email, no card.

5,000 emails a month on Free. When you outgrow it, Pro is $15 for 50,000, payable by card or from a naira or shilling wallet.