Notifications
Get a message on Discord, Slack, Telegram or any webhook when a transfer or a scheduled task starts, finishes or fails.
Rclone UI can send a message when a transfer or a scheduled task starts, finishes or fails, and when something needs attention, such as a crashed daemon or an available update.
Messages go to Discord, Slack and Telegram, or to any endpoint of your own that accepts a POST request.
Schedules support notifications too, even while the app isn't running.
Providers
Discord
A webhook from your server.
Slack
An incoming webhook of a Slack app.
Telegram
A bot of your own, posting to a chat, group or channel.
Webhook
A JSON document to any endpoint that accepts a POST.
Events
| Category | Event | Sent when |
|---|---|---|
| Transfers | Transfer started | A copy, move, sync, bisync, delete or purge you started begins |
| Transfers | Transfer completed | Such a job finishes without errors |
| Transfers | Transfer failed | Such a job ends with an error |
| Scheduled Tasks | Scheduled task started | A schedule fires or is run with "Run now" |
| Scheduled Tasks | Scheduled task completed | The run finishes without errors |
| Scheduled Tasks | Scheduled task failed | The run ends with an error |
| System | Mount failed | A mount could not be started |
| System | Rclone daemon crashed | The rclone process behind Rclone UI stopped unexpectedly |
| System | Rclone update available | A newer rclone release is out |
| System | App update available | A newer Rclone UI is out |
A message that cannot be delivered is retried once after a short pause. Dry runs never send notifications.
Troubleshooting
- "Send Test" fails at once with a message about the URL: the address does not have the shape the provider uses. The message says what was expected. Copy the URL again from the provider and retry.
- A target shows "Last delivery failed" after working for a while: the webhook was deleted or regenerated on the provider's side. Create a new one and paste its URL with "Edit".
- No message for a job: the job was a dry run, which never notifies, or its event is not ticked for the target. Open the target with "Edit" and check the events.
How is this guide?