delimit_notify_routing
Route change alerts by severity: urgent for breaking, standard for non-breaking, suppress cosmetic. Configure channels and test delivery.
Instructions
Manage impact-based notification routing (LED-233).
Routes change alerts by severity: breaking changes send urgent notifications, non-breaking goes to standard channels, cosmetic changes are suppressed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | 'status' (show current config), 'configure' (update routing rules), 'test' (send test notifications at each severity level). | status |
| config | No | JSON string with routing config for action='configure'. Example: {"routing": {"critical": {"channels": ["email","webhook"], "email_subject_prefix": "[URGENT]", "webhook_priority": "high"}, "warning": {"channels": ["webhook"], "webhook_priority": "normal"}, "info": {"channels": [], "digest": true}}} | |
| webhook_url | No | Webhook URL for test notifications. | |
| email_to | No | Email recipient for test notifications. | |
| from_account | No | Sender account key for test email delivery. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||