Alarum
hub Webhooks

One inbox for every webhook

One endpoint for every webhook your stack fires. Filter, search, tag and forward to Discord, Slack or push. Stop juggling ten inboxes.

error

The problem

Your team's events are scattered: Stripe in Slack, GitHub in another Slack, Linear in email, monitoring in PagerDuty, custom services nowhere. Nobody has the full picture, and important signals get drowned by chat noise.

check_circle

How Alarum solves it

Point every webhook at Alarum. One endpoint, one authentication token per source. Filter and search across everything, then forward selected events back to Slack or Discord where they actually belong.

Integrate in one line

Point any service that emits webhooks at this endpoint. Replace <YOUR_TOKEN> with an ingestion token from your project, then send.

# Any webhook source (Stripe, Linear, GitHub, your own services)
curl -X POST https://alarum.me/h \
  -H "Authorization: Bearer <YOUR_TOKEN>" \
  -H "Content-Type: application/json" \
  -d '{
    "level": "info",
    "title": "New payment received",
    "message": "$42.00 from acme@example.com",
    "source": "stripe",
    "tags": ["billing", "payment"],
    "fields": [
      {"name": "Invoice", "value": "INV-1042", "inline": true},
      {"name": "Customer", "value": "Acme Corp",  "inline": true}
    ]
  }'

Why teams pick Alarum for this

inbox

Universal ingestion

One POST endpoint accepts any JSON. Alarum auto-detects Discord-style payloads too. Paste a Discord webhook URL and it works.

search

Full-text search

Search across titles, messages, tags and sources. Find that one event from three weeks ago in a second.

filter_alt

Live filters

Filter by level, tag, source, project or token. Combine filters to narrow down exactly what you need.

route

Per-token routing

Generate a separate token per source. Notification rules, forwarders and rate-limits scope per-token.

forum

Forward back out

Mirror selected events to Discord, Slack, or any generic webhook with template support.

phone_iphone

PWA push notifications

Install the app on iOS/Android home screen. Push notifications work without an app store.

Why not just use X?

webhook.site lets you inspect, but doesn't notify or persist. Hookdeck and Svix route between services at infrastructure pricing. Alarum is the indie middle ground: an inbox for humans, free push, simple per-token tokens, fair pricing.

Try it free, no card

Sign in with GitHub or Codeberg. First event in under five minutes.

Get started