0

I can create a whatsapp interactive message with twilio, like a quick buttons?

How can I send this, if I have my whatsapp number and I already use the twilio whatsapp service?

This is the facebook documentation about this:

https://developers.facebook.com/docs/whatsapp/api/messages/message-templates/interactive-message-templates/?locale=es_LA

1 Answers1

1

Edit

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


Twilio developer evangelist here.

Currently you cannot send interactive messages using the Twilio API for WhatsApp. That may change in the future though. If you have set up your WhatsApp number and you were in touch with an account executive, I recommend speaking with them.

philnash
  • 70,667
  • 10
  • 60
  • 88
  • any update on this, Phil? – Petrus Theron Nov 11 '21 at 13:54
  • The only update I have was the latest edit to the post. Twilio supports interactive messages in WhatsApp through templates. Check out the links in my answer above. – philnash Nov 11 '21 at 23:26
  • Thanks. As May, 2023 seems like Twilio does not support interactive list messages. – Roberto Rodriguez May 09 '23 at 20:53
  • 2
    I recommend that you check out the [docs of the Content API](https://www.twilio.com/docs/content-api) which is currently in private beta and request to join the beta :) – IObert May 09 '23 at 22:23
  • 1
    Thank you very much. I see they have the Interactive lists message in this version. https://www.twilio.com/docs/content-api/twilio-list-picker – Roberto Rodriguez May 10 '23 at 01:13
  • Do I need to first create a template using the contents API and then would be able to send interactive messages in a User-Initiated Conversation too? Can't I create the message and directly send it? – Avinash Jul 28 '23 at 08:36
  • Correct, you need to create a template via the content editor or content api and use this one then. – IObert Jul 29 '23 at 10:16