Thank you very much for this. I’ll do a bit of Googling on which one accepts 00[number]. Yes, I’ll also check if
Number contains a +
At least 13 characters.
Thanks for your help.
1 Like
To you WhatsApp’s business API you need to work with an approved vendor as far as I know. Twilio is one of them. They also have super cheap SMS rates but I know you mentioned you don’t like SMS (it’s still the default here in NA).
Try signing up for a Twilio account if you’re familiar with using API calls.
codeswept:
equires that messages should be able to be sent to numbers, even if they aren’t part of your contacts. The SHARE component only allowed us to share with contacts, and even in that the user had to select the contact name, without being able to go directly to the chat. So, I had to resort to using the SHARE component’s SMS option, which was terrible, since
In the era of WhatsApp, nobody checks SMS anymore, and
SMS costs money to send.
Now I have added this open link with the WhatsApp API using your format, and it worked! Initially, it wasn’t working because I’d forgotten about the international format requirement, but I solved it by using a join block. Is there anyway that the app can automatically put the country code? Or will 00[number] work fine for any country?
Thanks!
@codeswept thanks a ton, will consider that option once again
1 Like