Notification of new users joining

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

2 Mi Piace

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 Mi Piace

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 Mi Piace

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 Mi Piace

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 Mi Piace

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.

2 Mi Piace

Potresti dare un’occhiata a GitHub - erickguan/discourse-user-created-webhook · GitHub

2 Mi Piace

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

3 Mi Piace

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.

1 Mi Piace

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?