configure_alerts
Update notification settings for sound, desktop, and webhook alerts in real time, with optional persistence to configuration file.
Instructions
Update alert/notification settings at runtime. Changes take effect immediately. Use save=true to persist changes to the config file. Omit any field to leave it unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Persist changes to config.toml (default: runtime only) | |
| sound | No | Enable/disable sound alerts for urgent emails | |
| desktop | No | Enable/disable desktop notifications | |
| webhook_url | No | Webhook URL for external notifications (empty string to disable) | |
| webhook_events | No | Which urgency levels trigger webhook dispatch | |
| urgency_threshold | No | Minimum urgency level to trigger desktop notifications |