Open Connector
所有 Tools

Webflow

Use Webflow Data APIs for site publishing, CMS content operations, forms, and Analyze reports.

webflowv1.0.016 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "WEBFLOW_ANALYZE_TOP_PAGES",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("WEBFLOW_ANALYZE_TOP_PAGES", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute WEBFLOW_ANALYZE_TOP_PAGES --data '{ }'

Tool 目录

可用 Tools

16 个可调用操作

Get Top Pages ReportWEBFLOW_ANALYZE_TOP_PAGESGet Top Pages Report. Official Webflow docs declare required scopes in the endpoint page.

Get Top Pages Report. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

sites:read

Tags

Analyze
Get Traffic ReportWEBFLOW_ANALYZE_TRAFFICGet Traffic Report. Official Webflow docs declare required scopes in the endpoint page.

Get Traffic Report. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

sites:read

Tags

Analyze
Get Collection DetailsWEBFLOW_CMS_COLLECTIONS_GETGet Collection Details. Official Webflow docs declare required scopes in the endpoint page.

Get Collection Details. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

cms:read

Tags

CMS
List CollectionsWEBFLOW_CMS_COLLECTIONS_LISTList Collections. Official Webflow docs declare required scopes in the endpoint page.

List Collections. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

cms:read

Tags

CMS
List Live ItemsWEBFLOW_CMS_LIVE_ITEMS_LISTList Live Items. Official Webflow docs declare required scopes in the endpoint page.

List Live Items. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

cms:read

Tags

CMS
Create ItemsWEBFLOW_CMS_STAGED_ITEMS_CREATECreate Items. Official Webflow docs declare required scopes in the endpoint page.

Create Items. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

cms:write

Tags

CMS
List ItemsWEBFLOW_CMS_STAGED_ITEMS_LISTList Items. Official Webflow docs declare required scopes in the endpoint page.

List Items. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

cms:read

Tags

CMS
Publish ItemsWEBFLOW_CMS_STAGED_ITEMS_PUBLISHPublish Items. Official Webflow docs declare required scopes in the endpoint page.

Publish Items. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

cms:write

Tags

CMS
Update ItemsWEBFLOW_CMS_STAGED_ITEMS_UPDATEUpdate Items. Official Webflow docs declare required scopes in the endpoint page.

Update Items. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

cms:write

Tags

CMS
List FormsWEBFLOW_FORMS_LISTList Forms. Official Webflow docs declare required scopes in the endpoint page.

List Forms. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

forms:read

Tags

Forms
List Form SubmissionsWEBFLOW_FORMS_SUBMISSIONS_LISTList Form Submissions. Official Webflow docs declare required scopes in the endpoint page.

List Form Submissions. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

forms:read

Tags

Forms
Get SiteWEBFLOW_SITES_GETGet Site. Official Webflow docs declare required scopes in the endpoint page.

Get Site. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

sites:read

Tags

Sites
List SitesWEBFLOW_SITES_LISTList Sites. Official Webflow docs declare required scopes in the endpoint page.

List Sites. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

sites:read

Tags

Sites
Publish SiteWEBFLOW_SITES_PUBLISHPublish Site. Official Webflow docs declare required scopes in the endpoint page.

Publish Site. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

sites:write

Tags

Sites
Get Authorization User InfoWEBFLOW_TOKEN_GET_AUTHORIZED_USERGet Authorization User Info. Official Webflow docs declare required scopes in the endpoint page.

Get Authorization User Info. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Scopes

authorized_user:read

Tags

Token
Get Authorization InfoWEBFLOW_TOKEN_INTROSPECTGet Authorization Info. Official Webflow docs declare required scopes in the endpoint page.

Get Authorization Info. Official Webflow docs declare required scopes in the endpoint page.

认证

需要 Connected Account

Tags

Token

Provider 资源