top | item 28093780

Ask HN: Good tool to send personal notifications?

9 points| michaelwm | 4 years ago

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

order

jdillaaa|4 years ago

Matrix server/Element mobile app if you want something that you can host yourself / privacy is a concern. The Synapse Matrix server doesn’t send your message content to any Apple/Matrix.org server, it just tells your phone to download the message from your self-hosted instance.

Little more complicated to get setup and maintaining it though (not just a `curl` call )

PenguinCoder|4 years ago

I've had good usage with gotify, though I believe it is Android only.

https://gotify.net/

mikecoles|4 years ago

Gotify has been working well for me.

Uses: Home automation through code red, someone swipes their card at the reader at the door of a building, pages.

hlesesne|4 years ago

Pushover

Arcsech|4 years ago

Wow, this looks like the perfect answer to the OP’s question.

It’s a $5 app, one time purchase, with a simple HTTP API to send notifications. Looks super useful.

https://pushover.net/

michaelwm|4 years ago

Thank you, I started using this yesterday and it works great! Perfectly fits my requirements.

luckman212|4 years ago

I second this. Been using it for years, easy and reliable.

97-109-107|4 years ago

While we're on the subject - can anyone provide examples on what purpose you're using notifications for privately?

throwaway537846|4 years ago

Why not email? I just call the SES API and I’m immediately notified.

mirza_rizvi|4 years ago

You can try notin (I think it's for Android only).

cpach|4 years ago

A Slackbot maybe?