Formbricks
Open-source survey and form builder for product and customer research
Actions
| Name | Description |
|---|---|
list_surveysList all surveys in your Formbricks environment | List all surveys in your Formbricks environment |
get_surveyGet a specific survey by ID | Get a specific survey by ID |
get_responsesGet responses for a specific survey | Get responses for a specific survey |
custom_api_callMake a custom API call to the Formbricks API | Make a custom API call to the Formbricks API |
Triggers
| Name | Description |
|---|---|
response_createdTriggers when a new response is started for a survey | Triggers when a new response is started for a survey |
response_finishedTriggers when a response is fully completed for a survey | Triggers when a response is fully completed for a survey |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'formbricks',
actionName: 'list_surveys',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Formbricks to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Formbricks support?
Formbricks supports 4 actions including List Surveys, Get Survey, Get Responses, Custom API Call.
Can I use Formbricks with AI agents?
Yes. Add Formbricks 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 Formbricks use?
Formbricks uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Formbricks integration cost?
The Formbricks integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Formbricks support?
Formbricks supports 2 triggers including Response Created, Response Finished.
Connect Formbricks in 2 minutes
Get 1,000 free actions every month. No credit card required.