{
"data": {
"id": "team_members",
"itemid": "/v2/content/?keys=team_members[_id=1234]",
"label": "John Smith - Senior Developer",
"editor": "HR Manager",
"timestamp": "2024-01-15T11:30:00",
"locale": "en",
"status": "published"
},
"webhook": {
"event": "collectionitem.all",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Collection events
Collection item any activity
Triggered when any activity occurs on a collection item, including create, update, publish, unpublish, and delete events.
WEBHOOK
collection-item-any-activity
{
"data": {
"id": "team_members",
"itemid": "/v2/content/?keys=team_members[_id=1234]",
"label": "John Smith - Senior Developer",
"editor": "HR Manager",
"timestamp": "2024-01-15T11:30:00",
"locale": "en",
"status": "published"
},
"webhook": {
"event": "collectionitem.all",
"target": "https://yourapp.com/webhooks/buttercms"
}
}Triggered when any activity occurs on a collection item (create, update, publish, unpublish, delete).
This is a catch-all event that fires for all collection item changes, useful for comprehensive content monitoring across all collections.
Was this page helpful?