0

According to facebook dev docs whatsApp provides 2 template.

  1. call to action
  2. Quick replies

After looking into twilio docs i did not find support for Interactive message Templates for nodejs.

Is interactive Message Templates for whatsApp not available in twilio nodejs sdk ? If available can you provide a link thanks.

1 Answers1

0

Below is information on Twilio WhatsApp templates (which are used to initiate contact to the consumer). The Twilio WhatsApp sandbox has some default templates but you must define templates for Twilio WhatsApp enabled numbers.

Send WhatsApp Notification Messages with Templates

The Twilio API for WhatsApp now supports interactive message templates. Check out the documentation for using buttons in WhatsApp templates here.

philnash
  • 70,667
  • 10
  • 60
  • 88
Alan
  • 10,465
  • 2
  • 8
  • 9
  • Sir, i think you have given wrong link. Can you recheck please. – Satadhi Halder Dec 17 '20 at 13:59
  • So if i understand correctly, once i link my whatsApp business account. I can create interactive Message Templates and use them right ? – Satadhi Halder Dec 17 '20 at 14:01
  • Correct - https://support.twilio.com/hc/en-us/articles/360039737753-Recommendations-and-best-practices-for-creating-WhatsApp-Message-Templates. – Alan Dec 17 '20 at 16:45
  • The [Twilio API for WhatsApp now supports interactive message templates](https://www.twilio.com/blog/using-whatsapp-quick-reply-buttons-for-more-engaging-customer-experiences). Check out [the documentation for using buttons in WhatsApp templates here](https://www.twilio.com/docs/whatsapp/buttons). – philnash Jun 16 '21 at 07:06
  • @philnash WhatsApp now supports interactive messages without using templates. Still waiting for solution providers like Twilio to implement this... I hope Facebook will open up their cloud-hosted API soon. See "Interactive Messages do not require templates or pre-approvals." over at https://developers.facebook.com/docs/whatsapp/guides/interactive-messages – sibbl Jun 18 '21 at 10:46
  • @sibbl you are right, all I can say is that Twilio currently supports interactive message templates, which is what the original question was asking about. Hopefully we can support interactive messages without templates too, but I don't know if or when that might be coming myself. – philnash Jun 21 '21 at 02:20