Is there a way to get notified when new users join?
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
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.
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 ![]()
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.
Webhook の設定は完了しましたが、ユーザーアカウントの変更(新規登録、アカウント削除など)のたびにメールが送信されてしまいます。User Event を新規登録のみに制限することは可能ですか?
プラグインが必要か、呼び出している側でフィルタリングを行う必要があると思います。
プラグインは不要です。Webhook イベントタイプを「ユーザー作成」のみに絞り込むだけで大丈夫です。
ガイド全体をお読みください。そこに exactly この手順が記載されています Trigger a Zapier task with Discourse Webhooks
私が理解していると思う問題は、Zapier がその呼び出しをフィルタリングする際に追加料金を請求し、さらにその不要な呼び出しのそれぞれが使用量の制限にカウントされる点です。
ジェイが言及したように、この統合方法は機能しますが、Zapier(またはMake)でオペレーションを無駄にします。これらのオペレーションにはコストがかかるため、理想的ではありません。新しいユーザー登録時にのみWebhookを呼び出すことは可能ですか?