> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/marketing/email-campaigns/mailchimp.md).

# MailChimp

Engage your customers and boost your business with Mailchimp's advanced, yet easy‑to‑use marketing platform.

The Mailchimp app allows you to connect your Mailchimp account to your Freewebstore account. Once connected, you can then select what type of email events are sent to Mailchimp.

If you do not already have an account, [**sign up free here**](https://login.mailchimp.com/signup/?aid=190412fd66408e528af6342e1).

### How do I Enable the Mailchimp App?

1. &#x20;Log into your Freewebstore Control Panel.&#x20;
2. Go to the **App Center**.
3. Search and find the **MailChimp** app.
4. Enable the app (for free).

### How do I Connect my Account to Mailchimp?

1. Log into your control panel.&#x20;
2. Go to the App Center.&#x20;
3. Search and find the **MailChimp** app.
4. &#x20;As it’s already enabled, click **Go To App**.&#x20;
5. On the Mailchimp page, click **Connect**.&#x20;
6. You’ll then be redirected to Mailchimp where they ask you for permission to connect to Freewebstore (you may first be asked to log in to Mailchimp). **Accept** the permissions.&#x20;
7. Once accepted you’ll then be redirected back to your Freewebstore Control Panel and we’ll finalize the connection.

### **How do I Disconnect my Account from Mailchimp?**

1. Log into your control panel.&#x20;
2. Go to the **App Center**.&#x20;
3. Search and find the **MailChimp** app.&#x20;
4. As it’s already enabled, click **Go To App**.&#x20;
5. On the Mailchimp page, click the red **Revoke Access** link.&#x20;
6. A pop-up will appear. Click **Confirm Revoke**.

### **How do I Sync emails to my Mailchimp Audience (List)?**

1. Log into your control panel.&#x20;
2. Go to the **App Center**.&#x20;
3. Search and find the **MailChimp** app.&#x20;
4. As it’s already enabled, click **Go To App**.&#x20;
5. On the Mailchimp page, you’ll see a panel “**Connected List**” and “**Connect a New Event**”. In the “**Connect a New Event**” section, choose a Freewebstore Event from the left dropdown menu (e.g. New Newsletter Subscriber, New Stock Notification Request), then select which Mailchimp Audience you want this event to add the email to via the right Mailchimp Audience dropdown menu.&#x20;
6. Use the “Automatically Subscribe User” checkbox to select whether or not this event will automatically subscribe the email to the audience.&#x20;
7. Click **Confirm**.&#x20;
8. Click **Save**.

### How do I Remove a Connected Event?

1. Log into your control panel.&#x20;
2. Go to the **App Center**.&#x20;
3. Search and find the **MailChimp** app.&#x20;
4. As it’s already enabled, click **Go To App**.&#x20;
5. Click the red **\[X]** button next to each connected list that you want to remove.&#x20;
6. Click **Save**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.freewebstore.com/marketing/email-campaigns/mailchimp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
