delimit_notify_routing
Configure and manage notification routing rules to direct change alerts to email, webhook, or digest channels based on severity.
Instructions
Manage impact-based notification routing (LED-233).
When to use: to inspect or update the rules that route change alerts to email / webhook / digest by severity. When NOT to use: to read the inbox (use delimit_notify_inbox) or fire a single notification (use delimit_notify).
Sibling contrast: delimit_notify sends; delimit_notify_inbox reads inbound; this configures routing rules between them.
Side effects: action="configure" writes via ai.notify.save_routing_config; action="test" sends test notifications to the configured channels. action="status" is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | One of "status" (default), "configure", "test". | status |
| config | No | JSON string with routing config for action="configure". Example shape: {"routing": {"critical": {...}, ...}}. | |
| webhook_url | No | Webhook URL used by action="test". | |
| email_to | No | Email recipient used by action="test". | |
| from_account | No | Sender account key for the test email. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||