Hi,
I have an existing workflow where I am using n8n default chat trigger to get some text and return some text in response.
I want to add image/s inside the response along with the texts. The images are sensitive to upload in public server and use in response.
How am I able to achieve this? What other options I should explore?
I am using n8n cloud.
Hey @Ayan_Bhunia
Alot of people use telegram etc which has file upload already, but on the chat node u can enable
Allow file uploads,
And if you need to pass bin data, you can enable this on the ai agent.
Hope this helps,
Samuel
Thanks for sharing these details. But my question is about chat response. I am trying to put image along with text from n8n to chat node output.