WhatsApp / WhatsApp-Flows-Tools

Tools and examples to help you create WhatsApp Flows https://developers.facebook.com/docs/whatsapp/flows
MIT License
45 stars 18 forks source link

Can we include image in Form? #15

Closed lokii2024 closed 1 month ago

lokii2024 commented 1 month ago
  1. want to pass dynamic image from the backend or can i include an image in form section, is it possible?
Gaafar commented 1 month ago

Yes, you can use the image component as documented here https://developers.facebook.com/docs/whatsapp/flows/reference/components#img

To make the image dynamic, you can return the base64 string from your endpoint and bind it to the image component

lokii2024 commented 1 month ago

can i get an example for dynamic image, or in data model, from backend/endpint i have to pass image src (base64) and populate, that on layout right? Can i include images between the radiobuttons, instead of text, currenlty that isn't possible in flows right?