GetResponse credentials
Last updated
Was this helpful?
You can use these credentials to authenticate the following nodes:
Create a GetResponse account.
API key
OAuth2
Refer to GetResponse's API documentation for more information about the service.
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.
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.
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.
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 5678 to the internet. In your terminal, run the following command:
Run the following command in a new terminal. Replace <YOUR-NGROK-URL> with the URL that you got from the previous step.
Follow the Using OAuth2 instructions to configure your credentials, using this URL as your Redirect URL.
Last updated
Was this helpful?
Was this helpful?
ngrok http 5678export WEBHOOK_URL=<YOUR-NGROK-URL>