Can I use Twilio for sending messages on WhatsApp using my personal number. In their docs, they mention that they provide their own number for communication, but can we somehow use our own personal number? And if not, is there any other service provider (or even a hack) that I can use for doing the same thing. Basically, I want to create a script for wishing my friends happy birthday on WhatsApp.
Asked
Active
Viewed 1,797 times
-1
-
Why don't you simply use WhatsApp business account? https://developers.facebook.com/docs/whatsapp/getting-started/ – Thamaraiselvam Jul 12 '19 at 05:37
-
"Cellphones - Can be used as long as the number has not been used for WhatsApp in the last 6 months." - on the link you provided. As I mentioned, I want to send these messages from my own personal number registered with WhatsApp and being used by my regularly. – saranshabd Jul 12 '19 at 05:44
-
Possible duplicate https://stackoverflow.com/questions/38697613/is-there-anyway-to-send-whatsapp-message-using-node-js – Thamaraiselvam Jul 12 '19 at 06:01
-
The solution on this repository is invalid now. The repository has been wiped out. – saranshabd Jul 12 '19 at 06:07
-
Dude read that asnwer, "There is no official whatsapp API, whatever you can find on the internet is "illegal" and whatsapp will ban them eventually." – Thamaraiselvam Jul 12 '19 at 06:09
-
and check out that comment there is a fork of that project – Thamaraiselvam Jul 12 '19 at 06:09
-
And it is illegal according to WhatsApp Terms – Thamaraiselvam Jul 12 '19 at 06:10
-
So basically there's no way around – saranshabd Jul 12 '19 at 06:11
-
STILL THERE IS A FORK AVAILABLE - https://github.com/Willyham/botsapp – Thamaraiselvam Jul 12 '19 at 06:18
-
But, eventually it will also be banned. That's what I'm saying. There's not permanent solution. – saranshabd Jul 12 '19 at 06:20
-
Yes, and if you want to do hobby project like sending automated bday wishes then Probably you could try the same concept on Facebook. you can easily utilize messanger. – Thamaraiselvam Jul 12 '19 at 06:29
1 Answers
4
However, in order to use your own WhatsApp brand, phone number(s), and message templates through Twilio, your use case must be reviewed and approved by WhatsApp. Twilio is working directly with WhatsApp to handle approvals for our customers. As of early 2019, approvals are in limited availability, so many customers are still testing with the Sandbox.
Something that caught my eye in twilio whatsapp docs.
I guess for now you should stick to the sandbox environment twilio has setup and for sending birthday wishes it should be good as it has a daily limit of 1000 unique users.
I hope this helps.

PrivateOmega
- 2,509
- 1
- 17
- 27
-
I also read this. But the problem with this solution in my case is that it won't seem natural. A birthday wish coming from a number say, +413739221, is kinda making me not use it. – saranshabd Jul 12 '19 at 05:30
-
Plus one more catch in the solution, all the users (in my case, friends) must be registered with the sandbox. That's a real bummer. – saranshabd Jul 12 '19 at 05:37
-
yes, I get it. But I guess you won't be able to do it with twilio. However there are other solutions. Check this out https://github.com/dwintechnology/whatsapp-chapi – PrivateOmega Jul 12 '19 at 05:37
-
There's also this library, but use with care as it might result in a ban for your phone number on whatsapp platform, but this is for python, maybe you can change your preferred language https://github.com/tgalal/yowsup. It's js wrapper https://www.npmjs.com/package/yowjs – PrivateOmega Jul 12 '19 at 05:40
-
What about this whatsapp-chapi? Does this also comes with consequences??? – saranshabd Jul 12 '19 at 05:48
-
@saranshabd I don't think so, but don't take my word for it because I have not used it. Maybe a quick google search would help you in that matter. – PrivateOmega Jul 12 '19 at 05:55