Notifications
Kure can push alerts to Slack and Microsoft Teams via incoming webhooks.
Triggers
Section titled “Triggers”A notification is sent when:
- A new pod failure is detected
- A critical security finding is created
- Create an incoming webhook in your Slack workspace
- Copy the webhook URL
- Admin Panel → Notification Settings
- Pick Slack, paste the webhook URL
- Click Test — should drop a test message into your channel
- Click Save
Microsoft Teams
Section titled “Microsoft Teams”- Add an Incoming Webhook connector to the channel
- Copy the webhook URL
- Admin Panel → Notification Settings → Teams
- Paste the webhook URL → Test → Save
Disabling notifications
Section titled “Disabling notifications”Toggle the Enabled switch off in the Admin panel — settings are preserved so you can re-enable without re-pasting the webhook URL.
| Method | Path | Purpose |
|---|---|---|
GET | /api/admin/notifications | List configured providers |
POST | /api/admin/notifications | Create or update a provider |
PUT | /api/admin/notifications/{provider} | Update an existing provider |
DELETE | /api/admin/notifications/{provider} | Delete a provider |
POST | /api/admin/notifications/{provider}/test | Send a test notification |
See the API Reference for request bodies.