Hi all, I have done some reading and searching and can't find a clear answer. Is there a way outside of writing it a script to get a notification that the script ran and completed successfully/failed? I use this to run some very basic rclone backups, but have no way of knowing if it ran successfully or failed. If it did run successfully, I'd love to see the log of what was uploaded rclone puts out under the verbose command. If it fails I'd like to know that as well so I don't assume it completed. Is this a built in feature I am just missing? I believe I read that it possible to get an notification, but it needs to be written in the script, but I am not familiar with writing scripts (outside of simple rclone commands).
Thanks!
-Jason