export const exportDashboard = '/docs/images/export-guides/drip/export-dashboard.webp'
export const exportList = '/docs/images/export-guides/drip/export-list-select.webp'
export const exportListLink = '/docs/images/export-guides/drip/export-list-link.webp'
export const exportSegments = '/docs/images/export-guides/convertkit/export-dashboard.webp'

export const exampleFile = 'migration-guides.js'


# Export Data from Drip for Bento

This guide will help you export all the contacts, tags, segments, and custom fields you need from Drip so you can import them into Bento.  


Exporting your data is safe and does not affect your live Drip account. You can continue sending emails while you prepare your migration.


<div className="grid grid-cols-1 sm:grid-cols-2 gap-6 mb-8">
  <div className="space-y-2">
    ## Prerequisites
    <div className="flex items-start">
      
      <span>Access to your Drip account</span>
    </div>
    <div className="flex items-start">
      
      <span>Required permissions to export data</span>
    </div>
    <div className="flex items-start">
      
      <span>A place to save your exported CSV files</span>
    </div>
    <div className="flex items-start">
      
      <span>Spreadsheet software to review and clean up CSVs</span>
    </div>
  </div>
  <div>
    ## What You'll Export
    - **People (Contacts)**
    - **Tags**
    - **Segments (Saved Filters/Groups)**
    - **Custom Fields**
    - **Automations** (for mapping later)
  </div>
</div>

---

## Step-by-Step Export Process


  
  
    
      
        Go to <a href="https://www.drip.com/signin" target="_blank" rel="noopener noreferrer">Drip</a> and log in with your credentials. Once logged in, navigate to the <strong>People</strong> section.
      
      
        <div className="bg-zinc-800 border border-zinc-700 rounded-lg px-2 pb-1 text-center">
          
        </div>
      
    
  

  
  
    
      
        In the <strong>People</strong> section, use the filter options to select the specific type of contacts and export them. You will want to export the following:
        1. `Subscribed People`
        2. `Unsubscribed People`
        3. `Undeliverable People`.

        Click the <strong>Filter</strong> dropdown and select <strong>the type of contacts you want to export</strong>. You must click the `Refresh` Button after selecting the contact type. Then Click the export as `CSV` link.<br/>

        Drip will generate a CSV file containing all visible contacts, their tags, and custom fields. A link to the file will be emailed to you or available for download in your account.
        
> If you have a large list, the export may take several minutes. Check your email or Drip's export history for the download link.

      
      
        <div className="bg-zinc-800 border border-zinc-700 rounded-lg px-2 pb-1 text-center mb-3">
          
        </div>
        <div className="bg-zinc-800 border border-zinc-700 rounded-lg px-2 pb-1 text-center">
          
        </div>
      
    
  

  
  
    
      
        Tags are included in your People export CSV. Review the CSV columns to see all tags in use.<br/>
        
> ⚠️ **Warning**
> If you use a lot of tags, consider cleaning up or renaming them in Drip before export for easier migration. Bento segments via <strong>Tags</strong>, so a tidy tag list will help.

      
      
    
  

  
  
    
      
        In <strong>People</strong>, use the filter builder to create any segments you want to export.<br/>
        Export each segment as a CSV using the <strong>Actions</strong> dropdown.<br/>
        
> ⚠️ **Warning**
> Bento segments via <strong>Tags</strong>, so you may only need these for reference and QA purposes.

      
      

      
    
  

  
  
    
      
        Custom fields are included in your People export CSV. Review the CSV columns to see all custom fields in use.
      
      
    
  

  
  
    
      
        For automations (Workflows), there is no direct export. Take screenshots or document the steps for reference when rebuilding in Bento Flows.
      
      
    
  


---

## Merge & Clean

1. **Open each of the exported CSV** in your spreadsheet tool.
2. **Rename columns** to Bento‑friendly names (`email`, `first_name`, `tags`, etc.), ensure they match in each csv file.
3. Comma‑separate multiple tags (e.g. <code>vip,customer</code>).
4. Delete any blank or irrelevant columns — Bento ignores missing headers but a tidy sheet is easier to debug.
5. You will import both unsubscribed and bounced exports as unsubscribed contacts in Bento. If you wish to track them independently, you can tag them in the csv before importing.
6. Save each CSV as a separate file.

### Column Map Example

| Email              | Tags          | Remove Tags | First Name | Last Name |
|--------------------|---------------|-------------|------------|-----------|
| jesse@bentonow.com | customer, mql | lead        | Jesse      | Hanley    |


---
## After Exporting

- Double-check your CSV files for all required data (contacts, tags, segments, custom fields).
- Organize your files and screenshots for easy access during the Bento import process.
- If you need to clean up or rename tags/fields, do so in the CSV before importing to Bento.

---

## Troubleshooting


  
    <b>Missing Data?</b><br/>
    - Make sure you exported from the correct section (People, Tags, Segments).
    - Check your downloads folder for the CSV file.
    - Open CSVs in a spreadsheet app to review all columns.
    - Lists over 100k contacts? Drip may split exports into multiple CSVs—download every part and combine before merging statuses.
  
  
    <b>Export Button Not Visible?</b><br/>
    - You may need admin permissions to export data.
    - Try a different browser or clear your cache.
    - Contact Drip support if you still can't export.
  


---

## Critical Terminology: Drip → Bento

Before we dive in, let’s align on key concepts. This table is your Rosetta Stone for migrating mental models from **Drip** to **Bento**.

| Drip Term         | Bento Term           | What It Actually Means                                                                  |
|-------------------|----------------------|-----------------------------------------------------------------------------------------|
| `Person`          | `Person`             | A human with an email address                                                           |
| `Tag`             | `Tag`                | Labels for categorization — in Bento, tags are first-class and support advanced logic   |
| `Segment`         | `Segment`            | Dynamic groupings based on field values, tag presence, events, and more                 |
| `Custom Field`    | `Field`              | Custom data attached to a `Person`, like `first_name`, `plan`, or `last_seen_at`        |
| `Campaign`        | `Broadcast`          | A one-time email sent to a specific group or segment                                    |
| `Workflow`        | `Flow`               | If-this-then-that workflows — Bento Flows support triggers, delays, branching, and more |
| `Event Tracking`  | `Event`              | Track pageviews, clicks, custom behavior — all events are first-class in Bento          |
| `Liquid`          | `Liquid`             | Dynamic content via [Liquid](https://docs.bentonow.com/liquid_guide) templating         |

 Bento tracks all clicks and visits automatically — no manual link triggers or extra setup needed.

### The Mental Model Shift
`Drip:` "Here's a list of People with Tags and Workflows."

`Bento:` "Here's a person who visited 5 pages, clicked 3 emails, has an LTV of $497, and is currently browsing your pricing page."

## Final Thoughts
This migration will take you 2–4 hours of actual work.

**Remember:**
* Take screenshots before changing anything
* Test with your **own email** first
* Keep Drip running during transition
* Document everything for your future self


> If something just doesn't go right, you can always re-import from Drip and try again. <br />That's why we keep it running until we're sure.


## Quick Reference
**During Migration:**
* Check Bento's Dashboard
* Monitor deliverability score
* Test forms and integrations
* Send one test email after changes

**Before Canceling Drip:**
* All People are imported
* All automations rebuilt
* List is warmed up on Bento
* Forms all working
* Deliverability metrics stable

**Emergency Contacts:**
* Bento Support: [Discord](https://discord.gg/ssXXFRmt5F) | [support@bentonow.com](mailto:support@bentonow.com)
* Status Page: [status.bentonow.com](https://status.bentonow.com)
* API Docs: [docs.bentonow.com](https://docs.bentonow.com)

You've got this. And if you don't? That's what support is for.
*Ship it.*