Webflow
Use Webflow Data APIs for site publishing, CMS content operations, forms, and Analyze reports.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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.需要连接1 scope
Get Top Pages Report. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
sites:readTags
Get Traffic ReportWEBFLOW_ANALYZE_TRAFFICGet Traffic Report. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
Get Traffic Report. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
sites:readTags
Get Collection DetailsWEBFLOW_CMS_COLLECTIONS_GETGet Collection Details. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
Get Collection Details. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
cms:readTags
List CollectionsWEBFLOW_CMS_COLLECTIONS_LISTList Collections. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
List Collections. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
cms:readTags
List Live ItemsWEBFLOW_CMS_LIVE_ITEMS_LISTList Live Items. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
List Live Items. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
cms:readTags
Create ItemsWEBFLOW_CMS_STAGED_ITEMS_CREATECreate Items. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
Create Items. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
cms:writeTags
List ItemsWEBFLOW_CMS_STAGED_ITEMS_LISTList Items. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
List Items. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
cms:readTags
Publish ItemsWEBFLOW_CMS_STAGED_ITEMS_PUBLISHPublish Items. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
Publish Items. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
cms:writeTags
Update ItemsWEBFLOW_CMS_STAGED_ITEMS_UPDATEUpdate Items. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
Update Items. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
cms:writeTags
List FormsWEBFLOW_FORMS_LISTList Forms. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
List Forms. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
forms:readTags
List Form SubmissionsWEBFLOW_FORMS_SUBMISSIONS_LISTList Form Submissions. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
List Form Submissions. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
forms:readTags
Get SiteWEBFLOW_SITES_GETGet Site. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
Get Site. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
sites:readTags
List SitesWEBFLOW_SITES_LISTList Sites. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
List Sites. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
sites:readTags
Publish SiteWEBFLOW_SITES_PUBLISHPublish Site. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
Publish Site. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
sites:writeTags
Get Authorization User InfoWEBFLOW_TOKEN_GET_AUTHORIZED_USERGet Authorization User Info. Official Webflow docs declare required scopes in the endpoint page.需要连接1 scope
Get Authorization User Info. Official Webflow docs declare required scopes in the endpoint page.
认证
需要 Connected AccountScopes
authorized_user:readTags
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 AccountTags