# Is it possible to manually trigger a web hook for post\_updated

**URL:** https://meta.discourse.org/t/is-it-possible-to-manually-trigger-a-web-hook-for-post-updated/68074
**Category:** Development
**Created:** [August 15, 2017, 12:41pm UTC](https://meta.discourse.org/t/is-it-possible-to-manually-trigger-a-web-hook-for-post-updated/68074 "2017-08-15T12:41:44Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [August 16, 2017, 11:35pm UTC](https://meta.discourse.org/t/is-it-possible-to-manually-trigger-a-web-hook-for-post-updated/68074/2 "2017-08-16T23:35:40Z")

</div>

From your `rails console`, you can run `WebHook.enqueue_post_hooks(:post_edited, post)`. Make sure Sidekiq is running though.

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-manually-trigger-a-web-hook-for-post-updated/68074)._
