# Mailchimp

### **Setup Mailchimp account**

Sign up with Mailchimp: <https://mailchimp.com/>

### **2. Register OAuth app**

Now you need to add an OAuth application. Navigate to: Profile > Extras > Registered apps.

<figure><img src="/files/DYaj5JKsF8oREnAKBVCn" alt=""><figcaption><p>Navigate to Profile</p></figcaption></figure>

<figure><img src="/files/UqtSL2N2laiCwsGr4bq1" alt=""><figcaption><p>Navigate to Registered apps</p></figcaption></figure>

Click on the "Register an app" button.

#### Specify client details

<figure><img src="/files/GeHgrDgnuOLu05EdMdAH" alt=""><figcaption><p>Specify app details</p></figcaption></figure>

#### Generate client secret

Now save the OAuth client and copy the client ID and secret. You will need them later.

<figure><img src="/files/QuomSoV7uMH1b4cwVaxN" alt=""><figcaption><p>Copy Client ID and Client secret</p></figcaption></figure>

#### Set `clientId`, `clientSecret` and `subdomain` into Appmixer Backoffice.

The last step is to configure clientId and clientSecret in the Appmixer Backoffice for `appmixer:mailchimp` connector.

<figure><img src="/files/ae6hCnWOuBZxWDjU4RwF" alt=""><figcaption><p>Backoffice Mailchimp connector configuration</p></figcaption></figure>


---

# 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.appmixer.com/connector-configuration/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.
