Setting up NTFY to get Push Notifications
Configure NTFY integration to receive push notifications for backup start, success or failure events. ntfy is a simple push notification service that lets you send notifications to your phone or desktop via topics.
Step 1: Configuring NTFY Integration in Pluton Settings
Before you can use NTFY notifications in your backup plans, you need to configure the NTFY auth token in Pluton's Integration settings.
- Navigate to Settings → Integrations tab
- Select the Ntfy tab
- Fill in the required fields:
| Field | Description |
|---|---|
| Auth Type | Authentication type (currently supports Token) |
| Auth Token | Your ntfy access token for authentication |
- Click "Validate & Connect" to save your NTFY settings
If you're using the public ntfy.sh server, you can create an access token from your ntfy.sh account. If you're self-hosting ntfy, generate a token via the ntfy CLI:
ntfy token add --expires=never --label="Pluton"
Step 2: Configuring NTFY Notifications in a Backup Plan
Once the NTFY integration is set up in Settings, you can enable push notifications for individual backup plans.
- Open your Backup Plan and go to Advanced → Notifications
- Toggle Enable Ntfy Push Notifications on
- Select when to send notifications from the Send Notification On dropdown:
- On Start — when the backup starts
- On End — when the backup ends (for both success & failure)
- On Both Start & End — when the backup starts, succeeds or fails
- On Success Only — when the backup succeeds
- On Failure Only — when the backup fails
- Enter your Ntfy Push URL — this is the topic URL where notifications will be sent (e.g.,
https://ntfy.sh/mytopic) - Optionally, add Tags to categorize your notifications (e.g.,
warning, daily-backup) - Save your Backup Plan
If you see a warning saying "Ntfy Auth Token is not configured", go back to Settings → Integrations → Ntfy and complete Step 1 first.