Developer Platforms

Netlify + Foldr Integration

Netlify is the original Jamstack deployment platform. Offload large assets to Foldr to keep Netlify bandwidth costs down, and hook into Netlify build events via webhooks to publish build artifacts.

Netlifyvia WebhookNetlify docs

How to Connect Netlify to Foldr

1

Create an inbound webhook in Netlify

In Netlify's webhook / automation settings, add a new webhook that fires on the event you care about.

2

Point the webhook at Foldr

Use https://foldr.space/api/v1/webhooks/ingest?token=<your-foldr-webhook-token> — Foldr accepts JSON bodies and deduplicates by source ID.

3

Add an outgoing Foldr webhook (optional)

If you want events to flow the other way (Foldr → Netlify), add your Netlify webhook URL to your Foldr workspace settings.

Common Use Cases

  • Upload CI job artifacts from Netlify to Foldr for shareable public URLs
  • Store Netlify backups on Foldr on a cron schedule
  • Attach Foldr URLs to Netlify issues, PRs, or runs
  • Post Foldr links to Netlify dashboards or alerts

Netlify + Foldr FAQ

How do I connect Foldr to Netlify?

You connect Foldr to Netlify via Webhook. Full steps are listed above under "How to Connect". In short: create a Foldr API key, configure the Webhook integration pointed at https://foldr.space/api/v1/, and map Netlify's data into Foldr's request body.

Do I need a paid Foldr plan to use Netlify with Foldr?

The Foldr free tier supports basic uploads via the API with 7-day expiry. For integration use with Netlify — higher rate limits, permanent storage, multiple API keys, and webhook subscriptions — Foldr Pro (from $5/mo) is recommended.

What Foldr features can I call from Netlify?

From Netlify you can invoke any Foldr action: uploading files (up to 2 GB each), creating short links, generating bio pages, creating hosted forms, and reading download analytics. See the Foldr API docs for the full endpoint list.

Is there an official Foldr app for Netlify?

Not a first-party app — Foldr integrates with Netlify through Webhook, which is usually a better fit because it doesn't require installing an extra app. If you'd rather have a native integration, let us know at foldr.space/contact.

Related Developer Platforms Integrations

Start connecting Netlify to Foldr

Grab a Foldr API key and wire up the steps above — most teams get the first end-to-end flow running in under ten minutes.

Get your Foldr API key