# Webflow integration

> Visual web development platform for managing sites, CMS collections, and e-commerce products.

- Authentication: oauth2

## Tools (99)

- **Bulk Create Collection Items**: Create up to 100 staged collection items in a single request.
- **Bulk Delete Collection Items**: Delete up to 100 collection items in a single request.
- **Bulk Delete Collection Items Live**: Unpublish up to 100 live collection items in a single request, setting them back to draft without deleting the staged items.
- **Bulk Update Collection Items**: Update up to 100 staged collection items in a single request.
- **Bulk Update Collection Items Live**: Update up to 100 live collection items in a single request, immediately reflecting changes on the published site.
- **Create Asset**: Register a new asset and receive presigned S3 upload fields that the client must then POST the binary file to.
- **Create Asset Folder**: Create a new asset folder within a site, optionally nested under a parent folder.
- **Create Collection**: Create a new CMS collection for a site, optionally with initial custom fields.
- **Create Collection Field**: Add a new custom field to an existing CMS collection.
- **Create Collection Item**: Create a single staged (draft) or live collection item.
- **Create Collection Item Live**: Create a single item and publish it directly to the live site, bypassing the staged draft state.
- **Create Product and SKU**: Create a new product with a default SKU on a site.
- **Create Redirect**: Add a new 301 redirect rule to a site (Enterprise workspaces only).
- **Create Site**: Create a new site within a workspace (Enterprise workspaces only).
- **Create SKUs**: Add one or more new SKUs to an existing product.
- **Create Webhook**: Register a new webhook on a site for a given triggerType; supported triggers include form_submission, site_publish, collection_item_created/changed/deleted/published/unpublished, page_created/metadata_updated/deleted, ecomm_new_order/order_changed/inventory_changed, and comment_created.
- **Delete Asset**: Permanently delete an asset from a site.
- **Delete Collection**: Permanently delete a CMS collection and all its items.
- **Delete Collection Field**: Permanently delete a custom field from a CMS collection.
- **Delete Collection Item**: Delete a single collection item by ID.
- **Delete Collection Item Live**: Unpublish a single live collection item, removing it from the live site and setting it back to draft.
- **Delete Form Submission**: Delete a single form submission by ID.
- **Delete Page Custom Code**: Remove all scripts applied to a page by the authenticated app.
- **Delete Redirect**: Remove a 301 redirect rule from a site (Enterprise workspaces only).
- **Delete Robots.txt Rules**: Remove specific user-agent rules from the robots.txt configuration (Enterprise workspaces only).
- **Delete Site Custom Code**: Remove all scripts applied to a site by the authenticated app.
- **Delete Webhook**: Remove a registered webhook by ID.
- **Delete Well-Known Files**: Delete one or more well-known files from a site (Enterprise workspaces only).
- **Fulfill Order**: Mark an order as fulfilled, optionally sending a fulfillment email to the customer.
- **Get Asset**: Retrieve metadata for a single asset by ID.
- **Get Asset Folder**: Retrieve a single asset folder by ID.
- **Get Authorized User**: Retrieve the user who authorized the current access token.
- **Get Collection Details**: Retrieve the schema and field definitions for a specific collection.
- **Get Collection Item**: Retrieve a single staged collection item by ID.
- **Get Collection Item Live**: Retrieve a single published live collection item by ID.
- **Get Comment Thread**: Retrieve a single comment thread by ID, including its content, resolution status, and author details.
- **Get Component Content (DOM)**: Retrieve the DOM content nodes of a specific component, optionally scoped to a locale.
- **Get Component Properties**: Retrieve the text properties of a component, optionally scoped to a locale.
- **Get Custom Domains**: Retrieve all custom domains configured for a site.
- **Get Ecommerce Settings**: Retrieve ecommerce settings (default currency, creation date) for a site.
- **Get Form Schema**: Retrieve a single form's schema and field definitions by ID.
- **Get Form Submission**: Retrieve a single form submission by ID.
- **Get Order**: Retrieve a single order by ID, including items, totals, addresses, and payment details.
- **Get Page Content**: Retrieve the DOM nodes (text, images, component instances, form elements) for a page with pagination.
- **Get Page Custom Code**: Get all scripts applied to a page by the authenticated app.
- **Get Page Metadata**: Retrieve metadata for a single page by ID, including SEO and Open Graph settings.
- **Get Product and SKUs**: Retrieve a single product and all its SKUs by product ID.
- **Get Robots.txt**: Retrieve the robots.txt crawl rules and sitemap URL configured for a site (Enterprise workspaces only).
- **Get Site**: Retrieve details for a specific site by ID.
- **Get Site Activity Log**: Retrieve paginated activity log entries for a site (Enterprise workspaces only).
- **Get Site Custom Code**: Get all scripts applied to a site by the authenticated app.
- **Get SKU Inventory**: Retrieve the current inventory quantity and type for a specific SKU.
- **Get Webhook**: Retrieve a single webhook by ID.
- **Get Workspace Audit Logs**: Retrieve paginated audit log entries for a workspace, filterable by event type and time range.
- **Introspect Token**: Retrieve authorization info for the current token: granted scopes, rate limit, authorized sites/workspaces/users, and application details.
- **List Asset Folders**: Retrieve all asset folders for a site.
- **List Assets**: Retrieve a paginated list of assets for a site, optionally filtered by folder.
- **List Collection Items**: List collection items with offset-based pagination, filtering, and sorting.
- **List Collection Items Live**: List all published live collection items with pagination, filtering, and sorting.
- **List Collections**: Retrieve all CMS collections for a site.
- **List Comment Thread Replies**: List all replies to a specific comment thread on a site.
- **List Comment Threads**: List all comment threads for a site with pagination and sorting.
- **List Components**: Retrieve all reusable components defined for a site.
- **List Custom Code Blocks**: List all site- and page-level custom code application blocks for a site, showing where each registered script has been applied.
- **List Forms**: List all forms for a site with pagination.
- **List Form Submissions**: List form submissions for a site, optionally filtered to one form.
- **List Form Submissions by Form**: List all submissions for a specific form.
- **List Orders**: List orders for a site with optional status filter and pagination.
- **List Pages**: Retrieve all pages for a site with optional locale filtering and pagination.
- **List Products and SKUs**: List all products and their associated SKUs for a site with pagination.
- **List Redirects**: Fetch all 301 redirect rules configured for a site (Enterprise workspaces only).
- **List Registered Scripts**: List all custom code scripts registered to a site by the authenticated app.
- **List Sites**: Retrieve all sites accessible to the authenticated token.
- **List Webhooks**: List all webhooks registered for a site.
- **Modify Form Submission**: Update hidden fields on an existing form submission.
- **Publish Collection Items**: Publish one or more staged collection items to the live site.
- **Publish Site**: Publish a site to one or more custom domains and/or the Webflow subdomain.
- **Refund Order**: Trigger a Stripe refund for an order and update its status to refunded.
- **Register Hosted Script**: Register an externally hosted custom code script to a site.
- **Register Inline Script**: Register an inline (Webflow-hosted) custom code script to a site.
- **Replace Robots.txt**: Fully replace the robots.txt configuration for a site (Enterprise workspaces only).
- **Set Well-Known File**: Upload a well-known file to a site (Enterprise workspaces only; max 100 KB, up to 30 files, .txt/.json/.noext extensions).
- **Unfulfill Order**: Revert an order's status from fulfilled back to unfulfilled.
- **Update Asset**: Update the display name or alt text of an existing asset.
- **Update Collection Field**: Update mutable properties of an existing CMS collection field.
- **Update Collection Item**: Update a single staged or live collection item by ID.
- **Update Collection Item Live**: Update a single live collection item in place, immediately reflecting changes on the published site.
- **Update Component Content (DOM)**: Update the content of DOM nodes within a component for a specific secondary locale.
- **Update Component Properties**: Update text property values of a component for a specific secondary locale.
- **Update Order**: Update shipping provider, tracking number, tracking URL, or comment on an order.
- **Update Page Content**: Update DOM node content (text, component property overrides, form elements) for a page in a specific locale.
- **Update Page Metadata**: Update a page's title, slug, SEO, or Open Graph metadata.
- **Update Product**: Update an existing product's field data and optionally its default SKU.
- **Update Redirect**: Update an existing 301 redirect rule on a site (Enterprise workspaces only).
- **Update Robots.txt**: Partially update the robots.txt configuration for a site (Enterprise workspaces only).
- **Update SKU**: Update field data on an existing SKU within a product.
- **Update SKU Inventory**: Set or adjust the inventory quantity and type for a specific SKU.
- **Upsert Page Custom Code**: Add or replace the set of registered scripts applied to a page by the authenticated app.
- **Upsert Site Custom Code**: Add or replace the set of registered scripts applied to a site by the authenticated app.

## Related prompts

- [Boost new Webflow launches in Algolia search for 14 days](https://www.generalinput.com/prompts/boost-new-webflow-launches-in-algolia-search-for-14-days.md)
- [Add multilingual audio to every new Webflow blog post](https://www.generalinput.com/prompts/add-multilingual-audio-to-every-new-webflow-blog-post.md)
- [Turn new Webflow blog posts into Gamma social carousels](https://www.generalinput.com/prompts/turn-new-webflow-blog-posts-into-gamma-social-carousels.md)
- [Turn Webflow form submissions into enriched HubSpot leads](https://www.generalinput.com/prompts/turn-webflow-form-submissions-into-enriched-hubspot-leads.md)
- [Publish Google Sheet rows to Webflow CMS every weekday](https://www.generalinput.com/prompts/publish-google-sheet-rows-to-webflow-cms-every-weekday.md)
- [Auto-triage Webflow contact form submissions](https://www.generalinput.com/prompts/auto-triage-webflow-contact-form-submissions.md)
- [Publish Notion blog posts to Webflow CMS automatically](https://www.generalinput.com/prompts/publish-notion-blog-posts-to-webflow-cms-automatically.md)
- [Auto-promote new Webflow blog posts to LinkedIn and X](https://www.generalinput.com/prompts/auto-promote-new-webflow-blog-posts-to-linkedin-and-x.md)

Connect Webflow in General Input: https://www.generalinput.com/apps/webflow