Webflow
Use Webflow Data APIs for site publishing, CMS content operations, forms, and Analyze reports.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
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 catalog
Available tools
16 callable operations
Get Top Pages ReportWEBFLOW_ANALYZE_TOP_PAGESGet Top Pages Report. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
Get Top Pages Report. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
sites:readTags
Get Traffic ReportWEBFLOW_ANALYZE_TRAFFICGet Traffic Report. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
Get Traffic Report. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
sites:readTags
Get Collection DetailsWEBFLOW_CMS_COLLECTIONS_GETGet Collection Details. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
Get Collection Details. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
cms:readTags
List CollectionsWEBFLOW_CMS_COLLECTIONS_LISTList Collections. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
List Collections. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
cms:readTags
List Live ItemsWEBFLOW_CMS_LIVE_ITEMS_LISTList Live Items. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
List Live Items. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
cms:readTags
Create ItemsWEBFLOW_CMS_STAGED_ITEMS_CREATECreate Items. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
Create Items. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
cms:writeTags
List ItemsWEBFLOW_CMS_STAGED_ITEMS_LISTList Items. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
List Items. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
cms:readTags
Publish ItemsWEBFLOW_CMS_STAGED_ITEMS_PUBLISHPublish Items. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
Publish Items. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
cms:writeTags
Update ItemsWEBFLOW_CMS_STAGED_ITEMS_UPDATEUpdate Items. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
Update Items. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
cms:writeTags
List FormsWEBFLOW_FORMS_LISTList Forms. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
List Forms. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
forms:readTags
List Form SubmissionsWEBFLOW_FORMS_SUBMISSIONS_LISTList Form Submissions. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
List Form Submissions. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
forms:readTags
Get SiteWEBFLOW_SITES_GETGet Site. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
Get Site. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
sites:readTags
List SitesWEBFLOW_SITES_LISTList Sites. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
List Sites. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
sites:readTags
Publish SiteWEBFLOW_SITES_PUBLISHPublish Site. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
Publish Site. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
sites:writeTags
Get Authorization User InfoWEBFLOW_TOKEN_GET_AUTHORIZED_USERGet Authorization User Info. Official Webflow docs declare required scopes in the endpoint page.Connection1 scope
Get Authorization User Info. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredScopes
authorized_user:readTags
Get Authorization InfoWEBFLOW_TOKEN_INTROSPECTGet Authorization Info. Official Webflow docs declare required scopes in the endpoint page.Connection
Get Authorization Info. Official Webflow docs declare required scopes in the endpoint page.
Authentication
Connected account requiredTags