Webflow
Webflow is a powerful web design tool that enables users to create, customize, and manage websites visually without writing code. It simplifies importing pages and collections from your Webflow account to streamline web development and content management.
Features
- Seamless import of pages and collections directly from your Webflow account.
- Intuitive visual interface for easy website design and customization.
- No coding skills required, making it accessible for designers and marketers.
- Integration with powerful CMS for dynamic content management.
- Real-time updates and synchronization between Webflow and imported content.
Benefits
- Speeds up the website development process by streamlining content imports.
- Enhances productivity by eliminating the need for manual data entry or coding.
- Allows for consistent branding and design across all imported pages and collections.
- Facilitates easy content management and updates through integration with Webflow CMS.
- Improves website scalability and flexibility by leveraging Webflow's robust platform.
Available tools
32 actions available as tools
Ask webflow ai
Ask Webflow AI about anything related to Webflow API.
Collections list
List all CMS collections in a site. Returns collection metadata including IDs, names, and schemas.
Collections get
Get detailed information about a specific CMS collection including its schema and field definitions.
Collections create
Create a new CMS collection in a site with specified name and schema.
Collection fields create static
Create a new static field in a CMS collection (e.g., text, number, date, etc.).
Collection fields create option
Create a new option field in a CMS collection with predefined choices.
Collection fields create reference
Create a new reference field in a CMS collection that links to items in another collection.
Collection fields update
Update properties of an existing field in a CMS collection.
Collections items create item live
Create and publish new items in a CMS collection directly to the live site.
Collections items update items live
Update and publish existing items in a CMS collection directly to the live site.
Collections items list items
List items in a CMS collection with optional filtering and sorting.
Collections items create item
Create new items in a CMS collection as drafts.
Collections items update items
Update existing items in a CMS collection as drafts.
Collections items publish items
Publish draft items in a CMS collection to make them live.
Collections items delete item
Delete an item in a CMS collection. Items will only be deleted in the primary locale unless a cmsLocaleId is included in the request.
Components list
List all components in a site. Returns component metadata including IDs, names, and versions.
Components get content
Get the content structure and data for a specific component including text, images, and nested components.
Components update content
Update content on a component in secondary locales by modifying text nodes and property overrides.
Components get properties
Get component properties including default values and configuration for a specific component.
Components update properties
Update component properties for localization to customize behavior in different languages.
Pages list
List all pages within a site. Returns page metadata including IDs, titles, and slugs.
Pages get metadata
Get metadata for a specific page including SEO settings, Open Graph data, and page status (draft/published).
Pages update page settings
Update page settings including SEO metadata, Open Graph data, slug, and publishing status.
Pages get content
Get the content structure and data for a specific page including all elements and their properties.
Pages update static content
Update content on a static page in secondary locales by modifying text nodes and property overrides.
Site registered scripts list
List all registered scripts for a site. To apply a script to a site or page, first register it via the Register Script endpoints, then apply it using the relevant Site or Page endpoints.
Site applied scripts list
Get all scripts applied to a site by the App. To apply a script to a site or page, first register it via the Register Script endpoints, then apply it using the relevant Site or Page endpoints.
Add inline site script
Register an inline script for a site. Inline scripts are limited to 2000 characters.
Delete all site scripts
Sites list
List all sites accessible to the authenticated user. Returns basic site information including site ID, name, and last published date.
Sites get
Get detailed information about a specific site including its settings, domains, and publishing status.
Sites publish
Publish a site to specified domains. This will make the latest changes live on the specified domains.