Webflow · Arazzo Workflow
Webflow Scaffold a CMS Collection
Version 1.0.0
Pick a site, create a Collection, add a custom field, then seed it with a first item.
Provider
Workflows
scaffold-cms-collection
Create a Collection on a site, add a field, and seed a first item.
Lists the sites the token can access, creates a Collection on the chosen site, extends the Collection schema with a custom field, and writes a first item into the Collection as a draft.
1
listSites
list-sites
List all sites the access token can reach so a target site is available when none was explicitly provided.
2
createCollection
create-collection
Create a new Collection on the target site with the supplied display and singular names.
3
addField
create-field
Add a plain-text custom field to the new Collection's schema so items can carry an extra value beyond name and slug.
4
seedItem
create-item
Create the first item in the new Collection as a draft using the supplied name and slug.
Source API Descriptions
openapi
openapi