GTBitsOfGood / hdg-chatbot

An Azure Functions (FaaS) Serverless WhatsApp/SMS chatbot that leverages the Twilio API and a MongoDB backend to guide users through educational modules created by Health and Development in Guatemala, an Emory-based organization.
GNU General Public License v3.0
4 stars 1 forks source link

Multimedia messaging functionality fixed! #12

Closed alexb8z closed 3 years ago

alexb8z commented 3 years ago

Matt and I already tested this, but basically, I changed the way we handle sending out images from the chatbot. We also decided not to loop through the array since WhatsApp/Twilio can only handle one MMS at a time for now.