Add WhatsApp Contact
This page contains the API documentation for the adding new WhatsApp contacts.
Introduction
Base URL
https://api.v7.botpenguin.com/inbox/users/importAuthentication
Request Headers
Request Data
jsonCopy code[
{
"profile": {
"userDetails": {
"userProvidedName": "User Name",
"contact": {
"email": "[email protected]",
"phone": {
"number": "1234567890",
"prefix": "91"
}
},
"tags": [],
"attributes": []
}
}
}
]Example CURL Request
Response
Example Response
Conclusion
β Got any questions?
Last updated
Was this helpful?