Webflow
webflowWebflow is a no-code website design and hosting platform, letting users build responsive sites, launch online stores, and maintain content without coding
Acciones disponibles (21)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Webflow Collection ItemWEBFLOW_CREATE_COLLECTION_ITEMAcciónThis 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.
WEBFLOW_CREATE_COLLECTION_ITEMAcciónThis 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.
Parámetros de entrada
is_draftbooleanWhether to create the item as a draft
field_dataobjectObligatorioThe data for the item's fields. Must include 'name' and 'slug' fields.
collection_idstringObligatorioThe unique identifier of the Webflow collection
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Webflow Collection ItemWEBFLOW_DELETE_COLLECTION_ITEMAcciónThis 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.
WEBFLOW_DELETE_COLLECTION_ITEMAcciónThis 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.
Parámetros de entrada
item_idstringObligatorioThe unique identifier of the item to delete
cms_locale_idstringThe locale ID for multi-language content
collection_idstringObligatorioThe unique identifier of the Webflow collection
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fulfill OrderWEBFLOW_FULFILL_ORDERAcciónThis 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.
WEBFLOW_FULFILL_ORDERAcciónThis 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.
Parámetros de entrada
site_idstringObligatorioUnique identifier for the site where the order exists
order_idstringObligatorioUnique identifier for the order to be fulfilled
send_order_fulfilled_emailbooleanWhether to send the order fulfillment email to the customer
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Collection DetailsWEBFLOW_GET_COLLECTIONAcciónRetrieves 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.
WEBFLOW_GET_COLLECTIONAcciónRetrieves 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.
Parámetros de entrada
collection_idstringObligatorioUnique identifier for the collection to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Collection ItemWEBFLOW_GET_COLLECTION_ITEMAcciónThis 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.
WEBFLOW_GET_COLLECTION_ITEMAcciónThis 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.
Parámetros de entrada
item_idstringObligatorioUnique identifier for the item within the collection
cms_locale_idstringUnique identifier for a CMS Locale. To query multiple locales, input a comma-separated string.
collection_idstringObligatorioUnique identifier for the collection
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Item InventoryWEBFLOW_GET_ITEM_INVENTORYAcciónThis tool retrieves the current inventory levels for a specific item in a webflow collection. 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.
WEBFLOW_GET_ITEM_INVENTORYAcciónThis tool retrieves the current inventory levels for a specific item in a webflow collection. 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.
Parámetros de entrada
item_idstringObligatorioUnique identifier for the Item whose inventory you want to retrieve
collection_idstringObligatorioUnique identifier for the Collection containing the item
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Order DetailsWEBFLOW_GET_ORDERAcciónThis 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.
WEBFLOW_GET_ORDERAcciónThis 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.
Parámetros de entrada
site_idstringObligatorioThe unique identifier of the site
order_idstringObligatorioThe unique identifier of the order
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Webflow Site InformationWEBFLOW_GET_SITE_INFOAcciónThis 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.
WEBFLOW_GET_SITE_INFOAcciónThis 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.
Parámetros de entrada
site_idstringObligatorioThe unique identifier of the site to retrieve information for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Collection ItemsWEBFLOW_LIST_COLLECTION_ITEMSAcciónThis 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.
WEBFLOW_LIST_COLLECTION_ITEMSAcciónThis 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.
Parámetros de entrada
namestringFilter by exact item name
slugstringFilter by exact item slug
limitintegerMaximum number of records to return (max: 100)
offsetintegerOffset for pagination
sort_bystringSort results by field
sort_orderstringSort order (asc or desc)
cms_locale_idstringFilter by CMS Locale ID
collection_idstringObligatorioUnique identifier for the collection
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Webflow CollectionsWEBFLOW_LIST_COLLECTIONSAcciónThis 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.
WEBFLOW_LIST_COLLECTIONSAcciónThis 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.
Parámetros de entrada
site_idstringObligatorioThe unique identifier of the Webflow site
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Form SubmissionsWEBFLOW_LIST_FORM_SUBMISSIONSAcciónThis 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.
WEBFLOW_LIST_FORM_SUBMISSIONSAcciónThis 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.
Parámetros de entrada
limitintegerMaximum number of items to return (max: 100)
offsetintegerNumber of items to skip for pagination
site_idstringObligatorioThe ID of the site to get form submissions from
element_idstringFilter submissions by specific form element ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Webflow OrdersWEBFLOW_LIST_ORDERSAcciónThis 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.
WEBFLOW_LIST_ORDERSAcciónThis 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.
Parámetros de entrada
limitintegerMaximum number of items to return
offsetintegerNumber of items to skip for pagination
statusstringFilter orders by status
site_idstringObligatorioThe ID of the site to get orders from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List PagesWEBFLOW_LIST_PAGESAcciónThis 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.
WEBFLOW_LIST_PAGESAcciónThis 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.
Parámetros de entrada
limitintegerMaximum number of records to return (max: 100)
offsetintegerOffset for pagination
site_idstringObligatorioUnique identifier for the site
locale_idstringUnique identifier for a specific locale
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Webflow SitesWEBFLOW_LIST_WEBFLOW_SITESAcciónThis 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.
WEBFLOW_LIST_WEBFLOW_SITESAcciónThis 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Publish Webflow SiteWEBFLOW_PUBLISH_SITEAcciónThis tool publishes a webflow site, making all staged changes live. it uses the post /sites/{site id}/publish api endpoint and requires a valid site id, with an optional domains array to specify custom domains. it is essential for deploying updates made to site content, design, or structure.
WEBFLOW_PUBLISH_SITEAcciónThis tool publishes a webflow site, making all staged changes live. it uses the post /sites/{site id}/publish api endpoint and requires a valid site id, with an optional domains array to specify custom domains. it is essential for deploying updates made to site content, design, or structure.
Parámetros de entrada
domainsstring[]Optional array of domain strings to publish to
site_idstringObligatorioThe unique identifier of the site to publish
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Refund OrderWEBFLOW_REFUND_ORDERAcciónThis 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.
WEBFLOW_REFUND_ORDERAcciónThis 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.
Parámetros de entrada
reasonstringenumValid reasons for refunding an order.
duplicatefraudulentrequestedsite_idstringObligatorioUnique identifier for the site where the order exists
order_idstringObligatorioUnique identifier for the order to be refunded
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unfulfill OrderWEBFLOW_UNFULFILL_ORDERAcciónThis 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.
WEBFLOW_UNFULFILL_ORDERAcciónThis 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.
Parámetros de entrada
site_idstringObligatorioThe ID of the site containing the order
order_idstringObligatorioThe ID of the order to unfulfill
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Webflow Collection ItemWEBFLOW_UPDATE_COLLECTION_ITEMAcciónThis tool allows updating an existing item in a webflow collection using the patch /collections/{collection id}/items/{item id} endpoint. it accepts required parameters such as collection id, item id, and fields, and optional 'live' flag and cms locale id. the update operation modifies any fields available in the collection's schema and returns the updated item along with metadata.
WEBFLOW_UPDATE_COLLECTION_ITEMAcciónThis tool allows updating an existing item in a webflow collection using the patch /collections/{collection id}/items/{item id} endpoint. it accepts required parameters such as collection id, item id, and fields, and optional 'live' flag and cms locale id. the update operation modifies any fields available in the collection's schema and returns the updated item along with metadata.
Parámetros de entrada
livebooleanWhether to publish the changes immediately
fieldsobjectObligatorioThe fields to update and their new values
item_idstringObligatorioThe unique identifier of the item to update
cms_locale_idstringThe locale identifier if the item is localized
collection_idstringObligatorioThe unique identifier of the Webflow collection
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Item InventoryWEBFLOW_UPDATE_ITEM_INVENTORYAcciónThis 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.
WEBFLOW_UPDATE_ITEM_INVENTORYAcciónThis 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.
Parámetros de entrada
item_idstringObligatorioUnique identifier for an Item
quantitynumberSets the inventory quantity to this absolute value
collection_idstringObligatorioUnique identifier for a Collection
inventory_typestringObligatorioenumType of inventory tracking. Must be either 'finite' or 'infinite'
finiteinfiniteupdate_quantitynumberAdds this quantity to the current stored quantity (can be negative)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update OrderWEBFLOW_UPDATE_ORDERAcciónThis tool allows updating specific fields of an existing order in webflow. it's particularly useful for managing order fulfillment details and adding internal notes.
WEBFLOW_UPDATE_ORDERAcciónThis tool allows updating specific fields of an existing order in webflow. it's particularly useful for managing order fulfillment details and adding internal notes.
Parámetros de entrada
commentstringArbitrary data for your records.
site_idstringObligatorioUnique identifier for a Site.
order_idstringObligatorioUnique identifier for an Order.
shippingProviderstringCompany or method used to ship order.
shippingTrackingstringTracking number for order shipment.
shippingTrackingURLstringURL to track order shipment. At least one of comment, shippingProvider, shippingTracking, or shippingTrackingURL must be provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload Asset to WebflowWEBFLOW_UPLOAD_ASSETAcciónThis 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. 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.
WEBFLOW_UPLOAD_ASSETAcciónThis 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. 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.
Parámetros de entrada
md5stringObligatorioMD5 hash of the file content for integrity verification
site_idstringObligatorioThe unique identifier of the Webflow site
file_namestringObligatorioName of the file to be uploaded
content_typestringObligatorioMIME type of the file being uploaded
file_contentstringObligatorioBase64 encoded content of the file to be uploaded
asset_folder_idstringID of the folder where the asset should be placed
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not