-
Bug
-
Resolution: Cannot Reproduce
-
Low
-
Minor
-
Issue Summary
page_removed and blog_removed webhooks are not getting fired when page/blogs are purged from trash.
These webhooks are only being sent when a space is trashed - along with space_removed we receive page_removed and blog_removed for the blogs/pages in the space that is removed.
Steps to Reproduce
- Register the following webhooks
"webhooks": [ { "event": "blog_removed", "url": "/api/webhook" }, { "event": "page_removed", "url": "/api/webhook" } ]
- delete a page/blog from a space
- then purge the page/blog from the spaces trash
Expected Results
We should receive page_removed or blog_removed at /api/webhook
Actual Results
page_removed or blog_removed webhooks aren't sent.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...