Upload CSV
POST
/org/{tenant}/v2/contacts/csv/upload
Platform support: MT and CC
Upload a CSV file to import contacts. A background job is created to handle the import. Smart merge will take place where contacts that exist are found only if name and surname have exact match and either their email or phone number are the same.
Request
Responses
- 200
- 400
- 500
Job created successfully.
Bad request — the request was invalid (validation error, malformed body, or missing/invalid parameters).
Internal Server Error — an unexpected error occurred.