Credentials
GetResponse credentials

GetResponse credentials

You can use these credentials to authenticate the following nodes:

Prerequisites

Create a GetResponse (opens in a new tab) account.

Supported authentication methods

  • API key
  • OAuth2

Related resources

Refer to GetResponse's API documentation (opens in a new tab) for more information about the service.

Using API key

To configure this credential, you'll need:

Using OAuth2

To configure this credential, you'll need:

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

Redirect URL with localhost: The Redirect URL should be a URL in your domain, for example: https://mytemplatemaker.example.com/gr_callback. GetResponse doesn't accept a localhost callback URL. Refer to the FAQs to configure the credentials for the local environment.

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:

  1. Use ngrok (opens in a new tab) to expose the local server running on port 5678 to the internet. In your terminal, run the following command:
ngrok http 5678
  1. Run the following command in a new terminal. Replace <YOUR-NGROK-URL> with the URL that you got from the previous step.
export WEBHOOK_URL=<YOUR-NGROK-URL>
  1. Follow the Using OAuth2 instructions to configure your credentials, using this URL as your Redirect URL.