Engineering team chat
If your team responds to incidents in Slack, alerts should land where they read them. Webhook setup is one URL paste.
Send incident alerts to any Slack channel or DM via Incoming Webhook. Rich Block Kit formatting, priority badges and timestamps — without installing a bot or running OAuth on day one.
Live preview
DEMOCheckout p99 latency above SLO for 5 minutes (service=checkout)
13:42 · WardenPoint
When to pick this
Most B2B engineering teams already live in Slack. Incoming webhooks are the lowest-friction integration — no OAuth, no bot install.
If your team responds to incidents in Slack, alerts should land where they read them. Webhook setup is one URL paste.
Route critical alerts to #oncall, warnings to #ops, and audit-only to #observability — each is a separate recipient with its own webhook URL.
WardenPoint sends Block Kit blocks — priority badge, message, context line. Interactive ack buttons close the escalation chain inline (install the Slack App to enable).
Channel profile
Real numbers and constraints for the Slack incoming-webhook route.
WardenPoint → hooks.slack.com edge. Slack delivers within seconds on healthy workspaces.
Slack does not bill per webhook message. No carrier fees, no per-message charge.
We log Slack's HTTP response. Interactive ack (button click) requires the WardenPoint Slack App install.
Each webhook URL maps to one Slack channel. Use separate recipients for routing to different channels.
Setup
Create an Incoming Webhook in Slack, paste the URL in WardenPoint, send a test.
Slack workspace → Apps → Search 'Incoming Webhooks' → Add to channel of your choice. Slack will generate a unique webhook URL.
$ https://hooks.slack.com/services/T0000/B0000/XXXXRecipients → Add → Slack. Paste the webhook URL as the recipient value. Set is_active = true.
$ Dashboard › Recipients › + SlackDashboard → Send test → Slack. The message lands in the configured channel with priority badge + context.
$ Send test → SlackFrequently asked
Add a webhook URL, send a test — watch it land in #oncall. The cheapest way to test Slack alerts before committing to a plan.