Notifer Documentation
Simple HTTP-based pub-sub notification service
Send push notifications to your phone or desktop with a single HTTP request.
Quick Start
Quickstart
Send your first notification in 2 minutes
Core Concepts
Understand topics, messages, and subscriptions
Mobile App
Get push notifications on iOS & Android
HTTP Publishing
Integrate with any language or tool
Send a Notification
curl -d "Deployment completed!" \
-H "X-Title: CI/CD Alert" \
-H "X-Priority: 3" \
-H "X-Tags: deploy,success" \
https://app.notifer.io/my-alerts
Explore by Use Case
For Teams
Share alerts with your team, manage permissions, collaborate
Python Integration
Send notifications from Python scripts and apps
Private Topics
Secure your notifications with access control
API Reference
Complete REST API documentation
Key Features
Instant Delivery
Real-time push via SSE and WebSocket
Mobile Apps
Native iOS and Android with push notifications
API Keys
Secure authentication for scripts
Tags & Priority
Filter and organize notifications
Markdown
Rich text formatting in messages
Teams
Collaborate with shared topics
Popular Guides
📝 Account Setup
➕ Creating Topics
🔔 Notification Settings
🔑 API Keys
📡 SSE Subscriptions
🔧 Troubleshooting
Need Help?
Check the FAQ or Troubleshooting guide. Contact us at support@notifer.io