Setup
Go to Notification Channels in the dashboard sidebar to add a webhook.Slack
- Create a Slack webhook at api.slack.com/messaging/webhooks
- In ChangeGuard, click Add Channel → type:
slack, paste the webhook URL
Microsoft Teams
- Create an Incoming Webhook connector in your Teams channel
- 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