I have a http node, edit image node, and then twilio node. Can I pass the image binary through to Twilio? Right now it seems like it can only output the file name/file type and not send the image binary itself
Welcome to the community @Daniel_Li !
The Twilio node does currently not support uploading data to Twilio. If you need support for that, please post it as Feature Request and add a link to the documentation of the endpoint you need implemented.
In the meantime you would have to use the HTTP Request node to do that.
Thanks @jan!
I was able to get what I needed with the Plivo integration
2 Likes
Ah great to hear that you found a solution!
Have fun!
2 Likes