# MailChimp guide

When a user completes a pickzen, all captured information can be sent to a MailChimp list. This includes the lead information, selected answers, and information filled in from form-slides.

Let’s suppose we have a pickzen with these two slides:

![](/files/eO2oXm9p8n0wZRyn1wM4)

![](/files/hhQ5HcR5rmnbbg3SBidq)

To send your leads and user preferences to MailChimp, follow these steps:

Click on the answer settings for the *Android* answer:

![](/files/9Yl8CnNy3XUuWwgxAnNu)

Go to the Advanced tab and enter a key in the Answer key field:

![](/files/vk4bIsgMWWfRxmtLg22v)

Similarly, enter a key for the *iOS* answer:

![](/files/2Lri5fyqpW7kR9T6kR5r)

Now, select the form slide and enter the field keys for the fields *name*, *e-mail,* and *city*:

![](/files/QrncEymk2w1QzVjZ8LC7)

![](/files/A7ePsEdnrz2b3NHiolGy)

![](/files/nByN76FkpcpactyPvDgn)

{% hint style="info" %}
In MailChimp there are some predefined Merge Tags as FNAME or EMAIL that have to be set as Field key to be mapped correctly in MailChimp lists.
{% endhint %}

Once configured all answers and fields, publish the pickzen, exit the editor and go the MailChimp integration:

![](/files/NeNT1SVA7YLRhjNIcCAY)

Click on *Add integration* to create a new one and select the pickzen you want to integrate:

![](/files/uGicIQm2CeuWF03wwIDJ)

&#x20;Find your MailChimp API Key in the Extras tab in your account:

![](https://lh4.googleusercontent.com/5ptAFGAAnOxK6m-8ddhtosROmjrSVcuGNoWVHfB6V9b_OsKuJir_T7DDXAJ81lrSiPYuHaVSiDdd9Up1RxGeYzYYmMXiiz3N0iywlMWbOTVBKlmdU-qNVzRkFzz0ReGNBz1wGd9I)

The page that shows up has your API keys. If you don’t have any key, you can create the first one by clicking on the *Create A Key* button.

Create a List in MailChimp\ <br>

![](https://lh6.googleusercontent.com/-sohXcpIEbD-TaBet8sSs3rJQcBIxjmE1PaAPUD6VxTjq9KbXl112QAoD9hayUAlA_Jn9P5k2YIHe_SWg--EOdvFZGFoAIImyIjVB3HWc10CLdqbA6bsDft8E3d9recMxZ-M33qr)

![](https://lh3.googleusercontent.com/8gB88Hl020U23b7-GU7zYxJUQuPivwYihJzt_7DIomju-9cVZt2sjf3vTAyWc9E7AsvzmRm5wQ-zHk1LbweKGoqcRhPGh2skJbvrEbxZmxY5PlqLHLCp5gBtk7OuNEG8m_AgC1sQ)

Find your List ID in MailChimp:

![](https://lh5.googleusercontent.com/dxshPHUXNuMofarP4zN7QiyAcmbwGvPYRWJgPkx29TFJA5dzU0w0-JCXUxnLbsNH60Noii53IT_dBL8Hw0XPOqrzrEKwDv4ziIVIM0TCgOLQl8BCB9cDCmpv7vSjkGXuNoee5eXd)

The ID is the text in red.

Enter the API Key and List Id in the corresponding fields:

![](/files/nPvwrNSXnAj254qEn7b8)

Now, put your answer and field keys that you defined previously in the Keys field separated by semicolons:

![](/files/pQKXcYzMuAFztwB5HZ1V)

{% hint style="warning" %}
It is very important that they are separated by semicolons, otherwise, no information will be sent to MailChimp.
{% endhint %}

Now, define your list fields in MailChimp:

![](https://lh6.googleusercontent.com/e1eGIzuILpgKaC8sNf7-FJbB4mjn-rMYMpX-fZEwkZcxxMBjRxebgxjXhl74aDq-GffOv8csbV27zIqqtY5tDctBSdJKemeX5gGE5r65PxLpACrEIcuQOYFkCOYEXBn5FKLCS3Ey)

Finally, test your pickzen and verify that your leads show up in MailChimp:

![](https://lh3.googleusercontent.com/cVLKIxZGphCBVxERzMEn-Htz0pZb6rt8n3Go69swaIfAFtqG7jnIjjIlCFrKMnsJoyqDXb2ix2N0n8F1jAFxD3I1NL-12XP6nPN7XLh7HHBS8f04OTvzhrTnPOd_b0L0IZtNU7CS)

**Additional Note:** It is also possible to send your leads to a specific group in a MailChimp list. Just add your MailChimp groups (interests) separated by semicolons to your List ID:

![](/files/mRfrt2LtphXZ2uCPN5oh)

In this case, all generated leads from this pickzen will be sent to *group1* and *group2* in MailChimp.<br>


---

# 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.pickzen.com/guides/mailchimp-guide.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.
