{% extends "base.html" %} {% block title %}Webhooks — Stratum{% endblock %} {% block content %}
Receive HTTP POST notifications when scans complete or fail.
Each request includes X-Stratum-Signature: sha256=<hmac> computed with your webhook secret.
| Label / URL | Events | Status | |
|---|---|---|---|
|
{{ hook.label or hook.url }}
{% if hook.label %}{{ hook.url }} {% endif %}
|
{% for ev in hook.events %}
{{ ev }}
{% endfor %}
|
{% if hook.enabled %} active {% else %} disabled {% endif %} |
|
Add a webhook to receive real-time scan notifications in Slack, PagerDuty, or any HTTP endpoint.