> 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/target-actions/unsubscribe-record-from-list.md).

# Unsubscribe record from list

1. **Select MailChimp** as your target app and the connection you wish to use. Then, click “Continue.” GearPlug will make a quick test to check whether everything is working.

<figure><img src="https://lh3.googleusercontent.com/ezONJzQOm14mghy-f3gTFX5rOL-W_bB7014p5hCMcFc79AArxK_rFu2guuyV8h0YrRksG8woSPzo00mN37nmxVkrN2Qv4Czn62JkHyOH4IOAVOTOdzasPUKDpt-wy7z4hx6VhAOLPoSowDUWMdpPSg" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
GearPlug will check whether the connection functions properly before moving on. If it doesn’t, you won’t be able to continue setting up your Gear.
{% endhint %}

2. **Pick “Unsubscribe record from list”** as your target action and choose the list you wish to update with your source Plug’s information. Then, click “Continue.”

<figure><img src="https://lh4.googleusercontent.com/PY-duAZlokKKawAgdX3LKgG4ttIbPUdNz2b0Gw5ghB7LmL2ThPpxXWJ4bqkmT8BJ46vdOXzXiSpCF9JhYjKLn77LzOizFaBwE2M4yLlKqzKEsjo8EGecZU9WgBlYuOKgjb7pZOoYDh6GEfRxKc_4CQ" alt=""><figcaption></figcaption></figure>

3. **Fill in the data template**, linking the source app’s fields with their MailChimp counterparts. The only field here is “Email.”&#x20;

<figure><img src="https://lh3.googleusercontent.com/35s03vUbgpVaVXHn6uiGEIFhpwwnPssACyTe1Twb12sdfcqlAR3EogKjxKzje3EmU7T2-JeMzV-RbxUjOeHV_obIwAwXzQX21g03a9qsb8605f9_1XTlmfxplwL6SMAd7hIBbJmLdxwDceLcvttkBQ" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
“Unsubscribe record from list” only works by moving existing contacts in HubSpot whose email matches the email entering from your source app. If you import an email that doesn’t exist in your HubSpot account, nothing will happen.
{% endhint %}

4. **Click “Map”** once you’re done linking the fields.

<figure><img src="https://lh4.googleusercontent.com/nU-MStbhWp0rPpIWMF61mje9ML8PughradFH5sCMWrB7uUnR1Lwit-aqtJhiPk0GCUWtX18UMqg4fEKiEMG73yoJ-iR2AGv8EJFNOXJmQj5TPBinMX00WHdsak_Jft5gf4zEGRUJ-7MfAbxADYSEBQ" alt=""><figcaption></figcaption></figure>

5. **Click “Add a target” or “Save”** to add another target app or save your Gear, respectively.

<figure><img src="https://lh6.googleusercontent.com/pWI213CqW3Mb6Rwy2qBAJocJ8_EoJlQT_90IXXgOzmM--xbpBO2ZhJJC9i8B5e9825Ql5LPGbtF2YlUuJ-Nj3iA2dbTwKHCW5mS6iyoTYRcEv5gfdKmoj6MyTVmGEZCHFnWRSfl4VhH4L7d58so20Q" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Remember to turn on your Gear before leaving the App!
{% 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.gearplug.io/english/set-up-your-integrations/mailchimp/target-actions/unsubscribe-record-from-list.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.
