eavz
Formbricks

Formbricks

Open-source survey and form builder for product and customer research

4 actions
2 triggers

Actions

Name
list_surveys

List all surveys in your Formbricks environment

get_survey

Get a specific survey by ID

get_responses

Get responses for a specific survey

custom_api_call

Make a custom API call to the Formbricks API

Triggers

Name
response_created

Triggers when a new response is started for a survey

response_finished

Triggers when a response is fully completed for a survey

Quick Start

TypeScript
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.