Ask HN: Good tool to send personal notifications?
I need a simple service to send push notifications programmatically to my own phone. I don't want to make an entire app, but I am okay with (and know it will likely involve) downloading one. I don't want to use email or SMS. I want something like PagerDuty, but for myself. I want to send an API request and have my phone alert me the next second. Is there such a service?
13 comments
[ 1.4 ms ] story [ 46.2 ms ] threadIt’s a $5 app, one time purchase, with a simple HTTP API to send notifications. Looks super useful.
https://pushover.net/
See: https://stackoverflow.com/a/33862907
https://gotify.net/
Uses: Home automation through code red, someone swipes their card at the reader at the door of a building, pages.
Little more complicated to get setup and maintaining it though (not just a `curl` call )