Novu Notification API
Novu is an open-source notification infrastructure offering unified REST APIs for multi-channel messaging—email, SMS, push, and in-app. It supports templating, workflows, triggers, and analytics. Available self-hosted or via cloud, it's ideal for scalable notification systems.
1
Endpoints
26
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Delivers notifications across multiple channels (email, SMS, push)
Full URL
http://localhost:3000/api/v1/notifications
Code Examples
curl -X POST 'http://localhost:3000/api/v1/notifications' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "to": { "subscriberId": "user_123" }, "name": "welcome-email", "payload": { "username": "johndoe" } }
Example Response
{
"status": "queued",
"acknowledged": true,
"transactionId": "notif_abc123xyz"
}
Version
v1
Rate Limit
1000 notifications/hour
Tags
multi-channelnotifications
Related APIs
Discover similar APIs that might interest you