# Mailchimp

[Mailchimp](https://mailchimp.com/) is an integrated marketing platform that allows business owners to automate their email campaigns and track user engagement.

## Account integration using OAuth

To begin, you will need:

* An [Mailchimp](https://www.mailchimp.com/) account.

**STEP 1:** In Mailchimp, access your [Mailchimp dashboard](https://mailchimp.com/).

![](/files/txGYeCO12rckkTGUX3Ad)

**STEP 2:** Click on your **user icon** on the top right.

**STEP 3:** Click on **\[Accounts & Billing]** in the pop up list.

![](/files/F143r9bZfrauJsvvaoQp)

**STEP 4:** Click on the **\[Extras]** dropdown list and then select **\[Registered apps]**.

![](/files/YqAMQQOZwrHdTihqnPir)

**STEP 5:** Click on the **\[Register An App]** button.

<figure><img src="/files/1abC21RsQAl3LXKdAl8G" alt=""><figcaption></figcaption></figure>

**STEP 6:** In iMBRACE, click the **\[Copy URL]** from **Credentials**, then, in Mailchimp, paste the URL in the '**Redirect URI**' field.

![](/files/ye1W2nuG8gOdHRcyCuZd)

![](/files/fcojAKVron9X8od6LAkV)

**STEP 7:** Fill out any other necessary details and click on the **\[Create]** button.

![](/files/CMlgwv4VLHyqU8m1YuLT)

**STEP 8:** In **Mailchimp**, copy the generated **Client ID** and **Client secret** and in **iMBRACE**, paste the **Client ID** and **Client secret** in your Mailchimp OAuth2 API node **credentials**.

![](/files/BtlZP9wlPtuKZsXt9PXR)

![](/files/VVRVROfpZzKF1AbdnZeX)

**STEP 9:** Click on the **\[Connect]** button in the OAuth section to connect your Mailchimp account to iMBRACE.

![](/files/1i0Sskc7baj15eFgH9rD)

**STEP 10:** The credential is connected.

![](/files/YwrVvcEq2yzZfoaosQCT)

**DONE:** The credential can then be used for Mailchimp nodes.

## Account integration using Access Token

To begin, you will need:

* An [Mailchimp](https://www.mailchimp.com/) account.

**STEP 1:** Access your [Mailchimp dashboard](https://mailchimp.com/).

![](/files/txGYeCO12rckkTGUX3Ad)

**STEP 2:** Click on your **user icon** on the top right.

**STEP 3:** Click on **\[Accounts & Billing]** in the pop up list.

![](/files/F143r9bZfrauJsvvaoQp)

**STEP 4:** Click on the **\[Extras]** dropdown list and then select **\[API Keys]**.

![](/files/3DONG8y1xA9PIumY9DS6)

**STEP 5:** Scroll down and create a new key by clicking on **\[Create a Key]** under the '**Your API keys**' section.

<figure><img src="/files/4aAERIRJBOmJkg7pJZW9" alt=""><figcaption></figcaption></figure>

**STEP 6:** Copy the **API key** with your Mailchimp node credentials and in iMBRACE, paste the **API key** in Mailchimp Api 02 from credentials.

![](/files/O3Bqj9Pew9lBrLfz66JS)

![](/files/PvZaxLBuxDhUrXtOmNsZ)

**STEP 7:** Click the **\[Create]** button.

![](/files/4GnyF79vNZ8DLb2t1Grn)

**DONE:** The credential can then be used for Mailchimp nodes.


---

# 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://imbrace.gitbook.io/imbrace-documentation/integrations/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.
