List cloud notifications services with push, SMS, email, slack etc.

8 points by waverider ↗ HN
What are some cloud notifications services that offer an HTTP API to initiate a notification and can send it to push (iOS, Android, browser), SMS, slack etc.

Nice to have: support some escalation rules and feedback from the receiver of the notification.

Preferable with a free tier or at least low cost tier.

Thanks

4 comments

[ 4.9 ms ] story [ 24.6 ms ] thread
Since you're looking for free or low cost, how about self hosting?

Gotify allows push notifications to Android.

NodeRED can expose an API and trigger actions such as SMS through plugins.

You could try Twilio. Pricing depends on the volume of notifications you send. It supports both apns and gcm. The documentation is good.
I’ve used OneSignal and their generous free tier in the past with great success. It has nifty features like using an external user ID (your backend can just say: send a message to @user123). I had to switch to Firebase Cloud Messaging for compatibility reasons but I still highly recommend OneSignal.