How can I send message in watsaap through ms access

sbaud2003

Member
Local time
Today, 22:32
Joined
Apr 5, 2020
Messages
186
If anyone can expalin me how can i send message through watsaap, and what to install in the system
 
i don't think you can.
install whatsapp desktop and send from there.
 
Perhaps WhatsApp and a quick Google?

 
If anyone can expalin me how can i send message through watsaap, and what to install in the system
Go to the WhatsApp website and look for an API that allows you to use their services. If one exists, you might be able to figure out how to use it in VBA.
 
The easiest is universal links.
From:
https://faq.whatsapp.com/
--Accounts and Account Bans
----Accounts
------How to link to Whatsapp from a different app
Universal links are the preferred method of linking to a WhatsApp account.
Use https://wa.me/<number> where the <number> is a full phone number in international format. Omit any brackets, dashes, plus signs, and leading zeros when adding the phone number in international format.
Examples:
Use: https://wa.me/15551234567
Don't use: https://wa.me/+001-(555)1234567
Universal links can also include a pre-filled message that will automatically appear in the text field of a chat. Use where whatsappphonenumber is a full phone number in international format and URL-encodedtext is the URL-encoded pre-filled message.
Example: https://wa.me/15551234567?text=I'm interested in your car for sale
To create a link with just a pre-filled message, use https://wa.me/?text=urlencodedtext
Example: https://wa.me/?text=I'm inquiring about the apartment listing`

There is also a REST API, which requires you to use a HTTP library for the requests to their servers. And there are some third party services for this as well, twilio is just one.

If you wish to use universal links, all you have to do from vba is create a routine that builds the url with the custom message.
 
I missed the part where he wrote the code?
 
Here is another way, but no sound,well none you can hear that well, but the code is there.
Otherwise pay the $5 for the one NauticalGent linked to, which is good value I believe anyway.

 
And yet another method.
Amazing what you can find if you go looking for it? :(

That Selenium looks pretty cool. (y)

 
Last edited:

Users who are viewing this thread

Back
Top Bottom