Skip to content

Formstack 触发器凭据(Formstack Trigger credentials)#

你可以使用以下凭据验证以下节点:

🌐 You can use these credentials to authenticate the following nodes:

先决条件(Prerequisites)#

创建一个 Formstack 账户。

🌐 Create a Formstack account.

支持的身份验证方法(Supported authentication methods)#

  • API 访问令牌
  • OAuth2

有关该服务的更多信息,请参阅 Formstack 的 API 文档

🌐 Refer to Formstack's API documentation for more information about the service.

使用 API 访问令牌(Using API access token)#

要配置此凭据,你需要:

🌐 To configure this credential, you'll need:

  • 一个 API 访问令牌:要生成访问令牌,请在 Formstack 中使用以下详细信息创建一个新应用
    • 重定向 URI:对于云端 n8n 实例,输入 https://oauth.n8n.cloud/oauth2/callback
      • 对于自托管的 n8n 实例,请以 https://<n8n_url>/rest/oauth2-credential/callback 格式输入你的 n8n 实例的 OAuth 回调 URL。例如 https://localhost:5678/rest/oauth2-credential/callback
    • 平台:选择 网站

创建应用后,你可以从应用列表中复制访问令牌,也可以选择应用查看其详细信息。

🌐 Once you've created the application, copy the access token either from the applications list or by selecting the application to view its details.

有关更详细的说明,请参阅 Formstack 的 API 授权文档

🌐 Refer to Formstack's API Authorization documentation for more detailed instructions.

访问令牌权限

Formstack 将访问令牌与 Formstack 用户绑定。访问令牌遵循 Formstack(应用内)用户权限。

使用 OAuth2(Using OAuth2)#

要配置此凭据,你需要:

🌐 To configure this credential, you'll need:

  • 客户端 ID
  • 客户端密钥

要生成这两个,请在 Formstack 中使用以下详细信息创建一个新应用

🌐 To generate both of these, create a new application in Formstack using the following details:

  • 重定向 URI:从 n8n 凭证中复制 OAuth 重定向 URL 并在此输入。
    • 对于自托管的 n8n 实例,请以 https://<n8n_url>/rest/oauth2-credential/callback 格式输入你的 n8n 实例的 OAuth 回调 URL。例如 https://localhost:5678/rest/oauth2-credential/callback
  • 平台:选择 网站

创建应用后,从应用列表中选择它以查看应用详情。复制客户端 ID客户端密钥并将其添加到 n8n。添加完成后,选择连接我的账户按钮以开始 OAuth2 流程和授权过程。

🌐 Once you've created the application, select it from the applications list to view the Application Details. Copy the Client ID and Client Secret and add them to n8n. Once you've added both, select the Connect my account button to begin the OAuth2 flow and authorization process.

有关更详细的说明,请参阅 Formstack 的 API 授权文档

🌐 Refer to Formstack's API Authorization documentation for more detailed instructions.

访问令牌权限

Formstack 将访问令牌与 Formstack 用户绑定。访问令牌遵循 Formstack(应用内)用户权限。