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