← All integrations

Fillout

28 operations0 webhooks

Form builder for creating advanced surveys, quizzes, and data collection workflows.

Supported operations

  • CreateWrite

    Create a Zite database with tables and fields

  • DeleteDestructive

    Permanently delete a Zite database

  • GetRead-only

    List Zite databases for the organization

  • Get By IdRead-only

    Get a Zite database with tables, fields, and views

FAQ

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

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

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

Teams use Corsair for form builder for creating advanced surveys, quizzes, and data collection workflows. Common builds include sync jobs, admin tooling, and agents that call Fillout APIs from your backend. Local DB entities let you query synced Fillout 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 Fillout 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/filloutforms in the open repo. When Fillout 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 Fillout data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Fillout data on your behalf.