NAiOS IconNAiOS Logo
Volver al catálogo

Webflow

webflow

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

Acciones
21
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

  • is_draftboolean

    Whether to create the item as a draft

  • field_dataobjectObligatorio

    The data for the item's fields. Must include 'name' and 'slug' fields.

  • collection_idstringObligatorio

    The unique identifier of the Webflow collection

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Webflow Collection ItemWEBFLOW_DELETE_COLLECTION_ITEMAcción

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.

Parámetros de entrada

  • item_idstringObligatorio

    The unique identifier of the item to delete

  • cms_locale_idstring

    The locale ID for multi-language content

  • collection_idstringObligatorio

    The unique identifier of the Webflow collection

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fulfill OrderWEBFLOW_FULFILL_ORDERAcción

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.

Parámetros de entrada

  • site_idstringObligatorio

    Unique identifier for the site where the order exists

  • order_idstringObligatorio

    Unique identifier for the order to be fulfilled

  • send_order_fulfilled_emailboolean

    Whether to send the order fulfillment email to the customer

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Collection DetailsWEBFLOW_GET_COLLECTIONAcción

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.

Parámetros de entrada

  • collection_idstringObligatorio

    Unique identifier for the collection to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Collection ItemWEBFLOW_GET_COLLECTION_ITEMAcción

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.

Parámetros de entrada

  • item_idstringObligatorio

    Unique identifier for the item within the collection

  • cms_locale_idstring

    Unique identifier for a CMS Locale. To query multiple locales, input a comma-separated string.

  • collection_idstringObligatorio

    Unique identifier for the collection

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Item InventoryWEBFLOW_GET_ITEM_INVENTORYAcción

This 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_idstringObligatorio

    Unique identifier for the Item whose inventory you want to retrieve

  • collection_idstringObligatorio

    Unique identifier for the Collection containing the item

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Order DetailsWEBFLOW_GET_ORDERAcción

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.

Parámetros de entrada

  • site_idstringObligatorio

    The unique identifier of the site

  • order_idstringObligatorio

    The unique identifier of the order

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Webflow Site InformationWEBFLOW_GET_SITE_INFOAcción

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.

Parámetros de entrada

  • site_idstringObligatorio

    The unique identifier of the site to retrieve information for

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Collection ItemsWEBFLOW_LIST_COLLECTION_ITEMSAcción

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.

Parámetros de entrada

  • namestring

    Filter by exact item name

  • slugstring

    Filter by exact item slug

  • limitinteger

    Maximum number of records to return (max: 100)

  • offsetinteger

    Offset for pagination

  • sort_bystring

    Sort results by field

  • sort_orderstring

    Sort order (asc or desc)

  • cms_locale_idstring

    Filter by CMS Locale ID

  • collection_idstringObligatorio

    Unique identifier for the collection

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Webflow CollectionsWEBFLOW_LIST_COLLECTIONSAcción

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.

Parámetros de entrada

  • site_idstringObligatorio

    The unique identifier of the Webflow site

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Form SubmissionsWEBFLOW_LIST_FORM_SUBMISSIONSAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of items to return (max: 100)

  • offsetinteger

    Number of items to skip for pagination

  • site_idstringObligatorio

    The ID of the site to get form submissions from

  • element_idstring

    Filter submissions by specific form element ID

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Webflow OrdersWEBFLOW_LIST_ORDERSAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of items to return

  • offsetinteger

    Number of items to skip for pagination

  • statusstring

    Filter orders by status

  • site_idstringObligatorio

    The ID of the site to get orders from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List PagesWEBFLOW_LIST_PAGESAcción

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.

Parámetros de entrada

  • limitinteger

    Maximum number of records to return (max: 100)

  • offsetinteger

    Offset for pagination

  • site_idstringObligatorio

    Unique identifier for the site

  • locale_idstring

    Unique identifier for a specific locale

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Webflow SitesWEBFLOW_LIST_WEBFLOW_SITESAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Publish Webflow SiteWEBFLOW_PUBLISH_SITEAcción

This 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_idstringObligatorio

    The unique identifier of the site to publish

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Refund OrderWEBFLOW_REFUND_ORDERAcción

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.

Parámetros de entrada

  • reasonstringenum

    Valid reasons for refunding an order.

    duplicatefraudulentrequested
  • site_idstringObligatorio

    Unique identifier for the site where the order exists

  • order_idstringObligatorio

    Unique identifier for the order to be refunded

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Unfulfill OrderWEBFLOW_UNFULFILL_ORDERAcción

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.

Parámetros de entrada

  • site_idstringObligatorio

    The ID of the site containing the order

  • order_idstringObligatorio

    The ID of the order to unfulfill

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Webflow Collection ItemWEBFLOW_UPDATE_COLLECTION_ITEMAcción

This 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

  • liveboolean

    Whether to publish the changes immediately

  • fieldsobjectObligatorio

    The fields to update and their new values

  • item_idstringObligatorio

    The unique identifier of the item to update

  • cms_locale_idstring

    The locale identifier if the item is localized

  • collection_idstringObligatorio

    The unique identifier of the Webflow collection

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Item InventoryWEBFLOW_UPDATE_ITEM_INVENTORYAcción

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.

Parámetros de entrada

  • item_idstringObligatorio

    Unique identifier for an Item

  • quantitynumber

    Sets the inventory quantity to this absolute value

  • collection_idstringObligatorio

    Unique identifier for a Collection

  • inventory_typestringObligatorioenum

    Type of inventory tracking. Must be either 'finite' or 'infinite'

    finiteinfinite
  • update_quantitynumber

    Adds this quantity to the current stored quantity (can be negative)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update OrderWEBFLOW_UPDATE_ORDERAcción

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.

Parámetros de entrada

  • commentstring

    Arbitrary data for your records.

  • site_idstringObligatorio

    Unique identifier for a Site.

  • order_idstringObligatorio

    Unique identifier for an Order.

  • shippingProviderstring

    Company or method used to ship order.

  • shippingTrackingstring

    Tracking number for order shipment.

  • shippingTrackingURLstring

    URL to track order shipment. At least one of comment, shippingProvider, shippingTracking, or shippingTrackingURL must be provided.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload Asset to WebflowWEBFLOW_UPLOAD_ASSETAcción

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. 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

  • md5stringObligatorio

    MD5 hash of the file content for integrity verification

  • site_idstringObligatorio

    The unique identifier of the Webflow site

  • file_namestringObligatorio

    Name of the file to be uploaded

  • content_typestringObligatorio

    MIME type of the file being uploaded

  • file_contentstringObligatorio

    Base64 encoded content of the file to be uploaded

  • asset_folder_idstring

    ID of the folder where the asset should be placed

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not