Actions
| Name | Description |
|---|---|
list_formsList all typeforms in your account | List all typeforms in your account |
get_formGet a specific typeform by ID | Get a specific typeform by ID |
get_responsesGet responses for a typeform | Get responses for a typeform |
get_responseGet a specific response by response token | Get a specific response by response token |
custom_api_callMake a custom API call to the Typeform API | Make a custom API call to the Typeform API |
Triggers
| Name | Description |
|---|---|
new_submissionTriggers when a new response is submitted to a typeform | Triggers when a new response is submitted to a typeform |
Quick Start
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.