# Information about webhooks

**URL:** https://meta.discourse.org/t/information-about-webhooks/140147
**Category:** Development
**Created:** [January 30, 2020, 7:53am UTC](https://meta.discourse.org/t/information-about-webhooks/140147 "2020-01-30T07:53:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ojus\_Save](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ojus_save/32/167673_2.png) [@Ojus\_Save](https://meta.discourse.org/u/Ojus_Save)
#### Post date: [January 30, 2020, 7:53am UTC](https://meta.discourse.org/t/information-about-webhooks/140147/1 "2020-01-30T07:53:35Z")

</div>

How can I create a webhook which notifies me of a new post created on my discourse forum?

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [January 30, 2020, 9:22am UTC](https://meta.discourse.org/t/information-about-webhooks/140147/2 "2020-01-30T09:22:18Z")

</div>

Have you read?:

> [@Configure webhooks that trigger on Discourse events to integrate with external services](https://meta.discourse.org/t/setting-up-webhooks/49045):
>
> A webhook is a way to notify external services about changes on the internet. It’s easier to setup, manage and develop than a Discourse plugin. Though, it does require you to program a little bit or understand its technical details. In this #howto, I’ll set up webhook to power a Github bot for referencing pull request brought in a forum. We’ll want to see a new comment on Github pull request when a new post has a link to it. It’s a very simple process: Publish a new post. A webhook event happ…
