Appearance
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
| Channel | What you need to connect it |
|---|---|
| One or more email addresses | |
| Slack | OAuth — authorise SimpleBackups and pick a channel |
| Discord | OAuth — authorise SimpleBackups and pick a channel |
| Microsoft Teams | An incoming webhook URL (see below) |
| Telegram | A bot token and a chat ID |
| Pushover | Your application token and user key |
| Webhook | Any 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:
- Open a backup, snapshot, or stack
- Go to the Notifications tab
- Under Team Notification Channels, click Add Notification Channel
- 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 Discovered — stack 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):
- In Microsoft Teams, open the Workflows app
- Choose the template Post to a channel when a webhook request is received
- Select the team and channel that should receive notifications, then create the workflow
- Copy the generated HTTP POST URL
- In SimpleBackups, add a Microsoft Teams notification channel and paste the URL
- 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:
- Team contact email (Settings → Team profile) — used for activity reports and account communications, not for backup notifications
- Billing email — used for invoices only. See Invoices & Receipts
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.