Skip to main content
Server path: /webflow-collections | Type: Application | PCID required: Yes

Tools

ToolDescription
webflow_collections_collection_detailsGet Collection Details
webflow_collections_create_collectionCreate Collection
webflow_collections_create_fieldCreate Collection Field
webflow_collections_create_itemCreate Collection Item(s)
webflow_collections_create_item_liveCreate Live Collection Item(s)
webflow_collections_create_itemsCreate Collection Items
webflow_collections_delete_collectionDelete Collection
webflow_collections_delete_fieldDelete Collection Field
webflow_collections_delete_itemDelete Collection Item
webflow_collections_delete_item_liveUnpublish Live Collection Item
webflow_collections_delete_itemsDelete Collection Items
webflow_collections_delete_items_liveUnpublish Live Collection Items
webflow_collections_get_itemGet Collection Item
webflow_collections_get_item_liveGet Live Collection Item
webflow_collections_list_collection_itemsList Collection Items
webflow_collections_list_collection_items_liveList Live Collection Items
webflow_collections_list_collectionsList Collections
webflow_collections_publish_itemPublish Collection Item
webflow_collections_update_fieldUpdate Collection Field
webflow_collections_update_itemUpdate Collection Item
webflow_collections_update_item_liveUpdate Live Collection Item
webflow_collections_update_itemsUpdate Collection Items
webflow_collections_update_items_liveUpdate Live Collection Items

webflow_collections_collection_details

Get Collection Details Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection

webflow_collections_create_collection

Create Collection Parameters:
ParameterTypeRequiredDefaultDescription
site_idstringYesUnique identifier for a Site
displayNamestringYesName of the collection. Each collection name must be distinct.
fieldsany[]NoAn array of custom fields to add to the collection
singularNamestringYesSingular name of each item.
slugstringNoPart of a URL that identifier

webflow_collections_create_field

Create Collection Field Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
bodyobjectYesThe field to create

webflow_collections_create_item

Create Collection Item(s) Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
skipInvalidFilesbooleanNoWhen true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid.
bodyobjectNoDetails of the item(s) to create

webflow_collections_create_item_live

Create Live Collection Item(s) Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
skipInvalidFilesbooleanNoWhen true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid.
bodyobjectNoDetails of the item(s) to create

webflow_collections_create_items

Create Collection Items Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
skipInvalidFilesbooleanNoWhen true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid.
bodyobjectNoA Collection Item represents a single entry in your collection. Each item includes: - System metadata - Automatically managed fields like IDs and timestamp <br/> - Status flags - Controls for managing content state: isDraft, isArchived <br/> - Content fields - Stored in fieldData. Each item needs a name and slug, and may include additional fields matching your collection’s schema definition.

webflow_collections_delete_collection

Delete Collection Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection

webflow_collections_delete_field

Delete Collection Field Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
field_idstringYesUnique identifier for a Field in a collection

webflow_collections_delete_item

Delete Collection Item Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
item_idstringYesUnique identifier for an Item
cmsLocaleIdstringNoUnique identifier for a CMS Locale. This UID is different from the Site locale identifier and is listed as cmsLocaleId in the Sites response. To query multiple locales, input a comma separated string.

webflow_collections_delete_item_live

Unpublish Live Collection Item Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
item_idstringYesUnique identifier for an Item
cmsLocaleIdstringNoUnique identifier for a CMS Locale. This UID is different from the Site locale identifier and is listed as cmsLocaleId in the Sites response. To query multiple locales, input a comma separated string.

webflow_collections_delete_items

Delete Collection Items Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
bodyobjectNoDetails of the items to delete

webflow_collections_delete_items_live

Unpublish Live Collection Items Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
bodyobjectNoDetails of the live items to delete

webflow_collections_get_item

Get Collection Item Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
item_idstringYesUnique identifier for an Item
cmsLocaleIdstringNoUnique identifier for a CMS Locale. This UID is different from the Site locale identifier and is listed as cmsLocaleId in the Sites response. To query multiple locales, input a comma separated string.

webflow_collections_get_item_live

Get Live Collection Item Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
item_idstringYesUnique identifier for an Item
cmsLocaleIdstringNoUnique identifier for a CMS Locale. This UID is different from the Site locale identifier and is listed as cmsLocaleId in the Sites response. To query multiple locales, input a comma separated string.

webflow_collections_list_collection_items

List Collection Items Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
cmsLocaleIdstringNoUnique identifier for a CMS Locale. This UID is different from the Site locale identifier and is listed as cmsLocaleId in the Sites response. To query multiple locales, input a comma separated string.
offsetintegerNoOffset used for pagination if the results have more than limit records
limitintegerNoMaximum number of records to be returned (max limit: 100)
namestringNoFilter by the exact name of the item(s)
slugstringNoFilter by the exact slug of the item
createdOnobjectNoFilter by the creation date of the item(s)
lastPublishedobjectNoFilter by the last published date of the item(s)
lastUpdatedobjectNoFilter by the last updated date of the item(s)
sortBystringNoSort results by the provided value
sortOrderstringNoSorts the results by asc or desc

webflow_collections_list_collection_items_live

List Live Collection Items Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
cmsLocaleIdstringNoUnique identifier for a CMS Locale. This UID is different from the Site locale identifier and is listed as cmsLocaleId in the Sites response. To query multiple locales, input a comma separated string.
offsetintegerNoOffset used for pagination if the results have more than limit records
limitintegerNoMaximum number of records to be returned (max limit: 100)
namestringNoFilter by the exact name of the item(s)
slugstringNoFilter by the exact slug of the item
createdOnobjectNoFilter by the creation date of the item(s)
lastPublishedobjectNoFilter by the last published date of the item(s)
lastUpdatedobjectNoFilter by the last updated date of the item(s)
sortBystringNoSort results by the provided value
sortOrderstringNoSorts the results by asc or desc

webflow_collections_list_collections

List Collections Parameters:
ParameterTypeRequiredDefaultDescription
site_idstringYesUnique identifier for a Site

webflow_collections_publish_item

Publish Collection Item Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
bodyobjectNoAn array of Item IDs

webflow_collections_update_field

Update Collection Field Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
field_idstringYesUnique identifier for a Field in a collection
displayNamestringNoThe name of a field
helpTextstringNoAdditional text to help anyone filling out this field
isRequiredbooleanNoDefine whether a field is required in a collection

webflow_collections_update_item

Update Collection Item Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
item_idstringYesUnique identifier for an Item
skipInvalidFilesbooleanNoWhen true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid.
bodyobjectNoDetails of the item to update

webflow_collections_update_item_live

Update Live Collection Item Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
item_idstringYesUnique identifier for an Item
skipInvalidFilesbooleanNoWhen true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid.
bodyobjectNoDetails of the item to update

webflow_collections_update_items

Update Collection Items Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
skipInvalidFilesbooleanNoWhen true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid.
bodyobjectNoDetails of the item to update

webflow_collections_update_items_live

Update Live Collection Items Parameters:
ParameterTypeRequiredDefaultDescription
collection_idstringYesUnique identifier for a Collection
skipInvalidFilesbooleanNoWhen true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid.
bodyobjectNoDetails of the live items to update