Delimit Webhook Manage
delimit_webhook_manageSet up, list, test, or remove webhooks for Slack, Discord, or HTTP endpoints to receive governance alerts like blocked deploys, security findings, and consensus events.
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 |
|---|---|---|---|
| url | No | Webhook URL (Slack, Discord, or any HTTP endpoint). Required for add / remove / test (test uses all configured if not specified). | |
| action | No | One of "list" (default), "add", "remove", "test". | list |
| events | No | Comma-separated event filter — "all" (default), "blocked", "critical", "security". | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||