u/Zestyclose_Pack_8493

▲ 1 r/n8n

How to upload files to CDN in n8n with one HTTP Request node

Quick tip if you need file uploads in your n8n workflows.

Workflow JSON: https://gist.github.com/mussemou/5596f9e37ab06fcb4712dcdd8d6ff102

I built FilePost (https://filepost.dev), a simple file hosting API. Wire it up in n8n with a single HTTP Request node:

Method: POST

URL: https://filepost.dev/v1/upload

Header: Authorization: Bearer YOUR_API_KEY

Body: Form Data with your file

Response: permanent public CDN URL (Cloudflare)

No S3 buckets, no IAM roles, no bandwidth fees. Free tier available.

I wrote a step by step walkthrough with screenshots here:

https://filepost.dev/blog/how-to-send-files-in-n8n-workflows

Happy to help if anyone has questions about the setup.

u/Zestyclose_Pack_8493 — 13 hours ago