> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chatsyncs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Auto Responder Integration

> Connect an email marketing platform (Mailchimp, Brevo, ActiveCampaign, Mautic, MailWizz) under Control Panel → Settings & Integration so ChatSyncs can collect a customer's email during a WhatsApp chat and hand it off for newsletters, offers, and follow-up campaigns. Use this when a customer wants to grow an email list from WhatsApp, not send a one-off email (that's Email Integration).

<Frame caption="Control Panel → Settings & Integration → API Integration → Auto Responder API, with the New button highlighted.">
  <img src="https://mintcdn.com/chatsyncs/vqDfXbzggyAX9oqx/images/learn/control-panel-auto-responder-integration/step-01-auto-responder-list.png?fit=max&auto=format&n=vqDfXbzggyAX9oqx&q=85&s=f8fd1a9e987c71ba370b9420080ebff0" alt="Settings & Integration page with API Integration selected, Auto Responder API selected in the sub-list, and its profile table (empty) with a New button highlighted" width="1274" height="532" data-path="images/learn/control-panel-auto-responder-integration/step-01-auto-responder-list.png" />
</Frame>

**Auto Responder Integration** connects ChatSyncs to an email marketing platform — Mailchimp,
Brevo, ActiveCampaign, Mautic, or MailWizz. The simple idea: ChatSyncs collects a customer's
email during a WhatsApp conversation, hands it to the marketing platform, and **that platform**
sends the marketing emails later — welcome emails, newsletters, offers, coupons.

## How it works

<Steps>
  <Step title="A customer chats with your bot">
    e.g. they say "Hi" and the bot offers something.
  </Step>

  <Step title="The bot asks for their email">
    "Please enter your email."
  </Step>

  <Step title="The customer enters it">
    e.g. `rahul@gmail.com`
  </Step>

  <Step title="ChatSyncs sends it to your connected platform">
    Mailchimp, Brevo, or whichever you've connected.
  </Step>

  <Step title="The customer is added to an email list">
    From here on, the marketing platform — not ChatSyncs — owns the follow-up.
  </Step>

  <Step title="The platform sends the marketing emails">
    Welcome emails, newsletters, promotional offers, discount coupons, product updates — on
    whatever schedule you set up in that platform.
  </Step>
</Steps>

```
Customer enters email
        ↓
ChatSyncs
        ↓
Mailchimp / Brevo
        ↓
Welcome Email
Newsletter
Offers
Coupons
```

<Tip>
  ChatSyncs only collects the email and hands it off — it doesn't send the newsletters itself.
  Everything after that (what emails go out, and when) is configured in Mailchimp/Brevo/etc.
</Tip>

## Set up a provider

Click **New** to add a profile:

<Frame>
  <img src="https://mintcdn.com/chatsyncs/Ma-dImppMzscCHUd/images/learn/control-panel-auto-responder-integration/step-02-auto-responder-modal.png?fit=max&auto=format&n=Ma-dImppMzscCHUd&q=85&s=2a043bdeb8f6c8c0b2b39fbd8a7db91d" alt="Auto Responder Profile modal with Profile Name and API Key fields and a provider list: Mailchimp, Brevo, ActiveCampaign, Mautic, MailWizz" width="538" height="546" data-path="images/learn/control-panel-auto-responder-integration/step-02-auto-responder-modal.png" />
</Frame>

Supported providers: **Mailchimp**, **Brevo**, **ActiveCampaign**, **Mautic**, **MailWizz** — you
just need a **Profile Name** and the provider's **API Key**.

## Real examples

**Clothing store** — growing a customer list for weekend sale alerts:

> **Customer:** Hi
> **Bot:** Would you like to receive our latest offers?
> **Customer:** Yes
> **Bot:** Please enter your email.
> **Customer:** [rahul@gmail.com](mailto:rahul@gmail.com)

ChatSyncs sends the email to Mailchimp, which adds the customer to the **Customers** list. The
following week, Mailchimp automatically sends:

```
🎉 Flat 50% OFF on all shirts this weekend!
```

**Free ebook** — using the email list as a lead magnet:

> **Bot:** Want our free AI Ebook?
> **Customer:** Yes
> **Bot:** Please enter your email.
> **Customer:** [rahul@gmail.com](mailto:rahul@gmail.com)

ChatSyncs adds the email to Brevo, which then sends the ebook, weekly tips, and future course
promotions.

**Real estate** — segmenting by interest:

> **Customer:** I'm interested in apartments.
> **Bot:** Please enter your email.
> **Customer:** [rahul@gmail.com](mailto:rahul@gmail.com)

ChatSyncs adds the customer to an **Apartment Buyers** list in ActiveCampaign, which sends new
listing launches, price updates, and site-visit invitations.

## Auto Responder Integration vs Email Integration

It's easy to mix these two up because both end up sending email — the difference is *when* and
*who* sends it:

|                     | Auto Responder Integration                         | [Email Integration](/learn/control-panel-email-integration) |
| ------------------- | -------------------------------------------------- | ----------------------------------------------------------- |
| Sends               | Later, through a marketing platform                | Immediately, one email at a time                            |
| Used for            | Newsletters, offers, follow-up campaigns           | OTPs, confirmations, invoices, notifications                |
| Who sends the email | Mailchimp, Brevo, etc.                             | ChatSyncs, directly                                         |
| Providers           | Mailchimp, Brevo, ActiveCampaign, Mautic, MailWizz | SMTP, Mailgun, Postmark, SES, Mandrill                      |

If you want an email sent **right now** — an OTP, an order confirmation — use
[Email Integration](/learn/control-panel-email-integration) instead.

## Frequently asked

<AccordionGroup>
  <Accordion title="Can a WhatsApp bot flow add someone to my Mailchimp list?">
    Yes — connect Mailchimp under **Auto Responder Integration** with its API key, then use that
    profile in a flow step to add the contact whenever the flow collects their email.
  </Accordion>

  <Accordion title="Which email marketing platforms can I connect?">
    **Mailchimp**, **Brevo**, **ActiveCampaign**, **Mautic**, and **MailWizz**.
  </Accordion>

  <Accordion title="What's the difference between Auto Responder Integration and Email Integration?">
    Auto Responder Integration collects an email and hands it to a marketing platform, which
    sends newsletters and offers on its own schedule. Email Integration sends a single email
    immediately (an OTP, a confirmation) directly from ChatSyncs — see the comparison table
    above.
  </Accordion>

  <Accordion title="Does ChatSyncs send the newsletter emails itself?">
    No — ChatSyncs only collects the customer's email and adds them to a list. The connected
    platform (Mailchimp, Brevo, etc.) sends the actual newsletters, offers, and follow-ups.
  </Accordion>
</AccordionGroup>
