Skip to content
@apialerts

API Alerts

Effortless Project Notifications. Send once, deliver everywhere.

API Alerts

Effortless Project Notifications
Send once, deliver everywhere.

WebsiteDocumentationApp StoreGoogle 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.

SDKs

Fire and forget philosophy. Configure once, send from anywhere.

GitHub Repo Version
C# apialerts-csharp NuGet
Dart apialerts-dart pub
Godot apialerts-godot GitHub tag
Go apialerts-go GitHub tag
Java apialerts-java via Kotlin
JavaScript apialerts-js npm
Kotlin apialerts-kotlin Maven Central
PHP apialerts-php Packagist
Python apialerts-python PyPI
Ruby apialerts-ruby Gem
Rust apialerts-rust crates.io
Swift apialerts-swift GitHub tag

Tools

GitHub Repo Version Platforms
CLI cli GitHub release macOS, Linux (apt,rpm,aur), Windows, GO

Integrations

GitHub Repo Version
GitHub Action notify-action GitHub release
Zapier zapier v3 Coming Soon

Destinations

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

Open Beta

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.

Get Started

Create a free account at apialerts.com, grab an API key, and send your first event. Check the docs for setup guides.

Pinned Loading

  1. apialerts-js apialerts-js Public

    JavaScript and TypeScript SDK for the API Alerts notification platform

    TypeScript 2

  2. apialerts-python apialerts-python Public

    Python SDK for the API Alerts notification platform

    Python 1

  3. apialerts-csharp apialerts-csharp Public

    C# SDK for the API Alerts notification platform

    C#

  4. apialerts-kotlin apialerts-kotlin Public

    Kotlin Multiplatform SDK for the API Alerts notification platform

    Kotlin 1

  5. apialerts-go apialerts-go Public

    Go SDK for the API Alerts notification platform

    Go 2 1

  6. notify-action notify-action Public

    Send notifications to your devices from GitHub Actions workflows

    TypeScript 2

Repositories

Showing 10 of 27 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…