📬
Novu OTP Notification System
High-scale notification infrastructure for MillyAgency
Dashboard
● Running
Port 4000
API Gateway
● Running
Port 3100
WebSocket
● Running
Port 3102
Database
● Active
MongoDB
⚠️ Direct Access Required: The services are currently accessible via direct ports. Use the links below or configure your proxy settings.
🔧 Quick Setup Guide
- Access the Dashboard at port 4000 to create your admin account
- Generate API keys from Settings → API Keys
- Configure SMS/Email providers for notifications
- Create OTP workflow templates
- Use the API endpoint at port 3100 for integration
📡 API Integration Example
curl -X POST http://www.notification.millyagency.com:3100/v1/events/trigger \
-H "Authorization: ApiKey YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "send-otp",
"to": {"subscriberId": "user123", "phone": "+1234567890"},
"payload": {"otp": "123456", "expiry": "5 minutes"}
}'
📊 System Capabilities
- 10 million notifications per day capacity
- Multi-channel support: SMS, Email, Push, In-App
- Real-time WebSocket connections
- Horizontal scaling ready
- Built-in queue management with Redis