> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/set-up-your-integrations/mailchimp/mailchimp-transactional/create-your-mailchimp-transactional-connection.md).

# Create your MailChimp Transactional connection

{% hint style="info" %}
**Oauth connection**: The first step is to log GearPlug into your MailChimp account so that GearPlug may access the data.
{% endhint %}

1. **Click on “My Apps”** in the top-right corner of your GearPlug app.

<figure><img src="https://lh3.googleusercontent.com/h6YgWDJbP69HAuWNSgEYIkU-ckrEZjbjF8ucFMqQbhdoeIeY6e6Y3bTYg0voMz2xhdsTsGTpo7pN5c1q8wBQOd6QiDXm-SHuQ_4TG59AUiku3zP5epgMOzQxez-Px6uZzpIHQ4fIuTlh1TPSgm2Gqw" alt=""><figcaption></figcaption></figure>

2. **Select “MailChimp Transactional”** in the drop-down menu under “New connection.” Then, click “Create.”

<figure><img src="https://lh4.googleusercontent.com/d-1JVTrhdk9vWuoU6EVY89Tw7lwrwWtxSB9lfUDh1m5V4V51aPiOUXHkXtQtGkLQgyeE3EF9zKRRw9fGL87y6Ts0GkXGW1KnYxXX6wMtCX_Rhq_FuIEQ5eLj5CaoVGoKpUpDdcMh8BOYq4TVzbFCMA" alt=""><figcaption></figcaption></figure>

3. **Choose “Transactional email”** **in your MailChimp account**. You can find this option in the left-hand menu, under the drop-down “Automation” section. Click “Launch App” on the next window.

<figure><img src="https://lh3.googleusercontent.com/71KYE-L4dCmUMrhE_-D5SVEGHPozAFMzO2vUrRSeYbcCXM7x3XkFG5RQGVsHpF4Lcx7eBLavaVCGkE_al7B4eDllcl3UlVKqMO5UiZZPT-0uB-IkbcVPT1qTpxxJ5Ws_a7yxz2t_ExwyXN-gkYFZHw" alt=""><figcaption></figcaption></figure>

4. **Generate your API key** to integrate MailChimp Transactional into GearPlug. You can find this option in MailChimp Transactional’s interface. Firstly, head to the Settings menu. Then, click “SMTP & API Info” and “+Add API Key.” This will generate a key below.

<figure><img src="https://lh5.googleusercontent.com/PAfYnaYNTWA-CjflQc-JyAaYWKKrYBIkKzktS1w-g5xZE7JDvMZOV0gxeauGjSTvLSdUfBF594mA710QsFDqXe2M7RYBXKIBFYihmkneXjEheQwKOglKtfr2UtMs5Q37NGnaDaRTZOs27UmkucqLXA" alt=""><figcaption></figcaption></figure>

5. **Enter your API key in GearPlug**. Just copy the key you just generated and paste it in the “API KEY” field on GearPlug. Click “Continue.”

<figure><img src="https://lh6.googleusercontent.com/bNPJdf2u6AZgMIC8BfjSsNWENuT2HREcxCKQo4PtuR6iLpl4U7zGnivsGE2ziN7eeJSr3dcgNdfATT-jcaK8JOP5mZKhNF1WkoVINcWGJrD7W1alCIul08IRx2tODn4QZCzEP1DYdbTylASy_nQE1A" alt=""><figcaption></figcaption></figure>


---

# 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.gearplug.io/english/set-up-your-integrations/mailchimp/mailchimp-transactional/create-your-mailchimp-transactional-connection.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.
