AllyourproductnotificationsfromoneAPI.
Billing alerts, onboarding nudges and account updates over Email, SMS, Slack, WhatsApp and more — all powered by one simple integration.
No credit card required
// When an order is placed:
await sendivent
.event('order_placed')
.to('user@example.com')
.payload({
orderNumber: '#12345',
total: 49.99,
items: 3
})
.send();
You send order_placed once. Everything else happens in the dashboard.
Yourcodetellsuswhenthingshappen
Add a small call in your backend when something important happens in your product — we handle the rest.
- No notification templates buried in your code
- No custom glue for email, SMS and Slack
- No releases just because someone wants different wording

Yourteamwritesandcontrolsthemessages
The people who know your customers best decide what's sent, how it's phrased, and who should receive it — all without touching code.
- No more "can you just change this email?"
- Edit messages for each moment from one dashboard
- Copy changes go live in minutes, not in the next release
Seeeverynotificationacrosseverydestination
Every notification is logged – who you tried to reach, how (email, text, Slack, WhatsApp, push) and what happened. When someone says "I never got that email", you can check instead of guessing.
- Search by user or by moment (like `order_placed`)
- See which destinations were used and their status
- Test in sandbox and debug failures in seconds
Integrateinafewlines
Install the SDK, set your API key and send your first event — that's the whole setup.
npm install @sendivent/sdkimport { Sendivent } from '@sendivent/sdk';
const sendivent = new Sendivent('test_your_api_key', 'order_placed');
await sendivent
.to('user@example.com')
.payload({
orderNumber: '#12345',
total: 49.99,
items: 3
})
.send();Pricingthatfollowsyourusers,notyourcontactlist.
You're charged by how many people receive notifications in a month, not how many sit in a database. Email, text and Slack are included on every plan. SMS is billed per message.
Calculate your pricing
Up to1,000 people / mo
Your plan
Free
Our free plan allows up to 4,000 sends a month, enough to email your audience every week. All features are included. A small "Powered by Sendivent" footer will be attached.
Included channels








FrequentlyAskedQuestions
Everything you need to know about Sendivent
Readytogetstarted?
Create your account and start sending notifications in minutes.