# Webhook names query/inconsistent?

**URL:** https://meta.discourse.org/t/webhook-names-query-inconsistent/384881
**Category:** WordPress
**Created:** [October 7, 2025, 11:51am UTC](https://meta.discourse.org/t/webhook-names-query-inconsistent/384881 "2025-10-07T11:51:57Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![TimMOz](https://avatars.discourse-cdn.com/v4/letter/t/45deac/32.png) [@TimMOz](https://meta.discourse.org/u/TimMOz)
#### Post date: [October 7, 2025, 11:51am UTC](https://meta.discourse.org/t/webhook-names-query-inconsistent/384881/1 "2025-10-07T11:51:57Z")

</div>

Hi, I am new to this and just building a test setup and trying to get commenting web-hooks working between a test discourse and test wordpress install.

When I edit a post reply in Discourse, it triggers the webhook to fails with ‘The webhook event is not supported’, in response to a X-Discourse-Event: post\_edited call from Discourse.

Looking at the plugin code in sync-discourse-topic.php line 49, it looks like it is expecting post\_updated, not post\_edited.

Not sure if something has changed or if it is something in my test discourse system.

If I add post\_edited (and post\_destroyed) to the code at line 49 it all works fine. The webhook is configured for post\_created\_event, post\_edited\_event, post\_destroyed\_event, post\_recovered\_event.

Latest wordpress (6.8.3), plugin (2.5.9), discourse (v3.6.0.beta1+124).

Thanks - any help appreciated.

---

_[View the full topic](https://meta.discourse.org/t/webhook-names-query-inconsistent/384881)._
