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

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