Webhook Alerts

Get notified via webhook when important events occur in your app. Works with Slack, Teams, Discord, PagerDuty, or any HTTPS endpoint.

Webhook alerts are available on the Growth plan.

How it works

SignalVault POSTs a JSON payload to your webhook URL whenever a matching event is ingested. Alerts never block or delay event ingestion — they are sent asynchronously.

Slack auto-detection: if your URL contains hooks.slack.com, SignalVault sends a rich Block Kit message. All other HTTPS URLs receive a plain JSON payload with the same fields.

Email and webhook alerts are independent — you can enable either or both. They share the same event type filters, minimum severity, and cooldown settings.

Setup

  1. Get a webhook URL from your platform. For Slack: go to api.slack.com/apps, enable Incoming Webhooks, and copy your URL. For other platforms: create an incoming webhook or HTTP endpoint as your service requires.
  2. Paste it into SignalVault. In your app's Settings tab, scroll to Alerts, toggle webhook alerts on, and paste your URL.
  3. Configure what triggers an alert. Choose which event types and minimum severity should fire a notification, and set a cooldown to avoid noise.
  4. Save.

Supported event types

Event TypeDescription
policy.violationA guardrail rule was triggered
budget.exceededA cost or token budget limit was breached
ai.errorAn AI provider error or timeout occurred

Configuration options

SettingDefaultDescription
EnabledOffMaster toggle for webhook alerts
Webhook URLAny HTTPS URL. Slack URLs receive Block Kit; all others receive plain JSON.
Event typesNoneWhich event types trigger a notification
Minimum severity1 (all)Only alert on violations at or above this level (1–10)
Cooldown15 minMinimum time between notifications (1–1440 min)

Cooldown

The cooldown is shared across both email and webhook — one alert sent via either channel resets the timer. This prevents a burst of events from flooding both channels simultaneously.

The webhook URL is encrypted at rest. SignalVault never logs or exposes it after it has been saved.