{
"data": {
"id": "announcing-new-features",
"_id": 5678
},
"webhook": {
"event": "post.published",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Post events
Blog post published
Triggered when a blog post is published or republished, including scheduled publishing.
WEBHOOK
blog-post-published
{
"data": {
"id": "announcing-new-features",
"_id": 5678
},
"webhook": {
"event": "post.published",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Triggered when a blog post is published or republished.
This event fires when:
- A draft blog post is published for the first time
- An already published post is republished after changes
- A scheduled post is automatically published
Was this page helpful?