Notifications

Create channel

POST /api/notification-channels

Creates a new notification channel.

Request Body

{ "type": "slack", "name": "Alerts", "webhook_url": "..." }