简体   繁体   中英

is it possible to send broadcast messages using Twilio whatsapp API

I am trying to integrate Twilio WhatsApp API with my application, is it possible to send broadcast messages using Twilio.

Twilio developer evangelist here.

You can send outbound messages over WhatsApp using Twilio. There are some constraints though.

  1. You need to get your users to explicitly opt in to receive WhatsApp messages
  2. When you send a notification to a user, if it is more than 24 hours since the user sent you a message you can only send approved template messages .
  3. Twilio Notify does not support WhatsApp, so to broadcast messages to a group of users you will need to make one API request per message using the regular Twilio messaging API .

Let me know if that helps at all.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM