πŸ“„Importing data

Importing data is the first step in launching any voice campaign. This guide covers supported file types, required fields, formatting rules, and how to handle errors during the upload process.

πŸ“₯ Importing Data

βœ… Supported File Types

You can import your data from:

  • πŸ“„ CSV (.csv)

  • πŸ“Š Excel (.xlsx, .xls)

  • 🌐 Google Sheets (export as .csv or .xlsx before uploading)


🧩 Required Fields

Only one field is required:

  • πŸ“ž contact_phone β€” The phone number your voice agent will call.

Optional fields you can include:

  • contact_name

  • company_name

  • agent_name

These can be mapped to your prompt variables for personalization.


⚠️ Phone Number Requirements

Dapta validates both the format and whether the number is real.

βœ… Valid Format:

  • Must be in E.164 international format: β†’ +1XXXXXXXXXX

  • U.S. numbers can also work as 1XXXXXXXXXX (without the +)

  • Numbers must be real and dialableβ€”fake/test numbers will fail

❌ Invalid Examples:

  • +1 (555) 123-4567 β†’ ❌ contains symbols

  • 12345 β†’ ❌ too short

  • 0000000000 β†’ ❌ not real

  • (blank cells) β†’ ❌ missing

Here’s a properly formatted CSV with the required and optional fields:

  • βœ… contact_phone (required)

  • βž• contact_name, company_name, agent_name (optional)


πŸ”„ What Happens During Import

  • βœ… Valid rows are imported into your campaign

  • ❌ Invalid rows are skipped

  • πŸ“„ An error log is generated for download

  • πŸ” You can fix issues and re-uploadβ€”or continue with valid rows

Click Back anytime to return to the file step and try again.

Last updated