๐ค Upload CSV Files for Lines
Upload CSV files containing phone numbers and names for each line. The CSV should have two columns: Name and Phone Number.
๐ CSV Format Instructions
Your CSV file should be formatted as follows:
Name,Phone Number
John Doe,9876543210
Jane Smith,9876543211
Robert Johnson,9876543212
Important: The first row should contain headers (Name,Phone Number).
๐ System Information
API Endpoints:
GET /api/v1/get_line_numbers.php?line=[1-10]
POST /api/v1/createuser.php
POST /api/v1/login.php
GET /api/v1/user_profile.php
Database Structure:
The system uses a MySQL database with the following key tables:
- users - Staff accounts and authentication
- line_numbers - Phone numbers for each line
- follow_ups - Follow-up tracking
- queries - Query management
- call_tracking - Call records
- call_statistics - Daily statistics
Migration Status:
If you've run the migration script, your CSV data has been imported to the database.