# Notifica WordPress quando ricevi una notifica Discourse

**URL:** https://meta.discourse.org/t/wordpress-notification-when-you-get-discourse-notification/85371
**Category:** Development
**Created:** [15 Aprile 2018, 12:00pm UTC](https://meta.discourse.org/t/wordpress-notification-when-you-get-discourse-notification/85371 "2018-04-15T12:00:18Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![LKNickname](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lknickname/32/209114_2.png) [@LKNickname](https://meta.discourse.org/u/LKNickname)
#### Post date: [15 Aprile 2018, 12:00pm UTC](https://meta.discourse.org/t/wordpress-notification-when-you-get-discourse-notification/85371/1 "2018-04-15T12:00:18Z")

</div>

I am currently trying to integrate Discourse within my existing Wordpress-Installation and so far it is working well (love the WP-Discourse Plugin and SSO btw.).

But right now I’m in a bit of a standstill…

I am using the Wordpress Plugin “Ultimate Member” for handling Social/Community-Interaction and Features on my Wordpress-Site.  
However the forum is entirely realised through Discourse and I refuse to “Downgrade” on bbpress.  
Nontheless I need to notify my users within Wordpress if something happens on their Discourse.

Ideally I want every notification that is send through discourse (New answer, badge etc.) to also pop-up in the Wordpress frontend.  
I figured that I may have a chance using webhooks but I am lacking the best way of approchaing this in detail tbh.

Maybe some of you guys already have some experience in integrating Ultimate Member and/or Buddypress and are willing to help?

Would greatly appreciate that 🙂

---

<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: [15 Aprile 2018, 10:39pm UTC](https://meta.discourse.org/t/wordpress-notification-when-you-get-discourse-notification/85371/2 "2018-04-15T22:39:21Z")

</div>

> [@LKNickname](#):
>
> I figured that I may have a chance using webhooks

Yes, I think this is the best approach. I’ve been playing around with the idea today. It can be made to work for any events that Discourse sends a webhook for.

The [WP Discourse](https://github.com/discourse/wp-discourse) plugin is setup to handle webhook events, but it doesn’t currently have an action that can be hooked into to let other plugins use this functionality. I will add an action hook for that this week.

---

<div class="post-metadata">

### Author: ![LKNickname](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lknickname/32/209114_2.png) [@LKNickname](https://meta.discourse.org/u/LKNickname)
#### Post date: [16 Aprile 2018, 10:23am UTC](https://meta.discourse.org/t/wordpress-notification-when-you-get-discourse-notification/85371/3 "2018-04-16T10:23:01Z")

</div>

Cool! Looking forward to play around with it 🙂 👍

---

<div class="post-metadata">

### Author: ![LKNickname](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lknickname/32/209114_2.png) [@LKNickname](https://meta.discourse.org/u/LKNickname)
#### Post date: [25 Aprile 2018, 1:40pm UTC](https://meta.discourse.org/t/wordpress-notification-when-you-get-discourse-notification/85371/4 "2018-04-25T13:40:40Z")

</div>

Any updates on this? 🙂

---

<div class="post-metadata">

### Author: ![NiallG](https://avatars.discourse-cdn.com/v4/letter/n/96bed5/32.png) [@NiallG](https://meta.discourse.org/u/NiallG)
#### Post date: [11 Agosto 2018, 8:43am UTC](https://meta.discourse.org/t/wordpress-notification-when-you-get-discourse-notification/85371/5 "2018-08-11T08:43:47Z")

</div>

Hi Simon did you progress any with adding this in?

---

<div class="post-metadata">

### Author: ![squarepants](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/squarepants/32/138311_2.png) [@squarepants](https://meta.discourse.org/u/squarepants)
#### Post date: [30 Aprile 2019, 9:22am UTC](https://meta.discourse.org/t/wordpress-notification-when-you-get-discourse-notification/85371/6 "2019-04-30T09:22:57Z")

</div>

Do we have webhook action hooks now in plugin?
