Hello everybody,
I am a big fan of all the work around proxmox and have been using it for quite some while no in my personal home lab. The "new" option to use webhooks as a notification target had me interested and I started messing around with it. After the initial setup I was able to send a test notification via my telegram bot with the following HTTP/POST:
Read more
I am a big fan of all the work around proxmox and have been using it for quite some while no in my personal home lab. The "new" option to use webhooks as a notification target had me interested and I started messing around with it. After the initial setup I was able to send a test notification via my telegram bot with the following HTTP/POST:
Code:
https://api.telegram.org/bot{{ secrets.BOT_TOKEN }}/sendMessage?chat_id={{ secrets.CHAT_ID }}&text=Message:{{ url-encode message...
Read more