Notification of new users joining

Is there a way to get notified when new users join?

2 个赞

Two ways you can do it either enable approval of new users.

Or set up a zapier workflow to email upon new user via a webhook

5 个赞

Hi @mikechristopher
Thanks for your response.

I don’t need to approve new people though. I just want to get a notification when someone joins.
I know I can go to dashboard - new users to see new people who’ve joined. But I would rather get a notification.

Any ideas there?

That was an either/or - you can configure the user webhook to trigger when a user is added/changed without requiring approval of new users.

2 个赞

as @supermathie beat me to it -

If you want it without approval there is no native way within discourse to do so. Follow the Zapier webook link in my last post and will help set up a workflow in which will send you an email :slight_smile:

2 个赞

What I’m currently doing in order to check any new signups (and total forum user count) on my forum is using the link yourdiscourseforum(.)com plus /users. So you visit yourdiscourseforum(.)com/users. Additionally I bookmark this url on my iPhone in order to check up on my forum user stats when I’m away from my pc.

Getting an e-mail notification seems great if your getting a “reasonable” amount of new signups per day, so not in the hundreds. What I would prefer to see is a weekly update/stats report about your forum being automatically emailed to you.

1 个赞

我已经设置好了 Webhook,但它会在用户账户发生任何变更时发送邮件,例如注册、删除账户等。有没有办法将用户事件限制为仅包含注册?

我认为你需要一个插件,或者让调用方自行进行过滤。

2 个赞

您可以查看 GitHub - erickguan/discourse-user-created-webhook · GitHub

2 个赞

无需插件,只需将 webhook 事件类型过滤为仅“用户创建”。

请阅读完整指南,其中明确说明了这一点:Trigger a Zapier task with Discourse Webhooks

3 个赞

不过,我认为我理解的问题是:Zapier 对过滤这些调用收取更高费用,并且会将这些不必要的调用计入您的使用额度。

1 个赞

正如杰伊所提到的,这种集成方法可行,但会浪费 Zapier(或 Make)中的操作。这些操作是有成本的,因此并非理想选择。是否可以在新用户注册时才调用 webhook?