Skip to main content
WEBHOOK
blog-post-draft-saved
{
  "data": {
    "id": "work-in-progress-post",
    "_id": 9012
  },
  "webhook": {
    "event": "post.draft",
    "target": "https://yourapp.com/webhooks/buttercms"
  }
}
Triggered when a draft blog post is saved. This event fires when:
  • A new blog post is created and saved as draft
  • An existing draft is updated and saved
  • A published post is updated and saved as draft (effectively unpublishing)

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