# User creation notification

**URL:** https://meta.discourse.org/t/user-creation-notification/153176
**Category:** Support
**Created:** [May 29, 2020, 2:34am UTC](https://meta.discourse.org/t/user-creation-notification/153176 "2020-05-29T02:34:17Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [May 30, 2020, 2:20am UTC](https://meta.discourse.org/t/user-creation-notification/153176/4 "2020-05-30T02:20:26Z")

</div>

> [@Andro](#):
>
> Where can one find out about event webhooks and Zapier?

Have a look at this topic:

> [@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…

One possible issue with using the User Event webhook is that it fires for more events than user creation. For example, it is sent every time a user logs into the site. You will need to filter it on Zapier by checking to see if the `X-Discourse-Event` header has its value set to `user_created`. The “Trigger on a _specific_ user event” section of the topic I linked to shows how to do that. The problem I’m seeing with doing this on Zapier is that it could get quite expensive processing User Event webhooks for events that you are not interested in. A webhook that only fires when a user is created or updated could be useful.

---

_[View the full topic](https://meta.discourse.org/t/user-creation-notification/153176)._
