Skip to main content

Setup

Go to Notification Channels in the dashboard sidebar to add a webhook.

Slack

  1. Create a Slack webhook at api.slack.com/messaging/webhooks
  2. In ChangeGuard, click Add Channel → type: slack, paste the webhook URL

Microsoft Teams

  1. Create an Incoming Webhook connector in your Teams channel
  2. In ChangeGuard, click Add Channel → type: teams, paste the webhook URL

Generic Webhook

Any endpoint that accepts JSON POST requests. ChangeGuard sends:

Alert Rules

Create rules that trigger notifications on specific conditions: A catch-all alert fires when any cluster’s CSC score drops below 50.

Managing Channels

  • List: GET /api/notifications/channels
  • Create: POST /api/notifications/channels
  • Delete: DELETE /api/notifications/channels
All operations require operator role or higher.