Notification of new users joining

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

2 curtidas

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 curtidas

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 curtidas

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 curtidas

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 curtida

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 curtidas

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

2 curtidas

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 curtidas

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 curtida

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?