I wanted to know if its possible to send whatsapp messages to individual numbers or a group through whatsapp. And i want it to be free(as this is a general friends chat)
any other sms sending API is fine as long as it is free
yes, like the message depends on the option the user selects ,
let me brief on my app, its quite simple, like the user clicks on the pdf he prefers to view, since there are no download options in thunkable as of now, i am planning to send the download link to the user when he/she clicks download. so i need to send this link to the user through platforms such as whatsapp or SMS. this is my requirement !!!
thanks @aaminahmansuri59h , i get what you have said but the main problem here is to send the whatsapp messages from a particular number(mine) and not the user’s number (account), this facilitates the user to get messages. Aaprt from whatsapp are ther any free
SMS apis to do this ?
@muneer thank you very much for that! My app requires 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!
One of them accepts leading 00 and the other one doesn’t. I’m not sure which is which but both of them requires country code with the number.
I check the length of the phone number entered if less than 12 (in my case) then I remind the user to enter both country code and phone number.
With business account you can actually listen to messages and respond to them. The business WhatsApp allows sending marketing messages to group of users, too.
I’m not sure if I answered your question or not but was just spreading out what I know