Description
n8n-nodes-tmpfiles
This is an n8n community node for using the tmpfiles.org service in your n8n workflows. It uploads a binary file and returns a temporary download URL.
n8n is a fair-code licensed automation platform.
Profile: https://gravatar.com/mookielian
Installation
Follow the official guide: Community nodes installation
Quick steps:
- In n8n UI → Settings → Community Nodes → Install a community node
- Package name:
n8n-nodes-tmpfiles - Click Install and restart n8n if prompted
For self-hosted CLI:
npm install n8n-nodes-tmpfiles
Supported Operations
- Upload File: Accepts a binary field, uploads it to
tmpfiles.orgAPI, and returns a temporary URL.
Credentials
- Not required.
tmpfiles.orgdoes not require authentication.
Compatibility
- n8n Nodes API Version: 1
- Tested with current n8n versions. No known incompatibilities.
Usage
- Add the
Tmpfilesnode to your workflow. - Set
Input Data Field Nameto the name of your binary property (e.g.,data). - Execute the node; the output contains the temporary URL of the uploaded file.
Tip: Chain this after a node that provides binary data (e.g., HTTP Request / Read Binary File).
Resources
- n8n community nodes docs
tmpfiles.orgAPI:https://tmpfiles.org/api/v1/upload
Version History
- 0.1.0: Initial release