Item Updated

Payload

The payload of this webhook request is an object.
_archivedbooleanOptionalDefaults to false

Boolean determining if the Item is set to archived

_draftbooleanOptionalDefaults to false

Boolean determining if the Item is set to draft

_idstringOptional

Unique identifier for the Item

_cidstringOptional

Unique identifier for the Collection the Item belongs within

namestringOptional

Name given to the Item

slugstringOptional

URL structure of the Item in your site. Note: Updates to an item slug will break all links referencing the old slug.

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "value": {
3 "_archived": false,
4 "_draft": false,
5 "_cid": "63692ab61fb285e2ff2ba8f3",
6 "_id": "6489c55eadb87a537a083540",
7 "name": "Exciting blog post title",
8 "slug": "exciting-post",
9 "color": "#a98080",
10 "post-body": "<p>Blog post contents...</p>",
11 "post-summary": "Summary of exciting blog post",
12 "main-image": null,
13 "fileId": "580e63fe8c9a982ac9b8b749",
14 "url": "https://d1otoma47x30pg.cloudfront.net/580e63fc8c9a982ac9b8b744/580e63fe8c9a982ac9b8b749_1477338110257-image20.jpg",
15 "author": "580e640c8c9a982ac9b8b778"
16 }
17}
Built with