POST
/api/notification-channels
Creates a new notification channel.
Request Body
{ "type": "slack", "name": "Alerts", "webhook_url": "..." }
Notifications
/api/notification-channels
Creates a new notification channel.
{ "type": "slack", "name": "Alerts", "webhook_url": "..." }