# Mailchimp

## Setup Guide

You can add your Mailchimp app in the [Registered Apps Page](https://us1.admin.mailchimp.com/account/oauth2/)

You'll need the following information to set up your Mailchimp App with Konnect:

* Client ID
* Client Secret

### Prerequisites

* Mailchimp account (Free accounts available - [Signup Page](https://mailchimp.com/pricing/marketing/))

### Create a Mailchimp app

1. Login to Mailchimp and go to the [Registered Apps Page](https://us1.admin.mailchimp.com/account/oauth2/)
2. Click on the `Register an App` button and fill out the form with your App information
3. In the Redirect URI field add the Kolla Konnect redirect URI\
   `https://connect.getkolla.com/oauth`
4. Click the `Create` button

### Add your Mailchimp app to Konnect

After you click the Create button, your app will be assigned a Client ID and Client secret.

<figure><img src="/files/kucq6hU3ABilJQYFNa4c" alt=""><figcaption></figcaption></figure>

Login to your Kolla admin portal and go to Connectors. Click on "Add New Connector" and select Mailchimp from the list of available connectors.

Input all the ClientID and Client secret from the previous steps and click "Create".


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getkolla.com/kolla/connector-guides/mailchimp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
