Easy Notifications from Bash Scripts
cmaster11.medium.comYou can also achieve very similar result by using Telegram bot API.
Here is more general implementation supporting sending messages from scripts - [1]
But you really just need a wget to call Telegram endpoint once you have a chat id.
[1] - https://github.com/topkecleon/telegram-bot-bash#can-i-send-m...