- Home
- Categories
- Communication
- Novu Notification API
Novu Notification API
Novu Notification API provides a robust platform for developers to manage notifications across various channels, offering options for self-hosting or cloud deployment.
Developed by Novu
Reference for available routes, request structures, and live examples.
Delivers notifications across multiple channels (email, SMS, push)
http://localhost:3000/notificationscurl -X POST 'http://localhost:3000/notifications' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"to": {
"subscriberId": "user_123"
},
"name": "welcome-email",
"payload": {
"username": "johndoe"
}
}{
"status": "queued",
"acknowledged": true,
"transactionId": "notif_abc123xyz"
}- User onboarding emailsOptimized Capability
- Multi-channel alertingOptimized Capability
- In-app notification centerOptimized Capability
- Digest emails or SMSOptimized Capability
- User preference managementOptimized Capability
- ✓ Open-source and self-hostable
- ✓ Unified API for multi-channel messaging
- ✓ Built-in workflows and digests
- ✓ Official SDKs for many languages
- ✓ Embeddable real-time notification center
- ✗ Cloud version relies on API key security
- ✗ Self-hosting setup can be complex
- ✗ Localization currently in beta
- ✗ Rate limits may restrict high-volume use without upgrade
FAQs
API Specifications
v15 minutes for cloud-hosted; under an hour for Docker self-hosted
1000 requests per minute
10,000 notification events per month free forever for cloud-hosted usage
Use Case: Best For
Developers building scalable, multi-channel notification systems, especially where self-hosting is desired
Not Recommended For
Very high-throughput systems that need sub-100ms latency or extremely bursty traffic beyond free tier limits
Explore Related APIs
Discover similar APIs to Novu Notification API
Twilio Communications API
The Twilio Communications API enables developers to integrate voice, SMS, and video capabilities into applications, streamlining communication solutions for businesses.
Resend Email API
Resend Email API provides a scalable and reliable platform for developers to send transactional and marketing emails through a RESTful interface, featuring modern SDKs and extensive documentation.