Skip to main content
POST
/
contacts
/
bulk-import
cURL
curl --request POST \
  --url https://api.wapikit.com/api/contacts/bulk-import \
  --header 'Content-Type: multipart/form-data' \
  --form file=@example-file
{
  "message": "<string>"
}

Body

new contact info

file
file

The CSV file to be imported

Response

contact object

message
string
required