Hey folks, what's the simplest way to get push notifications on phone when site gets a visit, new user registration or any custom activity?
I think you're looking for something like...
I'm looking for something like this myself, but haven't tried one yet.
I'm using pushover now. Here is what I like about it:
Thanks @jstayton! It looks like exactly what I'm looking for. Seems they have apps ready to use, which is what I need. I'll try them out and let you know how it goes.
You can give a try to www.webpushify.com
We use Amazon Simple Notification Service (SNS) for something similar. It's super cheap (the first 1m notifications per month are free), and really easy to integrate; docs can be found here.