In my experience, using CONCATENATE("whatsapp://send?phone=",[Phone Number])
is even better.
Because using https://wa.me/ will open an extra tab in the browser, checking if WhatsApp is installed (on Windows and some Android phones).
Using whatsapp:// will directly open WhatsApp.
As described in the above article.
Hi @Steve thank you for the hint with ENCODEURL([Phone Number]). But since the format has to be straight forward, ENCODEURL() is not necessary, it could even cause problems.
This is the format you have to use. Otherwise it will not work. The number has to be without any spaces, brackets, dashes, plus signs, and leading zeros.
https://wa.me/12345678910
EXTRACTNUMBERS() will not work when you have dashes in your phone number like 1234/5678910. Because in this case EXTRACTNUMERBS will divide 1234 with 5678910.
It will also not work with spaces, because it would extract more than one number.
Maybe a mix with SUBSTITUTE() and EXTRACTNUMBERS()
Hi @Nicolas_Feldman Yes that’s possible.
If you have a column with the Pre-Filled-Text, you can use this in your expression. Don’t forget to use ENCODEURL()
This link to WhatsApp is a really useful tool, even more with the pre-filled-text, I understand until know that sending messages to a specific phone number is possible(or at least letting it ready to just confirm sending it), but… What about doing the same but to pre-fill the message to be sent to a WhatsApp Group?
Looking trough it I found that WhatApps groups have kind of a UniqueID, I pressume that cause when you want to share a Link for somebody to join a group appears something like this:
I presume the uniqueid or the group ID is the part after the .com/
I am planning to use this feature to send some info already loaded to the APP to a group of people in WhatsApp, the workaround for know would be to pre-fill the message with the trick you showed and sending it to a single person, then taking that message and send it to the group, but I ask in order to see if any of you know a better way to do the same (Open WhatsApp and Pre-Fill a message) but for it to be sent to a group.
Being “KbJfrbqnSZi2XXXXXXXXXX” what I assume is the group ID placed where phone number should be, the action button opens WhatsApp, but shows an error message:
“Couldn’t look up phone number KbJfrbqnSZi2XXXXXXXXXX because it’s too short.”
Hi @JA003 that’s a good question. I did some testing, but it seems not to be possible.
The WhatsApp Business API once had this feature, but it was deprecated on July 2020, maybe for security reasons.
Appsheet should naturally get tied with G Suite services and product as the time goes by, which is basically “No Doubt”. I believe you app creators would agree with it. Google Chat should be one of the service G Suite users are broadly adopting to their day to day jobs on the enterprise basis. It should be common needs “How to integrate Appsheet app with Google Chat”? Bunch of people should have been implemented this integration, but I tried it out with my app, and found it was super simple …