Skip to main content

Setting up Slack Notifications

Configure Slack Notification integration to receive backup notifications, alerts, and reports. Pluton supports sending messages to your specified Slack channel via webhook.


Getting a Slack Webhook URL

  1. Go to the Slack API: Incoming Webhooks page
  2. Click "Create your Slack app" (or select an existing app)
  3. Choose "From scratch", give your app a name (e.g., Pluton Backups), and select the workspace
  4. In the app settings sidebar, go to Incoming Webhooks and toggle Activate Incoming Webhooks to On
  5. Click "Add New Webhook to Workspace"
  6. Select the channel where you want notifications to appear and click Allow
  7. Copy the generated webhook URL — it will look like:
    https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX

Configuring Slack Notifications in a Backup Plan

  1. Open your Backup Plan and go to AdvancedNotifications
  2. Toggle Enable Slack Notifications on
  3. Select when to send notifications from the Send Slack Notification dropdown:
    • On Start — when the backup starts
    • On End — when the backup ends (for both success & failure)
    • On Both Start & End - when the backup start, success and failure
    • On Success Only - when the backup succeeds
    • On Failure Only - when the backup fails
  4. Paste your Slack Webhook URL into the Slack Webhook URL field
  5. Click Send Test Notification to verify the integration
  6. Save your Backup Plan