How to send WhatsApp Documents with the API

You can easly send Documents with the TextMeBot API using the following URL: https://api.textmebot.com/send.php?recipient=[phone number]&apikey=[your apikey]&document=[url of document] You can optionally add the following parameters: &test=[Text to show below the document]&filename=[Filename to show in the whatsapp message]&json=[yes/no] to receive the response in json format

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 »