Notification of new users joining

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

2 Curtiram

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 Curtiram

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 Curtiram

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 Curtiram

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 Curtiu

Configurei o webhook, mas ele está enviando e-mails para cada alteração na conta de uma pessoa, seja ao se cadastrar, excluir a conta etc. Existe alguma maneira de restringir o Evento de Usuário apenas ao cadastro?

Acredito que você precise de um plugin ou que o local onde está fazendo a chamada realize a filtragem.

2 Curtiram

Você pode conferir GitHub - erickguan/discourse-user-created-webhook · GitHub

2 Curtiram

Não é necessário um plugin, basta filtrar o tipo de evento do webhook apenas para ‘usuário criado’.

Leia todo o guia, ele mostra exatamente isso Trigger a Zapier task with Discourse Webhooks

3 Curtiram

O problema que, acredito, entendi é que o Zapier cobra mais para filtrar essas chamadas e também contabiliza cada uma dessas chamadas desnecessárias no limite de uso que você tem.

1 Curtiu

Como Jay mencionou, este método de integração funciona, mas desperdiça operações no Zapier (ou Make). Há um custo para essas operações, então não é o ideal. É possível chamar o webhook apenas no registro de um novo usuário?