Payload

The payload of this webhook request is an object.
triggerType"collection_item_changed"Required

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 "lastUpdated": "2023-03-17T18:47:35Z",
9 "createdOn": "2023-03-17T18:47:35Z",
10 "isArchived": false,
11 "isDraft": false,
12 "fieldData": {
13 "name": "Pan-Galactic Gargle Blaster",
14 "slug": "pan-galactic-gargle-blaster"
15 }
16 }
17}