Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twilio whatsapp integration

Is it possible to send/receive SMS from whatsapp using twilio number? Anybody tried twilio with whatsapp? I asked customer care, if it is possible, he said, not sure but many people asked about that.

like image 646
kranthi sai Avatar asked Aug 30 '17 22:08

kranthi sai


People also ask

How do I integrate WhatsApp into Twilio?

Manage and Configure Your WhatsApp-enabled Twilio Numbers To manage your own templates and your WhatsApp profile, go to Messaging > Senders > WhatsApp Senders in the Console. Here, you can see the list of your WhatsApp-enabled Twilio phone numbers (senders) as well as any templates that you have submitted for approval.

Is Twilio WhatsApp API free?

In addition to the WhatsApp conversation charge, customers will continue to incur the Twilio flat fee of $0.005 per message. Your first 1,000 conversations each month won't incur any WhatsApp fee (Twilio per-message costs still apply). These free conversations can be both business-initiated and user-initiated.

What does Twilio do for WhatsApp?

The Twilio API for WhatsApp is the quickest way to add two-way messaging on WhatsApp into your web application. With the same Twilio API you use for SMS, you can easily add WhatsApp capabilities to your application by changing just two lines of code.

Can Twilio number be used for WhatsApp?

Yes, Twilio Hosted SMS numbers are supported for WhatsApp messaging.


2 Answers

In case anyone else lands here, Twilio just released a WhatsApp integration via their new Business API

https://www.twilio.com/whatsapp

like image 172
AxelTheGerman Avatar answered Oct 05 '22 05:10

AxelTheGerman


Twilio developer evangelist here.

Whatsapp do not have an API, so it is not possible to send or receive messages to Whatsapp using the Twilio API either.

If you are looking to send and receive messages to services like Whatsapp, then you might be interested in Twilio Channels. Channels are the various APIs that we are integrating into the one Twilio API so it's easy for you to send to all these third party services.

Channels lets you send and receive messages to services like:

  • Facebook
  • Slack
  • HipChat
  • Line
  • SendGrid (for email)
  • Twitter
  • Amazon Alexa
  • Viber

And will be supporting the following soon:

  • WeChat
  • Kik
  • BBM

You can sign up for early access to Channels here: https://www.twilio.com/marketplace/channels

like image 21
philnash Avatar answered Oct 05 '22 06:10

philnash