{
"data": {
"id": "events",
"itemid": "/v2/content/?keys=events[_id=9012]",
"label": "Annual Developer Conference 2024",
"editor": "Event Planner",
"timestamp": "2024-01-15T15:20:00",
"locale": "en",
"status": "draft"
},
"webhook": {
"event": "collectionitem.draft",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Collection events
Collection item draft saved
Triggered when a collection item draft is saved, including on creation, update, or unpublished changes.
WEBHOOK
collection-item-draft-saved
{
"data": {
"id": "events",
"itemid": "/v2/content/?keys=events[_id=9012]",
"label": "Annual Developer Conference 2024",
"editor": "Event Planner",
"timestamp": "2024-01-15T15:20:00",
"locale": "en",
"status": "draft"
},
"webhook": {
"event": "collectionitem.draft",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Triggered when a collection item draft is saved.
This event fires when:
- A new collection item is created and saved as draft
- An existing draft item is updated and saved
- A published item is updated but not yet republished
Was this page helpful?