Import Users
Upload User List
CSV Format Requirements
Your CSV file should have the following columns:
- phone_number (required) - Include country code
- opted_in (optional) - 1 for opted in, 0 for opted out
- list (optional) - List name for the user
Example CSV:
phone_number,opted_in,list
+1234567890,1,Wall Street Watchdogs
+1987654321,1,Premium Alerts
+1555123456,0,General
Note: The first row should contain column headers.
Import Guidelines
- Maximum file size: 10MB
- Phone numbers must include country code (e.g., +1)
- Duplicate phone numbers will be skipped by default
- Invalid phone numbers will be reported
- Users default to opted-in if not specified
- Import process may take time for large files