cURL
curl --request POST \ --url https://api.wapikit.com/api/contacts/bulk-import \ --header 'Content-Type: multipart/form-data'
{ "message": "<string>" }
handles bulk import of contacts
new contact info
The body is of type object.
object
contact object
The response is of type object.
Was this page helpful?