7 ms·
I want a webhooked Telegram / pusher bot. Email has a 2-3 second delay which is annoying for my deployment notifications.
by _xnmw 2y ago
I want a webhooked Telegram / pusher bot. Email has a 2-3 second delay which is annoying for my deployment notifications.
- jiiam 2y agoI used to run a telegram webhook for myself and kept telling myself to make it in a service. You can deduce by the fact that I'm not sending you a link that it hasn't happened yet
- hardwaresofton 2y agoFeature request received! Pusher as in this thing -- https://pusher.com/ https://pusher.com/ right? Any other places you want to push to? Slack?
- _xnmw 2y agoSorry I meant Pushover not Pusher. https://pushover.net/ https://pushover.net/ Pushover is supposedly dead simple to use, but I've been lazy to integrate it and download the apps for my system, setup the dashboard, deploy the endpoint to handle the webhook, etc. I want a dead simple webhook to phone notification system, and I would use it in a lot of places.
- hardwaresofton 2y agoAh thanks for clarifying this! I definitely didn't realize this is what you meant! So what you need is a way to put in your pushover API endpoint so we can send to that instead of email. To actually be able to do configuration and stuff... I need to build a way for people to actually log in to webhooked.email and change stuff -- looks like I need to put some more effort into webhooked in the short term.