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
Active
Inactive
Blocked
contact object
Was this page helpful?