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.
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.
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
Universal ingestion
One POST endpoint accepts any JSON. Alarum auto-detects Discord-style payloads too. Paste a Discord webhook URL and it works.
Full-text search
Search across titles, messages, tags and sources. Find that one event from three weeks ago in a second.
Live filters
Filter by level, tag, source, project or token. Combine filters to narrow down exactly what you need.
Per-token routing
Generate a separate token per source. Notification rules, forwarders and rate-limits scope per-token.
Forward back out
Mirror selected events to Discord, Slack, or any generic webhook with template support.
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.
Related use cases
Discord & Slack notification bridge
Route any webhook to Discord or Slack with templated payloads, level thresholds and per-token rules. Free at every plan.
Read more arrow_forwardCI/CD pipeline notifications
Push notifications for GitHub Actions, GitLab CI, Jenkins, CircleCI and any pipeline. Route build failures, deploy alerts and release events to a single inbox.
Read more arrow_forward