Formstack 触发器凭据#
¥Formstack Trigger credentials
你可以使用以下凭据验证以下节点:
¥You can use these credentials to authenticate the following nodes:
先决条件#
¥Prerequisites
创建 Formstack 账户。
¥Create a Formstack account.
支持的身份验证方法#
¥Supported authentication methods
- API 访问令牌
¥API access token
- OAuth2
相关资源#
¥Related resources
有关服务的更多信息,请参阅 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 中创建 创建新应用:
¥An API Access Token: To generate an Access Token, create a new application in Formstack using the following details:
-
重定向 URI:对于云端 n8n 实例,请输入
https://oauth.n8n.cloud/oauth2/callback。¥Redirect URI: For cloud n8n instances, enter
https://oauth.n8n.cloud/oauth2/callback.- 对于自托管的 n8n 实例,请以
https://<n8n_url>/rest/oauth2-credential/callback格式输入你的 n8n 实例的 OAuth 回调 URL。例如https://localhost:5678/rest/oauth2-credential/callback。
¥For self-hosted n8n instances, enter the OAuth callback URL for your n8n instance in the format
https://<n8n_url>/rest/oauth2-credential/callback. For examplehttps://localhost:5678/rest/oauth2-credential/callback. - 对于自托管的 n8n 实例,请以
-
平台:选择“网站”。
¥Platform: Select Website.
创建应用后,你可以从应用列表中复制访问令牌,也可以选择应用查看其详细信息。
¥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.
Access token permissions
Formstack 将访问令牌与 Formstack 用户关联。访问令牌遵循 Formstack(应用内)用户权限。
¥Formstack ties access tokens to a Formstack user. Access tokens follow Formstack (in-app) user permissions.
使用 OAuth2#
¥Using OAuth2
要配置此凭据,你需要:
¥To configure this credential, you'll need:
- 客户端 ID
¥A Client ID
- 客户端密钥:
¥A Client Secret
要生成 API 密钥和 API 令牌,请在 Formstack 中使用以下详细信息:
¥To generate both of these, create a new application in Formstack using the following details:
- 重定向 URI:从 n8n 凭据中复制 OAuth 重定向 URL 并在此处输入。
¥Redirect URI: Copy the OAuth Redirect URL from the n8n credential to enter here.
-
对于自托管的 n8n 实例,请以
https://<n8n_url>/rest/oauth2-credential/callback格式输入你的 n8n 实例的 OAuth 回调 URL。例如https://localhost:5678/rest/oauth2-credential/callback。¥For self-hosted n8n instances, enter the OAuth callback URL for your n8n instance in the format
https://<n8n_url>/rest/oauth2-credential/callback. For examplehttps://localhost:5678/rest/oauth2-credential/callback. -
平台:选择“网站”。
¥Platform: Select Website.
创建应用后,请从应用列表中选择该应用以查看其详细信息。复制客户端 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.
Access token permissions
Formstack 将访问令牌与 Formstack 用户关联。访问令牌遵循 Formstack(应用内)用户权限。
¥Formstack ties access tokens to a Formstack user. Access tokens follow Formstack (in-app) user permissions.