AllyourproductnotificationsfromoneAPI.
Billing alerts, onboarding messages, and account updates across email, SMS, and Slack — without wiring providers or hardcoding message logic in your code.
No credit card required
// When an order is placed:
await sendivent
.event('order.confirmed')
.to({ email: 'user@example.com' })
.payload({
orderNumber: '#12345',
total: 49.99,
items: 3
})
.send();
You send order.confirmed once. Everything else happens in the dashboard.
Yourcodetellsuswhenthingshappen
When something important happens in your app, you send it once to Sendivent. We handle message delivery, retries, and tracking — so your code stays focused on your product.
- No notification templates in your codebase
- No provider-specific integrations
- No deploys for copy changes


Welcome email
Order updateYourteamcontrolsmessageswithouttouchingcode.
Message content and configuration live in the dashboard, so product and marketing can make changes without involving developers.
- Edit copy and languages from one place
- Preview messages before publishing
- Changes go live immediately
Builtforongoingproductchanges.
As your product evolves, notification logic stays stable. New product moments don't require reworking your setup.
- Add new product events without restructuring existing ones
- Early implementation choices don't limit future changes
Integrateinafewlines
Install the SDK, set your API key and send your first event — that's the whole setup.
npm install @appitude/sendiventimport { Sendivent } from '@appitude/sendivent';
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();Pricingbasedonpeoplenotified,notmessagessent.
You pay for how many people you notify each month — not how many emails or messages they receive.
Calculate your pricing
Up to1,000 people / mo
Your plan: Hobby
Free
For testing and small applications. Everything you need to wire notifications properly while running a single application with limited usage.
Included channels








FrequentlyAskedQuestions
Everything you need to know about Sendivent
Startsendingnotificationsinminutes.
Free to try. No credit card required.

