> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/marketing/marketing-integrations/mailchimp-integration.md).

# MailChimp with Segment

#### Overview

PodPlay integrates with MailChimp, in conjunction with Segment, to run marketing campaigns. Once your Club provides API credentials to your PodPlay CSM, customer data will begin flowing from PodPlay into your MailChimp audience.

<details open>

<summary>What is MailChimp?</summary>

MailChimp offers marketing automation and email marketing designed to turn emails into revenue. To learn more about its functionality, visit the [MailChimp help center](https://mailchimp.com/help/). For plan options, see [MailChimp Pricing Plans](https://mailchimp.com/pricing/).

</details>

#### Prerequisites

* An active MailChimp subscription (Club purchases this directly from MailChimp)
* Access to your MailChimp account's API and audience settings
* A PodPlay Customer Success Manager (CSM) to complete the connection on PodPlay's side

#### How to Connect MailChimp to PodPlay

**1. Locate your MailChimp credentials**

From inside your MailChimp account, gather the following three values:

* **API Key**
* **Audience ID**
* **Datacenter ID**

**2. Send the credentials to your PodPlay CSM**

Provide all three values to your CSM.

**3. PodPlay enables the integration**

The PodPlay team adds your credentials to our system. Once configured, your Club's MailChimp account will begin receiving customer data.

#### Data PodPlay Sends to MailChimp

The following customer information is passed from PodPlay to MailChimp:

* Customer name
* Email
* Membership
* Location
* Event type

#### Verify the Integration Is Working

After your CSM enables the integration, confirm data flow by opening the **Audience** page in MailChimp and spot-checking a recent PodPlay customer. Confirm name, email, membership, location, and event type are populated.

#### Common Issues

* **Contacts not appearing after going live:** Confirm enough time has passed for the initial sync to run, then check with your CSM if data has not begun flowing.
* **Membership or Event type fields are empty:** These fields populate based on customer activity. A brand-new contact with no reservations or memberships will not yet have these values.

{% hint style="info" %}
PodPlay and PingPod are not affiliated with MailChimp. Clubs may purchase these additional software tools at their discretion.
{% endhint %}


---

# 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://docs.podplay.app/marketing/marketing-integrations/mailchimp-integration.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.
