# Notification of new users joining

**URL:** https://meta.discourse.org/t/notification-of-new-users-joining/77506
**Category:** Feature
**Created:** [January 8, 2018, 8:01pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506 "2018-01-08T20:01:03Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![communitygal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/communitygal/32/80177_2.png) [@communitygal](https://meta.discourse.org/u/communitygal)
#### Post date: [January 8, 2018, 8:01pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/1 "2018-01-08T20:01:03Z")

</div>

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

---

<div class="post-metadata">

### Author: ![mikechristopher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikechristopher/32/89135_2.png) [@mikechristopher](https://meta.discourse.org/u/mikechristopher)
#### Post date: [January 9, 2018, 12:00am UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/2 "2018-01-09T00:00:11Z")

</div>

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

> [@Trigger a Zapier task with Discourse Webhooks](https://meta.discourse.org/t/discourse-webhooks-and-zapier/56753):
>
> Want to use Discourse Webhooks to trigger a task via [Zapier](https://zapier.com)? Let’s get started! bulb Tip: Zapier now has an [official Discourse integration](https://zapier.com/apps/discourse/integrations) with built-in triggers and actions (e.g. “New Post”, “Create Post”). For common use cases, this is simpler than configuring generic webhooks manually. The guide below covers the manual webhook approach, which gives you more flexibility and access to all Discourse event types. Zapier requires a trigger and an action. In this howto the trigger…

---

<div class="post-metadata">

### Author: ![communitygal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/communitygal/32/80177_2.png) [@communitygal](https://meta.discourse.org/u/communitygal)
#### Post date: [January 9, 2018, 4:20pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/3 "2018-01-09T16:20:39Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [January 9, 2018, 4:30pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/4 "2018-01-09T16:30:44Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![mikechristopher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikechristopher/32/89135_2.png) [@mikechristopher](https://meta.discourse.org/u/mikechristopher)
#### Post date: [January 9, 2018, 4:32pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/5 "2018-01-09T16:32:09Z")

</div>

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 🙂

---

<div class="post-metadata">

### Author: ![jaevanryssel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jaevanryssel/32/86830_2.png) [@jaevanryssel](https://meta.discourse.org/u/jaevanryssel)
#### Post date: [January 9, 2018, 7:53pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/6 "2018-01-09T19:53:36Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Chris\_Taylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chris_taylor/32/150664_2.png) [@Chris\_Taylor](https://meta.discourse.org/u/Chris_Taylor)
#### Post date: [July 24, 2019, 10:27am UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/7 "2019-07-24T10:27:43Z")

</div>

I’ve set the webhook up but it’s emailing more for every change of a persons account so whether they sign up, delete account etc. Is there a way of restricting the User Event to just a signup?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [July 24, 2019, 12:07pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/8 "2019-07-24T12:07:33Z")

</div>

I believe that you either need a plugin or to have wherever you are calling do the filtering.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [July 24, 2019, 9:23pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/9 "2019-07-24T21:23:34Z")

</div>

You might check out [GitHub - erickguan/discourse-user-created-webhook · GitHub](https://github.com/fantasticfears/discourse-user-created-webhook)

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [July 24, 2019, 10:07pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/10 "2019-07-24T22:07:13Z")

</div>

There is no need for a plugin, just filter the webhook event type for only user created.

Read the whole guide, it shows exactly this [Trigger a Zapier task with Discourse Webhooks](https://meta.discourse.org/t/discourse-webhooks-and-zapier/56753)

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [July 25, 2019, 2:20pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/11 "2019-07-25T14:20:01Z")

</div>

The problem that I think I understand, though, is that Zapier charges more to filter those calls and also counts each of those unnecessary calls against how much you have used it

---

<div class="post-metadata">

### Author: ![mush490](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mush490/32/317352_2.png) [@mush490](https://meta.discourse.org/u/mush490)
#### Post date: [July 31, 2023, 4:35pm UTC](https://meta.discourse.org/t/notification-of-new-users-joining/77506/12 "2023-07-31T16:35:11Z")

</div>

As Jay mentioned, this integration method works but wastes operations in Zapier (or Make). There is a cost for these operations so it is not ideal. Is it possible to only call the webhook on a new user registration?
