Import multiple contacts from a CSV file.
Bulk import contacts into a folder. The CSV should have columns for name, phone number, and any custom fields. Returns import status and any errors.
Your API key. Get it from the Truedy Dashboard. Send as: Authorization: Bearer <your_key>
Folder ID to import contacts into
Storage key for uploaded CSV file (legacy)
Direct contact data array (legacy)
Base64 encoded CSV file content
Original filename of the CSV
Mapping from CSV headers to standard fields. Format: {'csv_header': 'standard_field'}. Unmapped fields go to metadata.
Resource created successfully
Response body