Set notification channel
set_notification_channelConfigure a Slack or Discord notification channel with an incoming-webhook URL. Enabling a channel does not turn it on for any event — set that per event via update_notification_preferences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Which channel to configure | |
| enabled | No | Whether the channel is active (default true) | |
| webhook_url | Yes | Incoming webhook URL for the channel |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The channel as saved. Nothing is sent to it until an event opts in through update_notification_preferences. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |