Skip to main content
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

Body

application/json
data
object

Webhook data payload for collection item events

webhook
object

Webhook metadata included in all webhook payloads

Response

200

Return a 200 status to indicate that the data was received successfully