cURL
curl --request POST \ --url https://api.example.com/api/v1/contacts/import/csv \ --header 'Content-Type: application/json' \ --data ' { "csv_content": "<string>" } '
{ "success": true, "imported": 123, "updated": 123, "errors": [ {} ], "rows_processed": 123 }
Import contacts from CSV.
Documentation IndexFetch the complete documentation index at: https://docs.wazzapi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Request to import contacts from CSV.
1
Successful Response
Response from CSV import.