eavz
Typeform

Typeform

Build beautiful forms, surveys, quizzes, and collect responses

5 actions
1 trigger

Actions

Name
list_forms

List all typeforms in your account

get_form

Get a specific typeform by ID

get_responses

Get responses for a typeform

get_response

Get a specific response by response token

custom_api_call

Make a custom API call to the Typeform API

Triggers

Name
new_submission

Triggers when a new response is submitted to a typeform

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'typeform',
  actionName: 'list_forms',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Typeform to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Typeform support?

Typeform supports 5 actions including List Forms, Get Form, Get Responses, Get Response, Custom API Call.

Can I use Typeform with AI agents?

Yes. Add Typeform to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Typeform use?

Typeform uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Typeform integration cost?

The Typeform integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Typeform support?

Typeform supports 1 triggers including New Submission.

Connect Typeform in 2 minutes

Get 1,000 free actions every month. No credit card required.