Webflow API and Documentation · Arazzo Workflow
Webflow Create Collection and First Item
Version 1.0.0
Create a CMS collection on a site, add a custom field, then create and publish a first item.
View Spec
View on GitHub
CMSContent ManagementEcommerceNo-CodePublishingWeb DevelopmentArazzoWorkflows
Provider
Workflows
create-collection-and-first-item
Create a collection, add a field, create an item, and publish it.
Creates a new CMS collection for a site, extends it with one custom field, creates a first item, and publishes that item to the live site.
1
createCollection
create-collection
Create a new CMS collection on the site.
2
addField
create-field
Add a single custom field to the new collection.
3
createItem
create-item
Create the first item in the collection using the supplied field data.
4
publishItem
publish-item
Publish the newly created item to the live site.