Skip to main content
POST
Upload contacts CSV
Uploads a CSV spreadsheet containing contact phone numbers, names, emails, and custom metadata variables to populate a contact list.

Requirements & Limits

  • Content-Type: multipart/form-data
  • File extension: .csv
  • Maximum rows: 500 contacts per upload
  • Supported CSV Headers (case-insensitive, spaces or underscores):
    • phone_number / phone / mobile / customer_number (Required, E.164 format e.g. +919876543210 or +14155552671)
    • name / customer_name / contact_name / first_name (Optional)
    • email (Optional, valid email address format)
    • metadata (Optional, valid JSON string containing custom variables e.g. {"tier": "gold", "account_balance": 150})

Path parameters

string
required
The unique UUID of the target contact list.

Body parameters

file
required
The binary .csv file to upload.

Response