I wanted to share a new node I’ve been working on: Upload to URL.
One of the biggest friction points in n8n is “handing off” files to other services. Whether it’s sending a PDF invoice to a client or a dynamic graph to a Discord webhook, you usually need a public URL.
This node simplifies that entire process into one step. It provides a dedicated, CDN-backed space for your workflow files so they load fast and securely.
Why use this?
-
No setup: You don’t need to configure your own storage providers.
-
Flexible: Handles binary data and base64 strings natively.
-
Speed: Uses a CDN for low-latency access to the files.
Installation: Search for n8n-nodes-uploadtourl in your community nodes settings.
Link: https://www.npmjs.com/package/n8n-nodes-uploadtourl
(I’ve submitted this for the n8n Cloud library, so it should be appearing there soon once the review is complete!)