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
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

Self-managed

Supported Languages
JavaScriptPython
Use Cases
user engagement
alert systems

Related APIs

Discover similar APIs that might interest you

APIfreemium

Twilio Communications API

Twilio Communications API provides a rob...

Category
Communication
Endpoints
1
smsvideovoice
APIfreemium

Resend Email API

Resend Email API offers developers a rob...

Category
Communication
Endpoints
1
emailtransactional