delimit_webhook_manage
Add, test, or remove webhooks to route governance alerts (deploy blocked, security findings, consensus) to Slack, Discord, or any HTTP endpoint.
Instructions
Manage webhook notifications for governance events.
When to use: to register a Slack/Discord/HTTP webhook to receive governance alerts (deploy blocked, security finding, consensus). When NOT to use: for SIEM-class structured streaming (use delimit_siem) or one-shot notifications (delimit_notify).
Sibling contrast: delimit_siem streams structured audit events; this routes governance alerts to chat / HTTP endpoints.
Side effects: action="add" / "remove" mutate ~/.delimit/webhooks.json. action="test" sends a test notification to the configured webhooks. action="list" is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | One of "list" (default), "add", "remove", "test". | list |
| url | No | Webhook URL (Slack, Discord, or any HTTP endpoint). Required for add / remove / test (test uses all configured if not specified). | |
| events | No | Comma-separated event filter — "all" (default), "blocked", "critical", "security". | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||