cURL
curl --request POST \ --url https://api.wapikit.com/api/contacts \ --header 'Content-Type: application/json' \ --data '[ { "name": "<string>", "phone": "<string>", "status": "Active", "attributes": {}, "listsIds": [ "<string>" ] } ]'
{ "message": "<string>" }
handles creation of new contacts
new contact info
The body is of type object[].
object[]
contact object
The response is of type object.
object
Was this page helpful?