Skip to main content
WEBHOOK
blog-post-any-activity
{
  "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 (create, update, publish, unpublish, delete). This is a catch-all event that fires for all blog post changes, making it useful for general blog post monitoring and cache invalidation.

Body

application/json
data
object

Webhook data payload for blog post events

webhook
object

Webhook metadata included in all webhook payloads

Response

200

Return a 200 status to indicate that the data was received successfully