{ "data": { "id": "api-development-best-practices", "_id": 1234 }, "webhook": { "event": "post.all", "target": "https://yourapp.com/webhooks/buttercms" } }
Triggered when any activity occurs on a blog post, including create, update, publish, unpublish, and delete events.
Webhook data payload for blog post events
Show child attributes
Webhook metadata included in all webhook payloads
Return a 200 status to indicate that the data was received successfully
Was this page helpful?