Skip to content

Notifications

Kure can push alerts to Slack and Microsoft Teams via incoming webhooks.

A notification is sent when:

  • A new pod failure is detected
  • A critical security finding is created
  1. Create an incoming webhook in your Slack workspace
  2. Copy the webhook URL
  3. Admin Panel → Notification Settings
  4. Pick Slack, paste the webhook URL
  5. Click Test — should drop a test message into your channel
  6. Click Save
  1. Add an Incoming Webhook connector to the channel
  2. Copy the webhook URL
  3. Admin Panel → Notification Settings → Teams
  4. Paste the webhook URL → TestSave

Toggle the Enabled switch off in the Admin panel — settings are preserved so you can re-enable without re-pasting the webhook URL.

MethodPathPurpose
GET/api/admin/notificationsList configured providers
POST/api/admin/notificationsCreate 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}/testSend a test notification

See the API Reference for request bodies.