> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn how to export your Auth0 user data and import it into Constant Contact.

# Export User Data to Constant Contact

In this article, you’ll learn how to export user data in Auth0 to a CSV file then import it into the Constant Contact dashboard.

## Create a user data file

Start by navigating to the [Extensions](https://manage.auth0.com/#/extensions) section of the Dashboard and open the **User Import / Export Extension**. On the extension page, select **Export** from the menu.

Next, set the **Export Format** to the required file format. Constant Contact accepts file imports in CSV format so choose the `Tab Separated Value file (*.csv)` option.

At the top in the **Fields** section, provide a **User Field** and **Column Name** for each user attribute to include in the export. For example:

<table class="table">
  <thead>
    <tr>
      <th>User Field</th>
      <th>Column Name</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td><code>email</code></td>
      <td>Email Address</td>
    </tr>

    <tr>
      <td><code>created\_at</code></td>
      <td>Created At</td>
    </tr>

    <tr>
      <td><code>given\_name</code></td>
      <td>First Name</td>
    </tr>

    <tr>
      <td><code>family\_name</code></td>
      <td>Last Name</td>
    </tr>
  </tbody>
</table>

After adding the user fields, click on the **Export Users** button to start the export. Once the export is complete, download the CSV file to use in the following section.

## Import a user data file

Before you get started, you can find more information by visiting [Constant Contact Knowledge Base: Import or Upload a File of Contact Email Addresses](https://knowledgebase.constantcontact.com/articles/KnowledgeBase/5296-import-or-upload-a-file-of-contact-email-addresses)

To import your CSV file into Constant Contact, follow these steps:

1. [Log in to Constant Contact](https://login.constantcontact.com) and navigate to **Contacts**.
2. From the **Contacts** page, click **Add Contacts > Upload from file**.
3. Provide you CSV file on the **Upload from file** page then click **Continue**.
4. Review the columns and match them with your Constant Contact fields. Once you're finished click **Continue**.
5. On the **Select lists** page, choose the list or lists to add your contacts to.
6. Click **Upload**.

That's it! You successfully imported your Auth0 users into Constant Contact.
