Deliver confirmed chains to Slack via incoming webhooks. The integration is read-only — it posts messages but does not read channel history — so access control stays tight.
Configure a webhook#
Create an incoming webhook in your Slack workspace scoped to the channel that should receive notifications. Paste the URL into the Pentrova Integrations tab.
integrations:
slack:
webhook_url: "https://hooks.slack.com/services/..."
severity_filter: ["critical", "high"]
targets: ["staging-api", "internal-dashboard"]
Message shape#
Each message includes the chain title, the impact path, the affected target, the bundle receipt, and a link to the bundle. Messages are threaded per chain so follow-up updates (fix detected, chain reopened) appear as thread replies.
Noise control#
The severity filter defaults to critical only. Many teams widen it to critical and high on staging and narrow it back to critical on production targets. Per-target filters let you route different chain classes to different channels if needed.