TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

8 pointsby waveriderabout 5 years ago
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.<p>Nice to have: support some escalation rules and feedback from the receiver of the notification.<p>Preferable with a free tier or at least low cost tier.<p>Thanks

4 comments

gurleen_sabout 5 years ago
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.
_Anima_about 5 years ago
Since you&#x27;re looking for free or low cost, how about self hosting?<p>Gotify allows push notifications to Android.<p>NodeRED can expose an API and trigger actions such as SMS through plugins.
x62Bh7948fabout 5 years ago
You could try Twilio. Pricing depends on the volume of notifications you send. It supports both apns and gcm. The documentation is good.
rubatugaabout 5 years ago
Ifttt