Send WhatsApp Messages From Excel With VBA Using Twilio
Sending WhatsApp messages from Excel means building a POST request to Twilio’s API in VBA, with your account SID and auth token. Worth knowing before you start: the Twilio WhatsApp sandbox is for testing, and the production API is only offered to businesses.
PLEASE NOTE:
According to Twilio, please be aware that the Twilio Sandbox for WhatsApp is meant for testing and discovery purposes only.
The Sandbox expires three (3) days after joining. After this time, you need to re-join (by re-sending the ‘code’ to Twilio’s number) to continue testing.
More details are in the Twilio WhatsApp sandbox documentation.
Unfortunately, as mentioned in the video, WhatsApp offers its API only to businesses
BUT I have created an alternative solution using VBA & Selenium. Watch the VBA and Selenium walkthrough
