Tool to create a custom field in a Webflow collection. Use when you need to add a new field to an existing collection. Field validation is currently not available through the API. Bulk creation of fields is not supported - fields must be created one at a time.
idstringOptional unique identifier for the field. If not provided, Webflow will auto-generate one
typeRequiredstringThe type of field to create. Choose the appropriate field type for your collection data
helpTextstringAdditional text to help anyone filling out this field
metadataMetadata for the field. Required for Option, Reference, and MultiReference field types. For Option fields: provide OptionFieldMetadata with 'options' array. For Reference/MultiReference fields: provide ReferenceFieldMetadata with 'collectionId'.
isEditablebooleanDefine whether the field is editable. Defaults to true if not specified
isRequiredbooleanDefine whether the field is required in the collection. Defaults to false if not specified
displayNameRequiredstringThe display name of the field
collection_idRequiredstringUnique identifier for the Collection
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.