-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WhatsApp Template Message Media Support #366
Comments
I believe this would be possible by adding new fields to the templatePayload struct that already exists. Highlighting here some things we noticed in small tests we did. As an example media files receive url where the files are stored, and with that we would take advantage of the attachments tab in the "send message". but we would have to see in more detail how to handle the template update tasks. |
Hi @nicpottier and @rowanseymour, what do you think about this on Rapidpro? |
Hello everyone, can we discuss this point? we are very excited here to implement this and open the PR. |
Hi @ericnewcomer , I would like to discuss this with you, what do you think? |
I think we can certainly add support for this and I'm trying to understand what that entails. Does this require supporting a new API version? I'm looking at the existing template sync code and it assumes templates are made up of component types |
I would like to mention that, i think the component types still are |
For the addition of a media message template, the following modifications were thought: If it is identified that the template is a media template, in the After these modifications, it will only be necessary to add the treatment of this type of template in the Courier's WhatsApp handler, more specifically in the |
I think as a first go you could just make it work for images.. whilst leaving the door open to supporting all possible types one day. |
Hello everyone, WhatsApp provides support to template message with media, but on Rapidpro only support Template Message with Text. Can we planning here to support this?
Reference: https://developers.facebook.com/docs/whatsapp/api/messages/message-templates/media-message-templates/
The text was updated successfully, but these errors were encountered: