# 如何在新用户加入时获取电子邮件通知？

**URL:** <https://meta.discourse.org/t/how-to-get-an-email-notification-when-a-user-joins/364706>\
**Category:** Support\
**Tags:** notifications, email\
**Created:** [2025年五月3日 19:14 UTC](https://meta.discourse.org/t/how-to-get-an-email-notification-when-a-user-joins/364706 "2025-05-03T19:14:40Z")\
**Posts on this page:** 1\
**Showing post:** 5

<div class="post-metadata">

**Author:** ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**Post date:** [2025年五月30日 17:30 UTC](https://meta.discourse.org/t/how-to-get-an-email-notification-when-a-user-joins/364706/5 "2025-05-30T17:30:40Z")

</div>

您是在寻找当有人刚加入时的一个小提示吗？

如果您不依赖 webhook，可以创建一个数据浏览器查询并使用一个定期的自动化来在有新结果时向您发送私人消息。

我在这里为略有不同的用例提出了类似的想法：

> [@Get admin notification from logs?](https://meta.discourse.org/t/get-admin-notification-from-logs/363729/4?u=jammydodger):
>
> Could you refine that query slightly and rig it up to a recurring ‘schedule a PM with [data explorer](https://meta.discourse.org/t/32566?silent=true) results’ automation? If you select ‘skip if no results’ and adjust the automation frequency to match the time interval in the query then it may work as a ‘push notification’ type ping? Something like this (with a recurring automation frequency of 30 minutes): SELECT uh.created\_at AS "email updated", uh.acting\_user\_id, uh.target\_user\_id FROM user\_histories uh WHERE uh.action = 88 A…

---

_[View the full topic](https://meta.discourse.org/t/how-to-get-an-email-notification-when-a-user-joins/364706)._
