website builders

Add Webflow to your AI agent

Webflow is a no-code website design and hosting platform, letting users build responsive sites, launch online stores, and maintain content without coding

Things your agent can do in Webflow
59

Things your AI can do in Webflow

Your FormWise AI can handle any of these in Webflow — on its own, without you needing to click a button.

  • Create Asset Metadata

    Popular

    Creates asset metadata in Webflow and returns pre-signed S3 upload credentials. This action prepares an asset for upload by registering it in Webflow and generating S3 upload details. Use this when you need to create an asset record and obtain upload credentials without performing the actual file upload. After calling this action, use the returned uploadUrl and uploadDetails to upload the file binary to S3 separately. This action requires the 'assets:write' authentication scope.

  • Create Asset Folder

    Popular

    Tool to create a new Asset Folder within a Webflow site. Use when you need to organize assets by creating folders. Requires assets:write scope.

  • Bulk Create Collection Items

    Popular

    Tool to create one or multiple items in a Webflow CMS Collection across multiple locales. Use when you need to create up to 100 collection items in a single request. If cmsLocaleIds is not included for an item, it will only be created in the primary locale. Requires CMS:write scope.

  • Create Webflow Collection

    Popular

    Tool to create a new collection in a Webflow site. Each collection includes required 'name' and 'slug' fields which are generated automatically. Use this when you need to create a new CMS collection with custom fields. Required scope: cms:write

  • Create Collection Field

    Popular

    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.

  • Create Webflow Collection Item

    Popular

    This tool creates a new item in a specified Webflow collection. It requires the collection_id and field_data parameters (including required name and slug) and optionally accepts an is_draft flag. Authentication is assumed to be provided, and the collection_id can be obtained by using the WEBFLOW_LIST_COLLECTIONS tool. IMPORTANT: The field_data keys must use the exact field 'slug' values from the collection schema, not display names. Use WEBFLOW_GET_COLLECTION first to retrieve the collection schema and identify the correct field slugs to use.

  • Create Live Webflow Collection Item

    Popular

    Tool to create a collection item that will be immediately published to the live site. Use when you need items to appear on the live site instantly without staging. This bypasses the staged item workflow and creates items directly in the live database.

  • Create Webflow Webhook

    Popular

    Creates a new webhook for a Webflow site to receive notifications when specific events occur. Use this action when you need to register a webhook endpoint that will be called automatically when events like form submissions, page creations, order updates, or collection item changes happen. The filter parameter is only applicable for 'form_submission' trigger types to target specific forms. Requires 'sites:read' scope.

  • Delete Webflow Asset

    Popular

    Tool to delete an Asset from Webflow. Use when you need to permanently remove an asset from a site. Requires assets:write scope.

  • Delete Webflow Collection

    Popular

    Tool to delete a collection from Webflow using its unique identifier. Use when you need to permanently remove a collection. This operation requires the 'cms:write' scope and cannot be undone.

  • Delete Collection Field

    Popular

    Tool to delete a custom field from a Webflow collection. Use when you need to permanently remove a field from a collection schema. This endpoint does not currently support bulk deletion and requires the 'cms:write' authentication scope.

  • Delete Webflow Collection Item

    Popular

    This tool allows you to delete a specific item from a collection in Webflow. It permanently removes the item from the specified collection and complements existing collection management tools. The tool requires a collection_id to identify the collection and an item_id to identify the item, with an optional cms_locale_id parameter for handling multi-language content.

Show 47 more things it can do
  • Delete Multiple Collection Items

    Popular

    Tool to delete multiple items from a Webflow collection in a single request. Use when you need to remove multiple collection items efficiently. Items are deleted only in the primary locale unless cmsLocaleIds are specified. Requires CMS:write scope.

  • Delete Webflow Webhook

    Popular

    Tool to remove a Webhook from Webflow. Use when you need to delete an existing webhook by its ID. Requires 'sites:read' scope.

  • Get Asset Details

    Popular

    Retrieves detailed information about a specific asset by its ID from a Webflow site. Returns asset metadata including content type, size, URLs, variants, and other properties. Use this when you need to access details about an uploaded asset. This tool requires the 'assets:read' authentication scope.

  • Get Asset Folder Details

    Popular

    Tool to retrieve details about a specific Asset Folder in Webflow. Use when you need information about a folder's name, parent folder, assets it contains, and metadata like creation/update dates. Requires assets:read scope.

  • Get Collection Details

    Popular

    Retrieves a specific collection by its ID from a Webflow site. This endpoint returns detailed information about the collection, including its name, slug, and schema. It requires a valid collection_id as a parameter and complements the WEBFLOW_LIST_COLLECTIONS tool for accessing specific collection details. This tool requires the 'cms:read' authentication scope.

  • Get Collection Item

    Popular

    This tool retrieves a specific item from a Webflow collection. It allows users to fetch detailed information about a single collection item using its unique identifier. The tool is used to get an item's details such as its id, timestamps (lastPublished, lastUpdated, createdOn), archive/draft status, fieldData, and cmsLocaleId. This tool requires appropriate 'cms:read' authentication scope.

  • Get Custom Domains

    Popular

    Tool to retrieve all custom domains associated with a specific Webflow site. Use when you need to list the custom domain URLs configured for a site.

  • Get Item Inventory

    Popular

    This tool retrieves the current inventory levels for a specific SKU item in a Webflow e-commerce site. It provides information about the item's inventory quantity and type (finite or infinite) and complements the WEBFLOW_UPDATE_ITEM_INVENTORY action by allowing users to check inventory levels before making any updates. Requirements: - E-commerce must be enabled on the Webflow site - The collection_id must be a SKU collection ID (not a regular CMS collection) - The item_id must be a valid SKU item ID - Requires the 'ecommerce:read' authentication scope

  • Get Live Collection Item

    Popular

    Retrieves details of a selected Collection live Item from Webflow. Use this when you need to access the published version of a collection item. For serving data to applications in real-time, the CDN-backed endpoint at api-cdn.webflow.com is recommended for better performance. This tool requires the 'cms:read' authentication scope.

  • Get Order Details

    Popular

    This tool retrieves detailed information about a specific order in Webflow. It allows users to fetch comprehensive order details including customer information, items purchased, payment status, and shipping details. The response includes order status, customer details, billing and shipping information, items purchased, payment details, order total, timestamps, fulfillment status, and additional comments or tracking information.

  • Get Page Metadata

    Popular

    Tool to retrieve metadata for a single Webflow page by page_id. Use when you need detailed information about a specific page including title, slug, SEO/OpenGraph settings, draft/published state, localization, and branching details. Requires pages:read scope.

  • Get Webflow Site Information

    Popular

    This tool retrieves detailed information about a specific Webflow site. It includes site id, workspaceId, creation and update dates, display names, and other settings like previewUrl, timeZone, customDomains, and locale settings. It requires a valid 'site_id' and appropriate 'sites:read' authentication scope.

  • Get Token Authorized By

    Popular

    Tool to retrieve information about the user who authorized the access token. Use when you need to identify the authorized user's ID, email, first name, and last name.

  • Get Webhook Details

    Popular

    Retrieves detailed information about a specific webhook by its ID from Webflow. Use this action when you need to get the configuration details of an existing webhook, including its trigger type, target URL, creation date, and filter settings. This is useful for verifying webhook configurations or when you have a webhook ID and need its full details.

  • List Asset Folders

    Popular

    Tool to list all asset folders within a given Webflow site. Use when you need to retrieve folder structure for asset organization or when uploading assets to specific folders.

  • List Webflow Assets

    Popular

    Tool to retrieve all assets (images, files) uploaded to a Webflow site. Use when you need to list or search for assets within a site. Supports pagination for large asset collections.

  • List Collection Items

    Popular

    This tool retrieves a list of items from a specified collection in Webflow. It supports pagination and filtering, and is essential for fetching multiple items from a collection, such as blog posts, products, or any content stored in collections.

  • List Webflow Collections

    Popular

    This tool retrieves a list of all collections for a given Webflow site. It uses the site_id (obtained from WEBFLOW_LIST_WEBFLOW_SITES) to return a list of collections, each with properties such as id, name, slug, singularName, lastUpdated, and fields. This tool is fundamental for working with Webflow's CMS and requires appropriate 'cms:read' authentication scope.

  • List Custom Domains

    Popular

    Retrieves a list of all custom domains configured for a specific Webflow site. Use this action when you need to view all custom domain URLs associated with a site, including their publication status and unique identifiers. This action returns all domains in a single response and does not support pagination.

  • List Form Submissions

    Popular

    This tool retrieves a list of form submissions for a specific Webflow site. It allows users to fetch form submission data with pagination support and optional filtering by form element ID.

  • List Forms

    Popular

    Retrieves a list of forms for a specific Webflow site. This action returns all forms defined on the site, including their fields, response settings, and metadata. Use this action when you need to discover what forms exist on a site before retrieving form submissions or managing form configurations.

  • List Live Collection Items

    Popular

    Retrieves a list of live (published) collection items from a Webflow collection. Use this action when you need to fetch the published versions of collection items that are currently visible on the live site. This is different from the draft collection items endpoint - it only returns items that have been published to the live site. For serving data to applications in real-time, consider using the CDN-backed endpoint at api-cdn.webflow.com for better performance.

  • List Webflow Orders

    Popular

    This tool retrieves a list of all orders for a specified Webflow site using the GET /sites/{site_id}/orders endpoint. It accepts a required site_id parameter and optional parameters such as status (to filter orders by their status), offset (for pagination), and limit (specifies the number of items per request). The response includes order details like order_id, created_on, customer_info, status, total, items, shipping_address, billing_address, and payment_info. This functionality supports ecommerce workflow management and requires the scope ecommerce:read.

  • List Pages

    Popular

    This tool retrieves a list of all pages for a specified Webflow site. It can access both static and CMS-driven pages and provides information such as the page's unique identifier, name, URL slug, creation and update timestamps, and publication status. It is useful for auditing site structure, building site maps, and monitoring page updates.

  • List Webflow Sites

    Popular

    This tool retrieves a list of all Webflow sites accessible to the authenticated user. It is a fundamental and independent action which only requires an authentication token and returns details for each site including site_id, name, shortName, lastPublished, previewUrl, timezone, and status.

  • Publish Collection Items

    Popular

    Tool to publish one or multiple staged collection items in Webflow. Use when you need to make draft items live on the published site. Supports both simple publishing (via item_ids) and locale-specific publishing (via items with cms_locale_ids) for multi-locale sites.

  • Publish Webflow Site

    Popular

    This tool publishes a Webflow site, making all staged changes live. It uses the POST /v2/sites/{site_id}/publish API endpoint and requires a valid site_id. You can optionally specify custom domain IDs or choose to publish to the default Webflow subdomain. It is essential for deploying updates made to site content, design, or structure. Rate limit: 1 successful publish per minute.

  • Refund Order

    Popular

    This tool allows you to refund a Webflow e-commerce order. When executed, it reverses the Stripe charge and sets the order's status to 'refunded'. It handles customer returns or order cancellations.

  • Unpublish Live Collection Item

    Popular

    Tool to unpublish a live item from the Webflow site and set the isDraft property to true. Use when you need to take a published collection item offline and revert it to draft status. Requires CMS:write scope.

  • Unpublish Live Collection Items

    Popular

    Tool to unpublish up to 100 items from the live site and set isDraft property to true. Use when you need to remove items from live view while keeping them in the collection. Items are unpublished only in the primary locale unless cmsLocaleIds are specified. Requires CMS:write scope.

  • Update Collection Field

    Popular

    Tool to update a custom field in a Webflow collection. Use when you need to modify field properties like display name, help text, or required status. Requires cms:write scope. At least one field property (displayName, helpText, or isRequired) must be provided for the update.

  • Update Collection Item (V2 Single)

    Popular

    Tool to update a selected Item in a Webflow Collection using the single-item PATCH endpoint. Use when you need to update an existing collection item with new field values, draft status, or archive status. Requires CMS:write scope.

  • Update Collection Items in Bulk

    Popular

    Updates multiple items (up to 100) in a Webflow CMS collection in a single request. Use when you need to update several existing collection items at once with new field values, draft status, or archive status. Each item must include an existing item ID and the fields to update. This action is more efficient than updating items individually when you have multiple items to modify. Requires CMS:write scope.

  • Update Item Inventory

    Popular

    This tool allows you to update the inventory levels of a specific SKU item in your Webflow e-commerce site by either setting the inventory quantity directly or updating it incrementally. It updates the inventory status using the PATCH /collections/:collection_id/items/:item_id/inventory endpoint and requires the 'ecommerce:write' scope.

  • Update Live Webflow Collection Item

    Popular

    Tool to update a selected live Item in a Webflow Collection. Use when you need to publish updates to a collection item directly to the live site. The updates are immediately published and visible on the production website.

  • Update Live Collection Items

    Popular

    Tool to update single or multiple published items (up to 100) in a Webflow Collection. Use when you need to update items that are already published to the live site. Items will only be updated in the primary locale unless a cmsLocaleId is included in the request.

  • Update Order

    Popular

    This tool allows updating specific fields of an existing order in Webflow. It's particularly useful for managing order fulfillment details and adding internal notes.

  • Update Page

    Popular

    Updates a Webflow page's settings including title, slug, SEO, and Open Graph metadata using the v2 stable API endpoint. Use this action when you need to modify core page properties such as the display title, URL slug, search engine optimization fields, or social media sharing metadata. All fields are optional - only include the fields you want to update. Requires pages:write OAuth scope.

  • Update Page Metadata

    Popular

    Tool to update page-level metadata in Webflow including SEO and Open Graph fields. Use when you need to modify a page's title, slug, SEO settings, or Open Graph annotations. Requires pages:write scope.

  • Update Webflow Site

    Popular

    Tool to update a Webflow site's properties such as name and parent folder. Use when you need to modify site settings. This endpoint requires an Enterprise workspace and the sites:write OAuth scope.

  • Upload Asset to Webflow

    Popular

    This tool allows users to upload assets (files, images, etc.) to a Webflow site. It involves a two-step process: first, generating a pre-signed Amazon S3 upload URL by calling the Webflow API, and second, uploading the file to that S3 URL. IMPORTANT: The file_content parameter must contain actual base64-encoded binary data, NOT a placeholder or variable reference. For example, 'SGVsbG8gV29ybGQh' is valid base64 that decodes to 'Hello World!'. The tool requires parameters such as site_id, file_name, file_content, md5, and optionally asset_folder_id to correctly upload and manage assets for the specified Webflow site.

  • Fulfill Order

    This tool allows you to mark an order as fulfilled in Webflow's e-commerce system. It's essential for managing order fulfillment in Webflow stores.

  • Get Component Properties

    Tool to get the default property values of a component definition. Use when you need to retrieve text content properties (plain text or rich text) for a specific component. If you do not include a localeId in your request, the response will return any properties that can be localized from the Primary locale. Required scope: components:read

  • Get Page DOM Content

    Tool to retrieve the DOM/content node structure for a Webflow static page. Use when you need to inspect page elements, locate text content, or identify components for localization or text replacement. Returns static text and image nodes but not the complete DOM structure. Only works with static pages, not CMS template pages.

  • List Comment Threads

    Tool to list all comment threads for a Webflow site. Use when you need to retrieve comments on pages for collaboration or review purposes. Note: New comments may take up to 5 minutes to appear.

  • List Webflow Webhooks

    Tool to list all App-created Webhooks registered for a given site. Use when you need to retrieve the webhooks configured for a Webflow site. Requires 'sites:read' scope.

  • Unfulfill Order

    This tool allows you to mark a previously fulfilled order as unfulfilled in Webflow. It is useful for reversing a fulfillment action when an order was mistakenly marked as fulfilled or if there are issues with shipment.

Built for the way you actually work

No code, no engineers

Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.

Sounds like you, not like a bot

Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.

Plugs into the stack you already use

No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.

Your data stays yours

Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.

What you can do once Webflow is connected

Onboard new clients without lifting a finger

When someone signs up, your AI greets them, sets up their next step in Webflow, and keeps the momentum going — even at 2am.

Reply to leads in seconds, not days

Your AI watches Webflow for new inquiries, answers questions in your voice, and books the call before they cool off.

Get your weekends back

Hand off the repetitive Webflow work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.

How to connect Webflow to your agent

  1. 1

    Start using FormWise for free

    Sign up in under a minute.

  2. 2

    Find Webflow in your connected apps

    Inside FormWise, go to Settings → Connected Services and look for Webflow.

  3. 3

    Hit "Connect"

    Click "Connect Webflow" and log in like you normally would. We only ask for the permissions your AI actually needs.

  4. 4

    Tell your AI what to do in Webflow

    Build a quick AI Agent (it's like writing instructions, not code), and pick the Webflow actions you want your AI to handle.

  5. 5

    Watch it run

    Send it a real-world task and watch your AI take care of Webflow for you. Tweak the wording until it feels just right.

Powered by the AI you already trust

Your Webflow workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.

  • OpenAI
  • Anthropic Claude
  • Google Gemini

Questions other Webflow users had before signing up

Do I need to know how to code?

Not even a little. If you can use Webflow today, you can set this up. You'll connect Webflow, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.

Will my clients know they're talking to an AI?

Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.

Can I make it sound like me?

Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.

What if I want to take over a conversation?

You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.

Is my client data safe?

Yes. Your Webflow login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect Webflow or delete everything any time.

What happens when Webflow updates their app?

We handle it. When Webflow adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.

How fast can I actually get this running?

Most people are up and running the same day they sign up. Connecting Webflow takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.

What is FormWise?

FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like Webflow — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.

Can I sell AI agents to my clients?

Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.

Can I embed my AI on my website or in my course?

Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.

Do I need to know anything about AI to use this?

No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.

About Webflow on FormWise

Webflow is a no-code website design and hosting platform, letting users build responsive sites, launch online stores, and maintain content without coding

Connect Webflow once and your FormWise AI gets 59 things it can do inside it. That means your AI can handle the Webflow work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.

You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.

New to Webflow? Take a look at webflow.com.

Stop doing the Webflow work yourself

Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.