Add Contacts
Add contact to WhatsApp
Required parameters:
Example request:
Notes:

Last updated
Add contact to WhatsApp

Last updated
curl --request PUT \
--url https://gate.whapi.cloud/contacts \
--header 'accept: application/json' \
--header 'authorization: Bearer YOUR_TOKEN' \
--header 'content-type: application/json' \
--data '
{
"phone": "919984351847",
"name": "Gerald"
}'{
"error": {
"code": 404,
"message": "Internal Error"
}
}