How to send WhatsApp Messages from Google Sheet + Google Scripts

You can use the instructions below to send WhatsApp Messages from to multiple recipients stored in a Google Sheet table. Google Sheet will use a script created in Google Scripts to send the message through the API. Requirements: – You need to get an APIkey first. Click here to get one.– Connect …

How to send WhatsApp Messages from Google Sheet + Google ScriptsRead More »

How to receive the WhatsApp answers

If you want to receive the answers from the WA number connected to the api, you can use a webhook.   All the messages received in your number will be sent to your webhook with a POST method in json format as follows:   {  ”from”: “549191919191.”,  ”from_name”: “Joan”,  ”to”: “54134123123”,  ”message”: “Text Message received …

How to receive the WhatsApp answersRead More »