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.
Ho configurato il webhook, ma invia unâemail per ogni modifica allâaccount di un utente, che si tratti di una registrazione, di una cancellazione dellâaccount, ecc. Câè un modo per limitare lâevento utente solo alla registrazione?
Credo che tu abbia bisogno di un plugin o di far eseguire il filtraggio da dove stai chiamando.
Potresti dare unâocchiata a GitHub - erickguan/discourse-user-created-webhook ¡ GitHub
Non è necessario un plugin, basta filtrare il tipo di evento webhook per solo âutente creatoâ.
Leggi lâintera guida, mostra esattamente questo Trigger a Zapier task with Discourse Webhooks
Il problema che, però, credo di aver capito è che Zapier addebita un costo maggiore per filtrare queste chiamate e conta anche ciascuna di queste chiamate inutili nel calcolo del tuo utilizzo.
Come ha menzionato Jay, questo metodo di integrazione funziona ma spreca operazioni in Zapier (o Make). Câè un costo per queste operazioni, quindi non è lâideale. Ă possibile chiamare il webhook solo alla registrazione di un nuovo utente?