Webflow
98 actions · 2 auth methods
PreviewMarketing
Authentication
OAuth 2.0
Workspace-level access across all sites with granular OAuth scopes. Required for Custom Code endpoints.Guides: Connector Profile, Link Account
Site Token
Scoped to a single site. Quick to set up but cannot access Custom Code endpoints. Max 5 tokens per site.Guides: Connector Profile, Link Account
Actions
|
No scopes found
98 actions
Action
Description
Required scopes
List Assets
Retrieve all assets for a specific site
Get Asset
Retrieve details for a specific asset by its ID
Upload Asset
Upload a new asset to a site (step 1 - returns S3 upload URL and credentials)
Update Asset
Update properties of an existing asset
Delete Asset
Delete a specific asset permanently
List Asset Folders
Retrieve all asset folders for a specific site
Get Asset Folder
Retrieve details for a specific asset folder by its ID
Create Asset Folder
Create a new asset folder within a site
List Collections
Retrieve all CMS collections for a specific site
Get Collection
Retrieve details for a specific CMS collection by its ID
Create Collection
Create a new CMS collection within a site
Delete Collection
Delete a CMS collection and all its items permanently
Create Field
Add a new custom field to an existing CMS collection
Update Collection Field
Update properties of an existing field in a CMS collection
Delete Collection Field
Remove a custom field from a CMS collection permanently
List Components
Retrieve all components for a specific site
Get Component Content
Retrieve the DOM content of a specific component
Update Component Content
Update the DOM content of a specific component
Get Component Properties
Retrieve the properties defined on a specific component
Update Component Properties
Update the properties of a specific component
Get Registered Scripts
Retrieve all registered scripts for a site
Register Hosted Script
Register an externally hosted script for use on a site
Register Inline Script
Register an inline script to be hosted by Webflow for use on a site
Get Site Custom Code
Retrieve custom code applied at the site level
Add Or Update Site Custom Code
Add or update custom code scripts applied at the site level
Delete Site Custom Code
Remove all custom code from the site level
Get Page Custom Code
Retrieve custom code applied to a specific page
Add Or Update Page Custom Code
Add or update custom code scripts applied to a specific page
Delete Page Custom Code
Remove all custom code from a specific page
List Custom Code Blocks
Retrieve all custom code blocks for a site
List Products
Retrieve all products for a specific site
Get Product
Retrieve details for a specific product by its ID
Create Product
Create a new ecommerce product with an initial SKU for a site
Update Product
Update an existing ecommerce product by its ID
Create SKU
Create one or more new SKUs for an existing product
Update SKU
Update an existing SKU for a product
List Orders
Retrieve all orders for a specific site
Get Order
Retrieve details for a specific order by its ID
Update Order
Update an existing order with shipping or comment information
Fulfill Order
Mark an order as fulfilled and optionally notify the customer
Unfulfill Order
Revert a fulfilled order back to unfulfilled status
Refund Order
Refund an order and optionally provide a reason
List Inventory
Retrieve inventory information for a specific SKU item
Update Inventory
Update inventory settings and quantity for a specific SKU item
Get Ecommerce Settings
Retrieve the ecommerce settings for a specific site
Get Site Activity Logs
Retrieve activity logs for a specific site
Get 301 Redirects
Retrieve all 301 redirect rules configured for a site
Create 301 Redirect
Create a new 301 redirect rule for a site
Update 301 Redirect
Update an existing 301 redirect rule for a site
Delete 301 Redirect
Delete a 301 redirect rule from a site
Get Robots.txt
Retrieve the robots.txt configuration for a site
Replace Robots.txt
Replace the entire robots.txt configuration for a site
Update Robots.txt
Partially update the robots.txt configuration for a site
Delete Robots.txt Rules
Remove specific user-agent rules and/or the sitemap entry from a site’s robots.txt
Set Well-Known File
Create or update a .well-known file for a site
Delete Well-Known Files
Delete one or more .well-known files from a site
Create Site
Create a new site within a workspace
Update Site
Update the name or parent folder of a site
Delete Site
Permanently delete a site
Get Site Plan
Retrieve the current plan information for a site
List Comment Threads
Retrieve all comment threads for a site
Get Comment Thread
Retrieve a specific comment thread
List Comment Replies
Retrieve replies to a specific comment thread
List Forms
Retrieve all forms for a specific site
Get Form Schema
Retrieve the schema and field definitions for a specific form
List Form Submissions
Retrieve all submissions for a specific form
List Form Submissions By Site
Retrieve all form submissions across all forms for a specific site
Get Form Submission
Retrieve details for a specific form submission by its ID
Update Form Submission
Update hidden field data for a specific form submission
Delete Form Submission
Delete a specific form submission permanently
List Collection Items
Retrieve all staged items in a CMS collection with filtering and pagination
Get Collection Item
Retrieve a single staged item from a CMS collection
Update Collection Item
Update a single staged item in a CMS collection
Delete Collection Item
Delete a single staged item from a CMS collection
Create Collection Items
Create one or more staged items in a CMS collection
Update Collection Items
Update one or more staged items in a CMS collection
Delete Collection Items
Delete one or more staged items from a CMS collection
Publish Collection Items
Publish one or more staged collection items to make them live
List Live Collection Items
Retrieve all published (live) items in a CMS collection
Get Live Collection Item
Retrieve a single published (live) item from a CMS collection
Create Live Collection Items
Create one or more items directly in the live (published) state
Update Live Collection Items
Update one or more live (published) items in a CMS collection
Unpublish Live Items
Unpublish one or more live items and set them to draft
List Pages
Retrieve all pages for a specific site
Get Page Metadata
Retrieve metadata for a specific page by its ID
Update Page Metadata
Update page-level metadata including SEO and Open Graph fields
Get Page Content
Retrieve the static content (DOM tree) of a specific page
Update Page Content
Update static content (DOM nodes) of a page in a secondary locale
List Sites
Retrieve all sites accessible by the authenticated user or token
Get Site
Retrieve details for a specific site by its ID
Get Custom Domains
Retrieve all custom domains configured for a specific site
Publish Site
Publish a site to specified custom domains or the Webflow subdomain (at least one target required)
Get Authorized User
Retrieve information about the user who authorized the access token
Introspect Token
Retrieve details about the OAuth access token including granted scopes and associated sites. OAuth 2.0 only - Site Token…
List Webhooks
Retrieve all webhooks configured for a specific site
Get Webhook
Retrieve details for a specific webhook by its ID
Create Webhook
Create a new webhook for a specific site
Delete Webhook
Delete a specific webhook permanently
Getting Started
Create or Select a Project
Set up a new project or select an existing one. See the Projects Guide.
Configure the Connector
Enable the connector and set up a connector profile in your project. See Managing Connectors.

Connector Profile
Webflow - OAuth 2.0
Connector Profile
Webflow - Site Token
Link an Account
Connect an account using StackOne Hub or Auth Link.

Link Account
Webflow - OAuth 2.0
Link Account
Webflow - Site Token
Use Actions
Invoke actions using one of the methods below:
- MCP – Model Context Protocol for AI assistants
- A2A – Agent-to-Agent protocol
- AI Toolset (TypeScript) – TypeScript SDK for AI agents
- AI Toolset (Python) – Python SDK for AI agents
- Actions RPC – Direct API calls
- Playground – Test actions in the dashboard