1
5 Comments

Push notifications on site activity

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?

on October 11, 2020
  1. 2

    I think you're looking for something like...

    I'm looking for something like this myself, but haven't tried one yet.

    1. 2

      I'm using pushover now. Here is what I like about it:

      • $5 one time payment for 7.5k notifications per month
      • Android app is great, good reviews
      • Lots of client libraries available, easy to integrate with existing code
      • Flexible API, eg. you can configure sound, url, priority etc for each call
    2. 2

      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.

  2. 1

    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.