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

Events

CategoryEventSent when
TransfersTransfer startedA copy, move, sync, bisync, delete or purge you started begins
TransfersTransfer completedSuch a job finishes without errors
TransfersTransfer failedSuch a job ends with an error
Scheduled TasksScheduled task startedA schedule fires or is run with "Run now"
Scheduled TasksScheduled task completedThe run finishes without errors
Scheduled TasksScheduled task failedThe run ends with an error
SystemMount failedA mount could not be started
SystemRclone daemon crashedThe rclone process behind Rclone UI stopped unexpectedly
SystemRclone update availableA newer rclone release is out
SystemApp update availableA 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?