FARO
Centralized Notification System
Like a lighthouse guiding messages to their destination
Sign in with Microsoft
Google (Coming Soon)
API Docs
Health Check
# 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"]}'