# Configure a new notification channel for alarm delivery (email, Slack, etc.) Endpoint: POST /v2/alarm-channel Version: 1.0.0 Security: JWTAuthorizer ## Request fields (application/json): - `emails` (string) - `genericWebhook` (string) - `msTeams` (string) - `name` (string, required) - `opsGenie` (string) - `pagerduty` (string) - `slackChannel` (string) - `slackWebhook` (string) - `uid` (string) ## Response 200 fields