Notification of new users joining

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

إعجابَين (2)

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 إعجابات

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)

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)

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)

لقد قمت بإعداد الويب هوك، لكنه يرسل بريدًا إلكترونيًا لكل تغيير في حساب المستخدم، سواء كان ذلك عند التسجيل أو حذف الحساب وما إلى ذلك. هل هناك طريقة لتقييد حدث المستخدم ليكون فقط عند التسجيل؟

أعتقد أنك إما بحاجة إلى إضافة أو أن يقوم المكان الذي تستدعي منه بالفلترة.

إعجابَين (2)

قد ترغب في الاطلاع على GitHub - erickguan/discourse-user-created-webhook · GitHub

إعجابَين (2)

لا حاجة لإضافة، فقط قم بتصفية نوع حدث الويب هوك ليشمل فقط إنشاء المستخدم.

اقرأ الدليل بالكامل، فهو يوضح ذلك تمامًا Trigger a Zapier task with Discourse Webhooks

3 إعجابات

المشكلة التي أظن أنني أفهمها هي أن Zapier تفرض رسوماً أعلى لتصفية هذه المكالمات، كما تحسب كل من هذه المكالمات غير الضرورية ضمن الحد المسموح به لاستخدامك

إعجاب واحد (1)

كما ذكر جاي، فإن طريقة التكامل هذه تعمل ولكنها تهدر العمليات في Zapier (أو Make). هناك تكلفة لهذه العمليات لذا فهي ليست مثالية. هل من الممكن استدعاء الـ webhook فقط عند تسجيل مستخدم جديد؟