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>" }
handles bulk import of contacts
new contact info
The CSV file to be imported
contact object
Was this page helpful?