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.
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.
VocĂȘ pode conferir GitHub - erickguan/discourse-user-created-webhook · GitHub
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
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.
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?