add_alert_channel
Add a Slack channel id to the authenticated customer's notification-channel list. ADMIN only. Idempotent — adding a channel id that is already configured is a no-op unless sources is given, in which case it overwrites the channel's sources. Returns the added channel as JSON; its id is the notification-channel registry UUID — pass this value (not channelId) into Fixter alert-rule routing (the channelIds parameter of save_alert_rule / set_alert_rule_delivery, served by a different service).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sources | No | Notification sources this channel should receive, e.g. ["alerting", "issues"]. Omit to keep the channel's current sources (all sources, including future ones, for a brand-new channel). | |
| channelId | Yes | Slack channel id to add, e.g. C0123456789. |