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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Internal Messaging vs. Emailing Users

5 点作者 xyclos将近 11 年前
Within our application we have an internal messaging system for users. Recently our marketing staff has asked for a feature to allow them to mass message using our internal system rather than sending emails.<p>My first response is that it should be better in most cases to send emails.<p>What is everyone&#x27;s opinion on this? Should it be acceptable for us to message our users within the application, or should we only use email?

1 comment

dangrossman将近 11 年前
I think there are situations that warrant both, and lots of companies do both. For example, Google has an alerts button in many of their apps that shows in-app messages about new features or issues that need your attention. They also send mass e-mails for more important notifications like policy changes.<p>You can give your marketing staff the power they want without any in-house development by popping <a href="https://www.intercom.io/" rel="nofollow">https:&#x2F;&#x2F;www.intercom.io&#x2F;</a> into your app. It handles both in-app messaging and real e-mails, with a system for segmenting users so you can send messages to only the groups that need to receive them, e.g. only trial users or only those that haven&#x27;t logged in recently.