节点与集成
GetResponse credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create a GetResponse account.
Supported authentication methods
- API key
- OAuth2
Related resources
Refer to GetResponse's API documentation for more information about the service.
Using API key
To configure this credential, you'll need:
- An API Key: To view or generate an API key, go to Integrations and API > API. Refer to the GetResponse Help Center for more detailed instructions.
Using OAuth2
To configure this credential, you'll need:
- A Client ID: Generated when you register your application.
- A Client Secret: Generated when you register your application as the Client Secret Key.
When you register your application, copy the OAuth Redirect URL from n8n and add it as the Redirect URL in GetResponse.
Configure OAuth2 credentials for a local environment
GetResponse doesn't accept the localhost callback URL. Follow the steps below to configure the OAuth credentials for a local environment:
- Use ngrok to expose the local server running on port
5678to the internet. In your terminal, run the following command:
ngrok http 5678- Run the following command in a new terminal. Replace `` with the URL that you got from the previous step.
export WEBHOOK_URL=<YOUR-NGROK-URL>- Follow the Using OAuth2 instructions to configure your credentials, using this URL as your Redirect URL.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。