Loading...
Loading...
Webflow integration. Manage Sites. Use when the user wants to interact with Webflow data.
npx skill4agent add membranedev/application-skills webflowmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search webflow --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Sites | list-sites | Get a list of all Webflow sites accessible to the authenticated user |
| List Collections | list-collections | Get a list of all collections for a specific Webflow site |
| List Collection Items | list-collection-items | Get a list of items from a specific collection |
| List Products | list-products | Get a list of all products and SKUs for a Webflow eCommerce site |
| List Orders | list-orders | Get a list of all orders for a Webflow eCommerce site |
| List Pages | list-pages | Get a list of all pages for a specific Webflow site |
| List Forms | list-forms | Get a list of all forms for a Webflow site |
| List Users | list-users | Get a list of all users for a Webflow site with memberships enabled |
| Get Site | get-site | Get details of a specific Webflow site by ID |
| Get Collection | get-collection | Get details of a specific collection by ID |
| Get Collection Item | get-collection-item | Get a specific item from a collection by ID |
| Get Product | get-product | Get details of a specific product and its SKUs |
| Get Order | get-order | Get details of a specific order |
| Get Page | get-page | Get metadata for a specific page by ID |
| Get Form | get-form | Get details of a specific form by ID |
| Get User | get-user | Get details of a specific user |
| Create Collection | create-collection | Create a new collection in a Webflow site |
| Create Collection Item | create-collection-item | Create a new item in a collection. |
| Create Product | create-product | Create a new product with an initial SKU in a Webflow eCommerce site |
| Update Collection Item | update-collection-item | Update an existing item in a collection |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY