mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-api.gif | ||
| using-oauth.gif | ||
| permalink | description |
|---|---|
| /credentials/getResponse | Learn to configure credentials for the GetResponse node in n8n |
GetResponse
You can use these credentials to authenticate the following nodes with GetResponse.
Prerequisites
Create a GetResponse account.
Using OAuth
::: tip ⚠️ 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.
:::
- Access 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.
- Use the provided Client ID and Client secret key with your 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.
Using API Key
- Access 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 API key that is displayed and use it with your GetResponse node credentials in n8n.

