
Formbricks
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Formbricks to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Sync surveys, responses, contacts, and more from Formbricks into the PostHog Data warehouse.
Create an API key under Organization settings → API keys in Formbricks. API keys are scoped to a single environment, so the connector imports that environment's data.
For self-hosted Formbricks, set your instance URL (for example https://formbricks.example.com); leave it empty for Formbricks Cloud.
Configuration
| Option | Type | Required |
|---|---|---|
Formbricks instance URL | text | No |
API key | password | Yes |
Linking Formbricks to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Formbricks
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
surveys | A survey in the environment, including its questions, triggers, and display settings. | Full refresh | — | — |
responses | A single response to a survey, including the submitted answers and respondent metadata. | Incremental, Full refresh | updatedAt, createdAt | — |
contacts | A contact (person) tracked in the environment, identified by an optional user id. | Full refresh | — | — |
contact_attributes | An attribute value set on a contact, linking a contact to an attribute key. | Full refresh | — | — |
contact_attribute_keys | An attribute key definition describing a piece of data that can be stored on contacts. | Full refresh | — | — |
action_classes | An action class (user action) that can trigger surveys, defined by code or no-code config. | Full refresh | — | — |
webhooks | A webhook registered in the environment, fired when responses are created, updated, or finished. | Full refresh | — | — |