Builder content link
Builder public api key
6def860822894d21ae7cd7487e2e2da1
What are you trying to accomplish
I’m testing a webhook that should be triggered whenever a Page is published, unpublished, deleted etc. I have configured my webhook under Models > Page > Edit Webhooks. When I open my Network tab in Chrome, and try out different actions for my pages (Publish, Unpublish, Archive, Unarchive), I see that a POST request is made to my webhook as expected. However, when I delete a page, I don’t see any request being made to my webhook.
According to the documentation, a POST request should also be sent on delete:
We will POST to the endpoint you provide every time content is published, unpublished, archived, or deleted.
Is there anything specific that has to be configured/implemented for this?