Send WhatsApp message using Excel the right way!!!
Research about WhatsApp automated messages
Checkout the WhatsApp link Unauthorized use of automated or bulk messaging on WhatsApp
Takeaway
- Using any unauthorized request like
https://wa.me/send...
orhttps://web.whatsapp.com/send...
orhttps://api.whatsapp.com/send...
might lead to account bans. - Choose a solution approved by Whatsapp (mentioned above), for bulk message solutions or 3rd party Omnichannel CRM solutions like Mekari Qontak
Then is it not possible to send WhatsApp message via Excel ?
A quick internet research revealed that there are many solution proposing that messages could be sent via Excel formula or Selenium based approaches. Today I would like to discuss with you an Excel VBA approach.
- Excel formula based approach accesses the WhatsApp api
- Selenium based approach requires installation of additional software I guess, however these approach may not lead to account ban.
Solution
So I propose a solution to feed the data in WhatsApp Desktop application via AppActivate and SendKeys functions.
Requirements
The following softwares are required
- MS Excel (obvisously)
- WhatsApp Deskop
Sample solution
Sample file
13_send_whatsapp_message.xlsm