Collection Item Updated

Information about an updated collection item

Payload

The payload of this webhook request is an object.
triggerTypeenumRequired
Allowed values: collection_item_changed

The type of event that triggered the request

payloadobjectRequired

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "triggerType": "collection_item_changed",
3 "payload": {
4 "id": "580e64008c9a982ac9b8b754",
5 "workspaceId": "625860a7a6c16d624927122f",
6 "siteId": "65427cf400e02b306eaa049c",
7 "collectionId": "664243617fcc8b464b23c4ee",
8 "lastPublished": null,
9 "lastUpdated": "2023-03-17T18:47:35.560Z",
10 "createdOn": "2023-03-17T18:47:35.560Z",
11 "isArchived": false,
12 "isDraft": false,
13 "fieldData": {
14 "name": "Pan-Galactic Gargle Blaster",
15 "slug": "pan-galactic-gargle-blaster"
16 }
17 }
18}
Built with