{
"data": {
"id": "products",
"itemid": "/v2/content/?keys=products[_id=5678]",
"label": "Wireless Headphones Pro",
"editor": "Product Manager",
"timestamp": "2024-01-15T13:45:00",
"locale": null,
"status": "published"
},
"webhook": {
"event": "collectionitem.published",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Collection events
Collection item published
Triggered when a collection item is published or republished, including scheduled publishing.
WEBHOOK
collection-item-published
{
"data": {
"id": "products",
"itemid": "/v2/content/?keys=products[_id=5678]",
"label": "Wireless Headphones Pro",
"editor": "Product Manager",
"timestamp": "2024-01-15T13:45:00",
"locale": null,
"status": "published"
},
"webhook": {
"event": "collectionitem.published",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Triggered when a collection item is published or republished.
This event fires when:
- A draft collection item is published for the first time
- An already published item is republished after changes
- A scheduled item is automatically published
Was this page helpful?