Novu OTP Notification System

High-scale notification infrastructure for MillyAgency

🚀 System Status
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.

Access Points

🔧 Quick Setup Guide

📡 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