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:| Condition | Description |
|---|---|
score_drop | CSC score falls below a threshold |
degraded_app | Deployments with zero available replicas |
Managing Channels
- List:
GET /api/notifications/channels - Create:
POST /api/notifications/channels - Delete:
DELETE /api/notifications/channels