/webflow-collections | Type: Application | PCID required: Yes
Tools
webflow_collections_collection_details
Get Collection Details Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
webflow_collections_create_collection
Create Collection Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
site_id | string | Yes | — | Unique identifier for a Site |
displayName | string | Yes | — | Name of the collection. Each collection name must be distinct. |
fields | any[] | No | — | An array of custom fields to add to the collection |
singularName | string | Yes | — | Singular name of each item. |
slug | string | No | — | Part of a URL that identifier |
webflow_collections_create_field
Create Collection Field Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
body | object | Yes | — | The field to create |
webflow_collections_create_item
Create Collection Item(s) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
skipInvalidFiles | boolean | No | — | When true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid. |
body | object | No | — | Details of the item(s) to create |
webflow_collections_create_item_live
Create Live Collection Item(s) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
skipInvalidFiles | boolean | No | — | When true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid. |
body | object | No | — | Details of the item(s) to create |
webflow_collections_create_items
Create Collection Items Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
skipInvalidFiles | boolean | No | — | When true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid. |
body | object | No | — | A 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
webflow_collections_delete_field
Delete Collection Field Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
field_id | string | Yes | — | Unique identifier for a Field in a collection |
webflow_collections_delete_item
Delete Collection Item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
item_id | string | Yes | — | Unique identifier for an Item |
cmsLocaleId | string | No | — | Unique 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
item_id | string | Yes | — | Unique identifier for an Item |
cmsLocaleId | string | No | — | Unique 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
body | object | No | — | Details of the items to delete |
webflow_collections_delete_items_live
Unpublish Live Collection Items Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
body | object | No | — | Details of the live items to delete |
webflow_collections_get_item
Get Collection Item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
item_id | string | Yes | — | Unique identifier for an Item |
cmsLocaleId | string | No | — | Unique 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
item_id | string | Yes | — | Unique identifier for an Item |
cmsLocaleId | string | No | — | Unique 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
cmsLocaleId | string | No | — | Unique 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. |
offset | integer | No | — | Offset used for pagination if the results have more than limit records |
limit | integer | No | — | Maximum number of records to be returned (max limit: 100) |
name | string | No | — | Filter by the exact name of the item(s) |
slug | string | No | — | Filter by the exact slug of the item |
createdOn | object | No | — | Filter by the creation date of the item(s) |
lastPublished | object | No | — | Filter by the last published date of the item(s) |
lastUpdated | object | No | — | Filter by the last updated date of the item(s) |
sortBy | string | No | — | Sort results by the provided value |
sortOrder | string | No | — | Sorts the results by asc or desc |
webflow_collections_list_collection_items_live
List Live Collection Items Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
cmsLocaleId | string | No | — | Unique 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. |
offset | integer | No | — | Offset used for pagination if the results have more than limit records |
limit | integer | No | — | Maximum number of records to be returned (max limit: 100) |
name | string | No | — | Filter by the exact name of the item(s) |
slug | string | No | — | Filter by the exact slug of the item |
createdOn | object | No | — | Filter by the creation date of the item(s) |
lastPublished | object | No | — | Filter by the last published date of the item(s) |
lastUpdated | object | No | — | Filter by the last updated date of the item(s) |
sortBy | string | No | — | Sort results by the provided value |
sortOrder | string | No | — | Sorts the results by asc or desc |
webflow_collections_list_collections
List Collections Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
site_id | string | Yes | — | Unique identifier for a Site |
webflow_collections_publish_item
Publish Collection Item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
body | object | No | — | An array of Item IDs |
webflow_collections_update_field
Update Collection Field Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
field_id | string | Yes | — | Unique identifier for a Field in a collection |
displayName | string | No | — | The name of a field |
helpText | string | No | — | Additional text to help anyone filling out this field |
isRequired | boolean | No | — | Define whether a field is required in a collection |
webflow_collections_update_item
Update Collection Item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
item_id | string | Yes | — | Unique identifier for an Item |
skipInvalidFiles | boolean | No | — | When true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid. |
body | object | No | — | Details of the item to update |
webflow_collections_update_item_live
Update Live Collection Item Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
item_id | string | Yes | — | Unique identifier for an Item |
skipInvalidFiles | boolean | No | — | When true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid. |
body | object | No | — | Details of the item to update |
webflow_collections_update_items
Update Collection Items Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
skipInvalidFiles | boolean | No | — | When true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid. |
body | object | No | — | Details of the item to update |
webflow_collections_update_items_live
Update Live Collection Items Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
collection_id | string | Yes | — | Unique identifier for a Collection |
skipInvalidFiles | boolean | No | — | When true, invalid files are skipped and processing continues. When false, the entire request fails if any file is invalid. |
body | object | No | — | Details of the live items to update |

