Tweeting images using http request

I followed this thread to post image on my twitter account and successfully tweeted using jan’s solution

Is the image posted on twitter is downloaded and stored to the system? if so where is it located and does it automatically deletes itself?

The image is kept on memory; hence when the workflow finishes, it is removed. If you want to store the image, you can use the Write Binary File node.

2 Likes

That’s good to know. Thanks!