# Webhooks feedback

**URL:** https://meta.discourse.org/t/webhooks-feedback/49046
**Category:** Development
**Created:** [August 23, 2016, 5:37am UTC](https://meta.discourse.org/t/webhooks-feedback/49046 "2016-08-23T05:37:11Z")
**Posts on this page:** 1
**Showing post:** 32

<div class="post-metadata">

### Author: ![fantasticfears](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fantasticfears/32/119608_2.png) [@fantasticfears](https://meta.discourse.org/u/fantasticfears)
#### Post date: [February 20, 2017, 9:53am UTC](https://meta.discourse.org/t/webhooks-feedback/49046/32 "2017-02-20T09:53:09Z")

</div>

@jackzampolin The payload is almost the same as the Discourse web application gets. The generic format is like this:

```json
{
  "user": {
    // user payload
  }
}

```

You can read the payload examples in the webhook event page.

* * *

@mikechristopher Thanks for mention that. I included this within the submitted pull request.

* * *

@burke The team will [focus on some important event types](https://meta.discourse.org/t/setting-up-webhooks/49045/12). Once [the pull request](https://github.com/discourse/discourse/pull/4696) which allows easy customization is ready, I’ll write a documentation to show how to add some types on your own.

---

_[View the full topic](https://meta.discourse.org/t/webhooks-feedback/49046)._
