guidone / node-red-contrib-chatbot

Visually build a full featured chat bot for Telegram, Facebook Messenger, Whatsapp and Slack with Node-RED. Almost no coding skills required.
http://red-bot.io
930 stars 188 forks source link

Make possible to send images to Twilio with MediaURL #615

Open DraggonFantasy opened 1 year ago

DraggonFantasy commented 1 year ago

In this PR, I have added a new node called "Image URL" that allows users to send images by URL for the Twilio channel by utilizing the MediaURL field. Twilio does not support sending images in binary, so using a URL is the recommended method for sending images through this channel.