Website • Documentation • App Store • Google Play
API Alerts is an event notification platform. Send one event from your code and deliver it to push, Slack, Discord, email, SMS, WhatsApp, or a webhook.
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. Configure once, send from anywhere.
| GitHub Repo | Version | |
|---|---|---|
| C# | apialerts-csharp | |
| Dart | apialerts-dart | |
| Godot | apialerts-godot | |
| Go | apialerts-go | |
| Java | apialerts-java | via Kotlin |
| JavaScript | apialerts-js | |
| Kotlin | apialerts-kotlin | |
| PHP | apialerts-php | |
| Python | apialerts-python | |
| Ruby | apialerts-ruby | |
| Rust | apialerts-rust | |
| Swift | apialerts-swift |
| 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 |
Send one event, deliver it everywhere. All destinations are available now in open beta:
- Push - iOS and Android app
- Slack - post to your channels
- Discord - rich embeds to your server
- Email - delivered via Amazon SES
- SMS - Twilio-backed
- WhatsApp - Twilio-backed
- Webhooks - forward events as JSON to any URL
API Alerts 2.0 is in open beta: event routing and multi-destination delivery on top of push. Opt in from your dashboard, no waitlist. More destinations and inbound connectors (Microsoft Teams, Telegram, PagerDuty, and more) are planned through 2026.
Create a free account at apialerts.com, grab an API key, and send your first event. Check the docs for setup guides.
