← All integrations

Typeform

35 operations1 webhook

Conversational form builder for surveys, quizzes, lead capture, and interactive questionnaires.

Supported operations

  • CreateWrite

    Create a new form

  • DeleteDestructive

    Permanently delete a form

  • GetRead-only

    Get a form by ID

  • Get MessagesRead-only

    Get custom messages for a form

  • ListRead-only

    List all forms in the account

  • PatchWrite

    Partially update a form using JSON Patch operations

  • UpdateWrite

    Replace a form with a new version (PUT)

  • Update MessagesWrite

    Update custom messages for a form

Supported triggers

  • Form Response

    A form was submitted — Typeform delivers the full response payload

FAQ

Install corsair and @corsair-dev/typeform, add the Typeform plugin, and connect with OAuth. Then call methods like corsair.typeform.api.forms.create() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. Typeform needs an OAuth app with scopes that match what you automate. Register the app in Typeform, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.

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

Teams use Corsair for conversational form builder for surveys, quizzes, lead capture, and interactive questionnaires. Common builds include sync jobs, admin tooling, and agents that call Typeform APIs from your backend. Webhook handlers react to Typeform events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Typeform 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 Typeform 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/typeform in the open repo. When Typeform 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 Typeform data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Typeform data on your behalf.