TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

8 点作者 waverider大约 5 年前
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 条评论

gurleen_s大约 5 年前
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_大约 5 年前
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.
x62Bh7948f大约 5 年前
You could try Twilio. Pricing depends on the volume of notifications you send. It supports both apns and gcm. The documentation is good.
rubatuga大约 5 年前
Ifttt