# MailChimp

### Setup <a href="#setup" id="setup"></a>

<figure><img src="/files/a20ja6zja9XdPlxMTIGV" alt=""><figcaption></figcaption></figure>

Log in yourself and authorize.

<figure><img src="/files/kbKeWDPReyWLmoTeasMG" alt=""><figcaption></figcaption></figure>

The page will then bring you back to the chatbot. You can see your account name now.

### Use MailChimp in Action Step <a href="#use-mailchimp-in-action-step" id="use-mailchimp-in-action-step"></a>

<figure><img src="/files/kdnFVFY4rlWX4n8ueRLn" alt=""><figcaption></figcaption></figure>

In your Action step, find "MailChimp" in the "Integrations" list.

<figure><img src="/files/OkUIwmqCj6agzXU8OEH3" alt=""><figcaption></figcaption></figure>

Simply put this Action after a Question step. Pick a MailChimp list and put users' email address. That's all about it!

{% hint style="info" %}
Only a valid email address can be added to your MailChimp. If nothing happens after the Action step, the email address from the user might be incorrect.
{% endhint %}

{% hint style="success" %}
So you might want to add one more action to check whether the input email from the user is correct or not. There are various third-party APIs for verifying email, like [mailboxlayer (opens new window)](https://mailboxlayer.com/). You can call these APIs from [External Request](/flow-builder/steps/external-request.md).
{% endhint %}

More details click -> [Mailchimp (opens new window)](https://mailchimp.com/help/)


---

# 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://help.flochat.ai/platform/introduction/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.
