Skip to main content
WEBHOOK
blog-post-published
{
  "data": {
    "id": "announcing-new-features",
    "_id": 5678
  },
  "webhook": {
    "event": "post.published",
    "target": "https://yourapp.com/webhooks/buttercms"
  }
}
Triggered when a blog post is published or republished. This event fires when:
  • A draft blog post is published for the first time
  • An already published post is republished after changes
  • A scheduled post is automatically published

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