Notifly is hosted notification infrastructure for product teams — one API for email, SMS, push, in-app, and chat. Visual workflow editor, AI agents, and the team features other platforms reserve for their enterprise tier.
curl -X POST https://api.notifly.io/v1/events/trigger \
-H "Authorization: ApiKey nf_..." \
-d '{"name":"welcome","to":{"subscriberId":"user-123"}}'Define a notification once. Notifly routes it to email, SMS, push, in-app inbox, and chat — with localization, throttling, and per-user channel preferences baked in.
Build deployed
Your latest release is live on production.
api/v2/send.New comment
Sara left a comment on #142
Deploy passed
main → production
Invoice paid
$49.00 received
The Notifly digest engine collects related events over a window — 5 minutes, an hour, a day — and ships one rich notification instead of fifty. Users stay, retention follows.
Notifly runs the delivery pipeline — queues, retries, digests, websockets — so the only thing your service owns is the trigger.
$ curl -X POST https://api.notifly.io/v1/events/trigger \
$ -H "Authorization: ApiKey $NOTIFLY_SECRET_KEY" \
$ -d '{"name":"welcome","to":{"subscriberId":"user-123"}}'
→ {"acknowledged":true,"status":"processed"}
→ email · in-app · push fanned out from one workflow
Nothing to operate
The API, delivery workers, websockets, and datastores are ours to run, patch, and page on.
Your data stays yours
Export your organization's data on demand, and an erasure request hard-deletes it across the platform.
Full observability
OpenTelemetry tracing and structured logs, wired end to end, behind an activity feed you can search.
No proprietary client
A versioned /v1 REST surface with a published OpenAPI document — anything the dashboard does, the API does.
Notification providers built in
Channels: email, SMS, push, in-app, chat
Events a month on the free plan
Day free trial on paid plans
Every plan carries all five channels, all 70+ providers, unlimited subscribers, and MFA. Roles, translations, and custom environments land on Team at $149 a month — not behind an enterprise call.
A real workspace for side projects and prototypes — no card, no sales call.
For a product in production. More headroom, and your branding instead of ours.
The team tier: roles, translations, and audit trails — where other platforms start at enterprise.
Compliance, scale, and support tailored to your organization.
All plans include every notification channel. Prices in USD. Cancel anytime.
Minutes from sign-up to your first delivery. One API, every channel, nothing to operate.
Get started
Create a workspace, grab a development API key, and trigger your first workflow — or read the plans first.
Free plan: 10,000 events a month. No credit card required.