Trigger Type
collection_item_created
Properties
Field | Type | Description |
---|---|---|
_archived | Boolean | Boolean determining if the Item is set to archived |
_draft | Boolean | Boolean determining if the Item is set to draft |
_id | string | Unique identifier for the Item |
_cid | string | Unique identifier for the Collection the Item belongs within |
name | string | Name given to the Item |
slug | string | URL structure of the Item in your site. Note: Updates to an item slug will break all links referencing the old slug. |
Example
1 { 2 "_archived": false, 3 "_draft": false, 4 "color": "#a98080", 5 "name": "Exciting blog post title", 6 "post-body": "<p>Blog post contents...</p>", 7 "post-summary": "Summary of exciting blog post", 8 "main-image": { 9 "fileId": "580e63fe8c9a982ac9b8b749", 10 "url": "https://d1otoma47x30pg.cloudfront.net/580e63fc8c9a982ac9b8b744/580e63fe8c9a982ac9b8b749_1477338110257-image20.jpg" 11 }, 12 "slug": "exciting-post", 13 "author": "580e640c8c9a982ac9b8b778", 14 "updated-on": "2016-11-15T22:45:32.647Z", 15 "updated-by": "Person_5660c5338e9d3b0bee3b86aa", 16 "created-on": "2016-11-15T22:45:32.647Z", 17 "created-by": "Person_5660c5338e9d3b0bee3b86aa", 18 "published-on": null, 19 "published-by": null, 20 "_cid": "580e63fc8c9a982ac9b8b745", 21 "_id": "582b900cba19143b2bb8a759" 22 }