Webflow 凭据#
¥Webflow credentials
你可以使用以下凭据验证以下节点:
¥You can use these credentials to authenticate the following nodes:
先决条件#
¥Prerequisites
- 创建 Webflow 账户。
¥Create a Webflow account.
- 创建站点:仅 API 访问令牌身份验证需要此字段。
¥Create a site: Required for API access token authentication only.
支持的身份验证方法#
¥Supported authentication methods
- API 访问令牌
¥API access token
- OAuth2
相关资源#
¥Related resources
有关服务的更多信息,请参阅 Webflow API 文档。
¥Refer to Webflow's API documentation for more information about the service.
使用 API 访问令牌#
¥Using API access token
要配置此凭据,你需要:
¥To configure this credential, you'll need:
- 站点访问令牌:访问令牌是特定于站点的。前往你网站的“网站设置” > “应用和集成” > “API 访问” 并选择“生成 API 令牌”。有关更多信息,请参阅 获取站点令牌。
¥A Site Access Token: Access tokens are site-specific. Go to your site's Site Settings > Apps & integrations > API access and select Generate API token. Refer to Get a Site Token for more information.
使用 OAuth2#
¥Using OAuth2
Note for n8n Cloud users
Cloud users don't need to provide connection details. Select Connect my account to connect through your browser.
如果你需要从头开始配置 OAuth2,请在你的工作区中使用 注册应用。
¥If you need to configure OAuth2 from scratch, register an application in your workspace.
使用以下设置配置你的应用:
¥Use these settings for your application:
- 从 n8n 复制 OAuth 回调 URL,并将其作为重定向 URI 添加到你的应用中。
¥Copy the OAuth callback URL from n8n and add it as a Redirect URI in your application.
- 创建应用后,复制客户端 ID 和客户端密钥,并将其输入到你的 n8n 凭据中。
¥Once you've created your application, copy the Client ID and Client Secret and enter them in your n8n credential.
- 如果你使用的是 Webflow Data API V1(已弃用),请启用“旧版”开关。否则,请保持此选项处于非活动状态。
¥If you are using the Webflow Data API V1 (deprecated), enable the Legacy toggle. Otherwise, leave this inactive.
请参阅 OAuth,了解有关 Webflow 的 OAuth Web 流程的更多信息。
¥Refer to OAuth for more information on Webflow's OAuth web flow.