Item Created

Payload

The payload of this webhook request is an object.
_archivedbooleanOptional

Boolean determining if the Item is set to archived

_draftbooleanOptional

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 "_id": "580e64008c9a982ac9b8b754",
3 "_cid": "580e63fc8c9a982ac9b8b745",
4 "name": "5 Principles Of Effective Web Design",
5 "slug": "5-principles-of-effective-web-design"
6}