-1

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.

saranshabd
  • 55
  • 1
  • 8

1 Answers1

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