Skip to content

Notifications

Get told when your backups succeed, fail, or need attention.

Notifications in SimpleBackups are built from notification channels. A channel is a destination — an email address, a Slack workspace, a webhook endpoint. You create channels once at Team level, then enable them on the individual backups and events you care about.

Supported channels

ChannelWhat you need to connect it
EmailOne or more email addresses
SlackOAuth — authorise SimpleBackups and pick a channel
DiscordOAuth — authorise SimpleBackups and pick a channel
Microsoft TeamsAn incoming webhook URL (see below)
TelegramA bot token and a chat ID
PushoverYour application token and user key
WebhookAny HTTPS endpoint that accepts POST — see Backup Webhook

Setting up a channel

Notification channels are managed from the resource you want to be notified about:

  1. Open a backup, snapshot, or stack
  2. Go to the Notifications tab
  3. Under Team Notification Channels, click Add Notification Channel
  4. Pick the channel type, fill in its details, and save

Channels you create are shared across the Team, so you only configure Slack or a webhook endpoint once and then reuse it on every backup.

Choosing which events to send

The Notifications section of the same tab is a grid of events against channels. Tick the combinations you want:

  • On Success — the backup completed
  • On Error — the backup failed
  • New Resources Discoveredstack discovery found something new

Failures and retries

Backups run by SSH or serverless workers are retried up to 3 times before the failure notification is sent, so a transient network blip does not page you. Backups run through the local agent get a single attempt, so their failure notification is sent immediately.

Microsoft Teams

Teams incoming webhooks are now created with Workflows (Power Automate):

  1. In Microsoft Teams, open the Workflows app
  2. Choose the template Post to a channel when a webhook request is received
  3. Select the team and channel that should receive notifications, then create the workflow
  4. Copy the generated HTTP POST URL
  5. In SimpleBackups, add a Microsoft Teams notification channel and paste the URL
  6. Save the channel and enable it for the events you want

Which email address gets notifications?

Backup notifications go to the addresses configured on your Email notification channels — nowhere else.

Two other email fields exist in settings and are often confused with this one:

To forward backup alerts to a colleague, add their address to an Email notification channel (a single channel accepts several comma-separated addresses) rather than changing either of the fields above.

Backup WebhookPayload format, signature verification, and retry behaviour for webhook channels.Backup Anomaly DetectionCatch backups that succeed but look wrong — a dump that suddenly shrinks, for example.