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

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