mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-oauth.gif | ||
| permalink |
|---|
| /credentials/mailchimp |
Mailchimp
You can find information about the operations supported by the Mailchimp node on the integrations page. You can also browse the source code of the node on GitHub.
Prerequisites
Create a Mailchimp account.
Using Access Token
- Access your Mailchimp dashboard.
- Click on your user icon on the top right.
- Click on 'Account' in the dropdown list.
- Click on the Extras dropdown list and then select 'API Keys'.
- Scroll down and create a new key by clicking on 'Create a Key' under the 'Your API keys' section.
- Use the API key with your Mailchimp node credentials in n8n.
Using OAuth
- Access your Mailchimp dashboard.
- Click on your user icon on the top right.
- Click on 'Account' in the dropdown list.
- Click on the Extras dropdown list and then select 'Registered apps'.
- Click on the Register An App button.
- Copy the 'OAuth Callback URL' from your n8n Mailchimp OAuth2 API credentials and paste it in the 'Redirect URI' field of the Mailchimp form.
- Fill out any other necessary details and click on the Create button.
- Use the generated Client ID and Client secret with your Mailchimp OAuth2 API node credentials in n8n.
- Click on the circle button in the OAuth section to connect your Mailchimp account to n8n.
- Click the Save button to save your credentials.

