GetResponse#
You can use these credentials to authenticate the following nodes with GetResponse.
Prerequisites#
Create a GetResponse account.
Using OAuth#
Callback URL with GetResponse
Note: The Redirect URL should be a URL in your domain. For example, https://mytemplatemaker.example.com/gr_callback
. GetResponse doesn't accept the localhost callback URL. Refer to the FAQs to learn to configure the credentials for the local environment.
- Open your GetResponse dashboard.
- Click on Menu and select 'Integrations and API'.
- Click on the Custom apps tab.
- Click on the Register your app button.
- Enter all the necessary information.
- Copy your OAuth Callback URL from the 'Create New Credentials' screen in n8n and paste it in the Redirect URL field.
- Click on the Add button.
- Click on the app you created to get the Client ID and the Client Secret.
- Copy the displayed Client ID.
- Enter a name for your credentials in the Credentials Name field in the 'GetResponse OAuth2 API' credentials in n8n.
- Paste the Client ID in the Client ID field in the 'GetResponse OAuth2 API' credentials in n8n.
- Copy the Client secret key from GetResponse.
- Paste it in the Client Secret field in the 'GetResponse OAuth2 API' credentials in n8n.
- Click on the circle button in the OAuth section to connect a GetResponse account to n8n.
- Click on the Save button to save your credentials in n8n.
The following video demonstrates the steps mentioned above.
Using API Key#
- Open your GetResponse dashboard.
- Click on Menu and select 'Integrations and API'.
- Click on the API tab.
- Click on the Generate API key button.
- Enter a name for your key.
- Click on the Generate button.
- Copy the displayed API key.
- Enter a name for your credentials in the Credentials Name field in the 'GetResponse API' credentials in n8n.
- Paste the API key in the API Key field in the 'GetResponse API' credentials in n8n.
- Click the Create button to create your credentials in n8n.
The following video demonstrates the steps mentioned above.
FAQs#
How to configure the OAuth credentials for the local environment?#
GetResponse doesn't accept the localhost callback URL. However, you can follow the steps mentioned below to configure the OAuth credentials for the local environment:
1. We will use ngrok to expose the local server running on port 5678
to the internet. In your terminal, run the following command:
1 |
|
<YOUR-NGROK-URL>
with the URL that you get from the previous step.
1 |
|