> For the complete documentation index, see [llms.txt](https://docs.vintcer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vintcer.com/mailchimp-integration/share-files-with-contacts-with-mailchimp.md).

# Share Files with Contacts with MailChimp

[MailChimp](https://www.mailchimp.com) offers free file hosting so you can add a file to an email campaign and share it with your contacts. You can upload and share many types of files including images, documents, spreadsheets, audio, or video.

In this article, you'll learn how to upload a file to MailChimp and share it with your contacts.

Note

* MailChimp offer file hosting instead of traditional email attachments because attachments can slow or stop bulk email delivery, or cause security software to completely block your email. &#x20;

**File Guidelines**

You can upload many types of files to your MailChimp account, and share them with your contacts. Each image file should be approximately 1MB or less, and other file types should be 10MB or less.

Here are the file types we allow in MailChimp.

![](/files/-LBqIGfEYJXgldPORPjE)

**Upload File and Share it in a Campaign**

In this process, you'll use the Campaign Builder's Link tool to upload the file to our Content Manager. We'll create a unique URL for your file and add it to your email campaign.

To upload your file and create a link to it in your email campaign, follow these steps.

1. Navigate to the Design step of the **Campaign Builder**.
2. Click an existing content box or drag and drop a new one into your layout.
3. Create the text or image you want to link and highlight it.

![](/files/-LBqINrZRlC3HI7xHspa)

4\. Click the **Link** icon.

![](/files/-LBqIYtqR7aFg8iJZFtj)

5\. Click the **Web Address** drop-down menu, and choose **File**.

![](/files/-LBqIpfQZ4KUAe8JpZYX)

6\. Click **Upload** to choose a file from your computer.

![](/files/-LBqIyslijaqPua3JZ7i)

7\. Choose your file, and click Open to upload it to the Content Manager.

8\. In the Insert or Edit Link pop-up modal, we'll automatically fill in the URL of your file.

![](/files/-LBqJ2a7_KSBiC3VYW2y)

To edit optional settings like whether to open the file in a new window or to apply aTitle Attribute or CSS Class, click Advanced Options.

9\. Click Insert

![](/files/-LBqJ6rpqkoMf7PoL7CF)

10\. Continue building your campaign.

After you send the campaign, contacts who click the link you created will be able to access your file.


---

# 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.vintcer.com/mailchimp-integration/share-files-with-contacts-with-mailchimp.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.
