π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_namecompany_nameagent_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: β
+1XXXXXXXXXXU.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 symbols12345β β too short0000000000β β 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