# More specific Webhook events?

**URL:** https://meta.discourse.org/t/more-specific-webhook-events/202284
**Category:** Feature
**Created:** [August 31, 2021, 11:47pm UTC](https://meta.discourse.org/t/more-specific-webhook-events/202284 "2021-08-31T23:47:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![decryption](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/decryption/32/120304_2.png) [@decryption](https://meta.discourse.org/u/decryption)
#### Post date: [August 31, 2021, 11:47pm UTC](https://meta.discourse.org/t/more-specific-webhook-events/202284/1 "2021-08-31T23:47:43Z")

</div>

Loving the webhooks available in Discourse, but is there a way to be more specific with the webhooks sent than what’s currently in Discourse?

The reason I ask is that I use Discourse webhooks with Integromat/Zapier and they have a limit per month on how many requests they process (e.g: 100, 1000, 10000 depending on how much you pay).

Right now every time someone logs in, logs out, etc, that’s one “request”, when all I want is are the webhooks with “user\_confirmed\_email” in the x-discourse-event header.

I would be able to use a cheaper (or even free) plan with Integromat/Zapier if the I didn’t have to process all the other events sent in the webhook that are unnecessary to me (e.g: I don’t care to be notified when someone logs in or logs out).

---

<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: [September 1, 2021, 6:57pm UTC](https://meta.discourse.org/t/more-specific-webhook-events/202284/2 "2021-09-01T18:57:24Z")

</div>

Treating this as #Support rather than #Contribute > Feature , you can create a plugin that does this.

> <https://github.com/discourse/discourse-chat-integration/blob/main/plugin.rb#L22-L26>

is an example of `doing-something` when `something` happens. You’d want to do it for user or logins or something, but this might get you started.
