Posts backup notifications to a Slack channel via an Incoming Webhook.
Module: backups.notifications.slack
{
"id": "slack-notify",
"type": "slack",
"url": "https://hooks.slack.com/services/YOUR/WEBHOOK/URL"
}- Go to your Slack workspace's Apps settings and add the Incoming WebHooks app.
- Choose a channel and create a webhook.
- Copy the webhook URL into the
urlfield.
| Key | Required | Purpose |
|---|---|---|
id |
Yes | Unique identifier for this notification. |
url |
Yes | Slack Incoming Webhook URL. |
- Start: Posts a message when the backup begins.
- Success: Posts backup size and timing breakdown (dump time, encrypt time, upload time).
- Failure: Posts the error message.