Google Contacts
Allows you to automate via API the addition of contacts to your WhatsApp account for further use of contacts when adding to a group, as well as starting new private conversations.
Getting an integration token
Adding contacts
{
"token": "YOUR_Google_auth_TOKEN",
"contacts": [
{
"phone": "1505245559",
"name": "1"
},
{
"phone": "509832455540",
"name": "2"
},
{
"phone": "373983245541",
"name": "3"
}
]
}

Resetting a token and getting a new one
Last updated