Available integrations
Each platform has a tutorial showing the exact action / module / step to use. The integrations themselves are live; the dedicated landing pages are rolling out.
Zapier
Published Zapier app. Trigger an upload from any Zapier workflow.
n8n
HTTP Request node tutorial. Self-hosted or cloud, both work.
Make (Integromat)
HTTP module config + scenario examples.
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.
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.