You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the image is a remote URL you need to fetch it (with something like an HTTP node) then pass it to the send image node. The mime type MUST be set correctly.
Hi,
I fighting with this many hours, whats the proper way to send image to matrix room via function node?
inject node: msg.image_url = https://fastly.picsum.photos/id/793/536/354.jpg?hmac=XIFVAzAu0yVaOvzskKwSbjpxtJ4eBif_HtCf92kxsMs
---->
---->
Matrix send image node
im always getting blank message
msg.payload File | string | Buffer | ReadStream | Blob
the contents of the image to upload.
what i should have inside msg.payload? image url? can you provide some examples
The text was updated successfully, but these errors were encountered: