My New 2 Nodes For N8N

Hey Guy’s,

I’ve just released two new community nodes for n8n!

File Uploader NodeThis node uploads binary images directly to your n8n instance and generates atemporary link. No more relying on ImgBB or other 3rd-party services!You can set an expiration timer, and the image will automatically deleteonce the time is up.

:backhand_index_pointing_right: https://www.npmjs.com/package/n8n-nodes-fileuploader-by-imran

Facebook Automation NodeStop wasting time copy-pasting Facebook Graph API endpoints. With this node,you don’t have to set up page credentials for every single API call.Just configure your credentials once in the node and you’re good to go!

:backhand_index_pointing_right: https://www.npmjs.com/package/n8n-nodes-facebook-by-imran

1 Like

nice, the file uploader is exactly what i needed for a project actually. does it handle concurrent uploads without locking, or is it single-threaded?

1 Like

not sure. but we can upload many files

Thanks for the response! That makes sense. I’ll check the source code myself to understand the concurrency handling. Either way, looks like a useful node for our use case.

1 Like