Website • Documentation • App Store • Google Play
API Alerts is an event notification platform. Send events from your code and get notified instantly on your phone.
Minimal:
curl -X POST https://api.apialerts.com/event \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{"message": "Deploy complete"}'With all options:
curl -X POST https://api.apialerts.com/event \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"message": "New user signed up",
"channel": "signups",
"link": "https://dashboard.example.com/users/123",
"tags": ["signup", "organic"]
}'See the full API Reference for details.
Fire and forget philosophy.
| GitHub Repo | Version | |
|---|---|---|
| C# | apialerts-csharp | |
| Dart | apialerts-dart | Coming Soon |
| Godot | apialerts-godot | Coming Soon |
| Go | apialerts-go | |
| Java | apialerts-java | Coming Soon |
| JavaScript | apialerts-js | |
| Kotlin | apialerts-kotlin | |
| PHP | apialerts-php | Coming Soon |
| Python | apialerts-python | |
| Ruby | apialerts-ruby | Coming Soon |
| Rust | apialerts-rust | |
| Swift | apialerts-swift |
All SDKs are being updated with new features and improvements. See Coming Soon below.
| GitHub Repo | Version | Platforms | |
|---|---|---|---|
| CLI | cli | macOS, Linux (apt,rpm,aur), Windows, GO |
| GitHub Repo | Version | |
|---|---|---|
| GitHub Action | notify-action | |
| Zapier | zapier | v3 Coming Soon |
- Push Notifications — available now via the mobile app
A major release is coming in April 2026. API Alerts is expanding from push notifications to a full event routing platform. Route events to the channels your team already uses.
- Slack, Email, SMS, WhatsApp, Webhooks, Zapier — new outbound destinations
- All existing SDKs updated with new features and improvements
- All Coming Soon SDKs launched alongside
More destinations planned for 2026 and beyond.
Create a free account at apialerts.com, grab an API key, and send your first event. Check the docs for setup guides.
