AACFlow

Webflow

Manage Webflow CMS collections

Usage Instructions

Integrates Webflow CMS into the workflow. Can create, get, list, update, or delete items in Webflow CMS collections. Manage your Webflow content programmatically. Can be used in trigger mode to trigger workflows when collection items change or forms are submitted.

Tools

webflow_list_items

Input

ParameterTypeRequiredDescription
siteIdstringYesID of the Webflow site (e.g., "580e63e98c9a982ac9b8b741")
collectionIdstringYesID of the collection (e.g., "580e63fc8c9a982ac9b8b745")
offsetnumberNoNo description
limitnumberNoNo description

Output

ParameterTypeDescription
itemsarrayArray of collection items
idstringUnique item ID
cmsLocaleIdstringCMS locale ID
lastPublishedstringLast published date (ISO 8601)
lastUpdatedstringLast updated date (ISO 8601)
createdOnstringCreation date (ISO 8601)
isArchivedbooleanWhether the item is archived
isDraftbooleanWhether the item is a draft
fieldDataobjectCollection-specific field data (varies by collection schema)
metadataobjectMetadata about the query
itemCountnumberNumber of items returned
offsetnumberPagination offset
limitnumberMaximum items per page

webflow_get_item

Input

ParameterTypeRequiredDescription
siteIdstringYesID of the Webflow site (e.g., "580e63e98c9a982ac9b8b741")
collectionIdstringYesID of the collection (e.g., "580e63fc8c9a982ac9b8b745")
itemIdstringYesID of the item to retrieve (e.g., "580e64008c9a982ac9b8b754")

Output

ParameterTypeDescription
itemjsonThe retrieved item object
metadatajsonMetadata about the retrieved item

webflow_create_item

Input

ParameterTypeRequiredDescription
siteIdstringYesID of the Webflow site (e.g., "580e63e98c9a982ac9b8b741")
collectionIdstringYesID of the collection (e.g., "580e63fc8c9a982ac9b8b745")
fieldDatajsonYesField data for the new item as a JSON object. Keys should match collection field names.

Output

ParameterTypeDescription
itemjsonThe created item object
metadatajsonMetadata about the created item

webflow_update_item

Input

ParameterTypeRequiredDescription
siteIdstringYesID of the Webflow site (e.g., "580e63e98c9a982ac9b8b741")
collectionIdstringYesID of the collection (e.g., "580e63fc8c9a982ac9b8b745")
itemIdstringYesID of the item to update (e.g., "580e64008c9a982ac9b8b754")
fieldDatajsonYesField data to update as a JSON object. Only include fields you want to change.

Output

ParameterTypeDescription
itemjsonThe updated item object
metadatajsonMetadata about the updated item

webflow_delete_item

Input

ParameterTypeRequiredDescription
siteIdstringYesID of the Webflow site (e.g., "580e63e98c9a982ac9b8b741")
collectionIdstringYesID of the collection (e.g., "580e63fc8c9a982ac9b8b745")
itemIdstringYesID of the item to delete (e.g., "580e64008c9a982ac9b8b754")

Output

ParameterTypeDescription
successbooleanWhether the deletion was successful
metadatajsonMetadata about the deletion

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started