Skip to main content
WEBHOOK
blog-post-locale-draft-saved
{
  "data": {
    "id": "work-in-progress-post",
    "_id": 9012,
    "locale": "fr"
  },
  "webhook": {
    "event": "post.localization.draft",
    "target": "https://yourapp.com/webhooks/buttercms"
  }
}

Documentation Index

Fetch the complete documentation index at: https://buttercms.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Triggered when a localized draft blog post is saved. This event fires when:
  • A new blog post in a specific locale is created and saved as draft
  • An existing localized draft is updated and saved
  • A published localized post is updated and saved as draft
The payload includes the locale field identifying which locale variant was saved.

Body

application/json
data
object

Webhook data payload for localized blog post events. Includes locale to identify which locale variant triggered the event.

webhook
object

Webhook metadata included in all webhook payloads

Response

200

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