RCI

FARO

Centralized Notification System
Like a lighthouse guiding messages to their destination

# Send a notification via API
curl -X POST https://notifications.roderickc.com/api/v1/notifications/send \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{"channel": "email", "recipients": ["@ME"]}'