Skip to main content
WEBHOOK
blog-post-locale-published
{
  "data": {
    "id": "announcing-new-features",
    "_id": 5678,
    "locale": "es"
  },
  "webhook": {
    "event": "post.localization.published",
    "target": "https://yourapp.com/webhooks/buttercms"
  }
}
Triggered when a localized blog post is published or republished. This event fires when:
  • A draft blog post in a specific locale is published for the first time
  • An already published localized post is republished after changes
  • A scheduled localized post is automatically published
The payload includes the locale field identifying which locale variant was published.

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