{
"data": {
"id": "announcing-new-features",
"_id": 5678,
"locale": "es"
},
"webhook": {
"event": "post.localization.published",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Post events
Localized blog post published
Triggered when a localized blog post is published or republished. Includes locale in the payload.
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
locale field identifying which locale variant was published.Body
application/json
Response
200
Return a 200 status to indicate that the data was received successfully
Was this page helpful?