Skip to content

GetResponse 凭据(GetResponse credentials)#

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

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

先决条件(Prerequisites)#

创建一个 GetResponse 账户。

🌐 Create a GetResponse account.

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

  • API 密钥
  • OAuth2

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

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

使用 API 密钥(Using API key)#

要配置此凭据,你需要:

🌐 To configure this credential, you'll need:

  • API 密钥:要查看或生成 API 密钥,请前往 集成与 API > API。有关更详细的说明,请参阅 GetResponse 帮助中心

使用 OAuth2(Using OAuth2)#

要配置此凭据,你需要:

🌐 To configure this credential, you'll need:

当你注册应用时,请从 n8n 复制 OAuth 重定向 URL 并将其添加为 GetResponse 中的 重定向 URL

🌐 When you register your application, copy the OAuth Redirect URL from n8n and add it as the Redirect URL in GetResponse.

使用本地主机的重定向 URL

重定向 URL 应该是你域名下的 URL,例如:https://mytemplatemaker.example.com/gr_callback。GetResponse 不接受本地主机回调 URL。请参考 常见问题 来配置本地环境的凭据。

配置本地环境的 OAuth2 凭据(Configure OAuth2 credentials for a local environment)#

GetResponse 不接受本地主机回调 URL。请按照以下步骤为本地环境配置 OAuth 凭据:

🌐 GetResponse doesn't accept the localhost callback URL. Follow the steps below to configure the OAuth credentials for a local environment:

  1. 使用 ngrok 将本地运行在 5678 端口的服务器暴露到互联网。在终端中运行以下命令:
1
ngrok http 5678
  1. 在新的终端中运行以下命令。将 <YOUR-NGROK-URL> 替换为上一步获取的 URL。
1
export WEBHOOK_URL=<YOUR-NGROK-URL>
  1. 按照 使用 OAuth2 的说明配置你的凭据,并使用此 URL 作为你的 重定向 URL