Available integrations
Start with the verified n8n node or public Zapier beta. For Make and other tools, the guide shows the exact built-in HTTP module settings—no imaginary custom app required.
n8n — verified node
The most-used FilePost integration. Install the verified community node or use the HTTP Request fallback.
Zapier — public beta
Upload files, create intake links, list files, and delete files from Zaps. The guide links directly to the live Zapier app.
Make — HTTP module
A tested multipart/form-data recipe using Make's built-in HTTP module. FilePost does not claim a native Make app.
Pipedream
Live Pipedream app. Auto-suggest steps in the workflow editor.
Airtable
Permanent URLs for Airtable attachments — fixes the expiring-URL problem.
ClickUp
Public, permanent URLs for ClickUp file attachments.
Google Sheets
Pipe upload URLs into Sheets via Apps Script or Zapier.
Why integrate via API rather than build into each tool
The FilePost API is small enough that any tool with an HTTP request block can talk to it — that's literally every automation platform that exists. We publish dedicated apps where the platform supports them (Zapier, Pipedream) and tutorials where it doesn't.
Best Zap templates to start with
The most useful Zap templates are the ones that turn temporary attachments into permanent URLs and then store or notify with that URL.
- Gmail attachment to FilePost to Google Sheets: archive inbound documents, invoices, resumes, or assets and store the permanent CDN URL in a spreadsheet.
- Typeform upload to FilePost to Slack: collect files from forms and post a clean, permanent link to a team channel.
- Google Drive new file to FilePost to Airtable: create CDN-backed public URLs for files added to a folder and save them on Airtable records.
- New Airtable attachment to FilePost: replace expiring Airtable attachment URLs with permanent FilePost links.
- Webhook file URL to FilePost to CRM: receive a file URL from any app, upload it to FilePost, then attach the permanent URL to HubSpot, Pipedrive, or another CRM.
Don't see your tool?
If it can fire an HTTP request, it can call FilePost. Pattern: POST multipart form data to https://filepost.dev/v1/upload with X-API-Key header, get JSON back with the permanent URL. Full API docs.