Is it possible to manually trigger a web hook for post_updated

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

2 Likes