Skip to main content
POST
/
api
/
v1
/
contacts
/
import
/
csv
Import From Csv
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
}

Documentation Index

Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string | null

Body

application/json

Request to import contacts from CSV.

csv_content
string
required
Minimum string length: 1
skip_duplicates
boolean
default:true

Response

Successful Response

Response from CSV import.

success
boolean
required
imported
integer
required
updated
integer
required
errors
Errors · object[]
required
rows_processed
integer
required