← All integrations

Webflow

52 operations0 webhooks

Visual web design platform for building, hosting, and managing responsive marketing sites.

Supported operations

  • Create Asset FolderWrite

    Create a new asset folder within a site

  • Delete AssetDestructive

    Permanently delete an asset from a site

  • Get AssetRead-only

    Get details about a specific asset including content type, size, and hosted URLs

  • Get Asset FolderRead-only

    Get details about a specific asset folder including its assets and parent folder

  • List Asset FoldersRead-only

    List all asset folders within a site

  • List AssetsRead-only

    List all assets uploaded to a site with pagination

  • Upload AssetWrite

    Register an asset upload and receive a pre-signed S3 upload URL. The file itself is uploaded to S3 in a second step

FAQ

Install corsair and @corsair-dev/webflow, add the Webflow plugin, and connect with an API key or OAuth. Then call methods like corsair.webflow.api.assets.createAssetFolder() from your app. Corsair stores tokens, and syncs data per tenant.

Yes. Webflow supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Webflow developer console, then paste into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Webflow, GitHub, Notion, Stripe, and the rest. Trigger Webflow from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for visual web design platform for building, hosting, and managing responsive marketing sites. Common builds include sync jobs, admin tooling, and agents that call Webflow APIs from your backend. Local DB entities let you query synced Webflow records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Webflow API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/webflow in the open repo. When Webflow ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Webflow data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Webflow data on your behalf.