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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Roll-Up Notifications as a Service?

1 点作者 nloui大约 6 年前
Hi HN, does anyone know of a service that allows me to push notifications to a central place then manages the users&#x27; roll-up preferences for me?<p>It seems like most services are focused on event-based or marketing notifications but I haven&#x27;t seen something that will help with a daily&#x2F;weekly digest format?

1 comment

mattbillenstein大约 6 年前
Typically implement this as using cron - you have some logic around which users should be sent a message, tracking this in the db, then send the notification when the cron job runs every day or week or whatever.
评论 #19627103 未加载