Formbricks
forms & surveys 45 tools availableFormbricks is an open-source platform for building and managing surveys, enabling organizations to collect and analyze user feedback effectively.
About this integration
Connect Formbricks to Definable to automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas call Formbricks's 45 tools directly from chat or scheduled flows. You can wire it into any persona to read, write, and react when an event fires.
Connect Formbricks to Definable and it becomes a set of typed tools your agents plan with — triggered by events, run on schedules, or invoked mid-conversation. Every write is checked by the verifier before it lands.
Formbricks · in workflows
What teams actually run.
Three patterns teams run with Formbricks on day one. Each one is a plain-English prompt — no canvas, no glue code — and you can remix them into anything.
Daily summary
Cross-tool sync
45 tools available
The Formbricks toolbox.
Every Formbricks capability your agents can call, each with a typed schema the planner reads. The router picks the right tool per step; the verifier checks the result.
Check Health Tool to check the health status of the Formbricks API. Use when you need to verify that the API is operational and responding to requests.
Create Action Class Tool to create a new action class. Use when defining custom action logic in your environment.
Create Attribute Class Creates a new attribute class (custom contact attribute) in Formbricks. Attribute classes define the schema for contact attributes used for segmentation and personalization. Each attribute must have a unique key within the environment. Common examples include 'plan', 'tier', 'company', or custom business-specific attributes. Use this when you need to define new contact attribute types before tracking user data.
Create Client User Tool to create or identify a user within a specified environment. If the user already exists, this will identify them and potentially update user attributes. If they don't exist, it will create a new user. Use when you need to register or update users in the client API for survey targeting.
Create Contact Creates a new contact in a Formbricks environment. A contact represents a person or entity tracked in Formbricks for survey responses and interactions. The email serves as the unique identifier within an environment - if a contact with the same email already exists, this will update the existing contact. Use this action when you need to: - Register a new contact for survey distribution - Add contact information before sending surveys - Create or update contact records with custom attributes Prerequisites: - An environment ID (use GET_ME to retrieve available environments) - All attribute keys must exist in the environment (email is always available) - Write permissions on the API key
Create Display Create a display record to track when a survey is shown to users. Displays are used to measure survey view counts and can optionally be linked to a specific user. Use this after obtaining valid survey and environment IDs to register that a survey was displayed.
Create Survey Response Tool to create a response for a survey. Use after collecting all survey answers.
Create Survey Tool to create a new survey. Use after defining survey details and questions.
Create Webhook Tool to create a new webhook. Use when you need to register an external endpoint to receive form response events.
Delete Attribute Class Tool to delete an attribute class. Use when you need to remove an attribute class by its ID after confirming it's no longer needed.
Delete Person Tool to delete a person. Use when you need to remove a person's record from Formbricks after confirming the ID.
Delete Survey Response Tool to delete a survey response by its ID. Use when you need to remove an existing response after confirming its ID.
Delete Survey Deletes a survey from Formbricks by its unique identifier. Use this action when you need to permanently remove a survey. The deletion cannot be undone. Before deletion, ensure you have the correct survey ID - you can list surveys first to verify. Returns the deleted survey's data including its ID, name, type, status, and timestamps.
Delete Team Tool to delete an organization team by its ID. Use when you need to permanently remove a team from an organization. Requires write permissions on the organization. Returns the deleted team's details including ID, name, timestamps, and organization ID.
Delete Webhook Tool to delete a webhook by ID. Use when you need to remove an existing webhook from Formbricks. Use after confirming the webhook ID.
Get Account Info Retrieves environment information for the authenticated API key. Returns details about the environment (development or production) including the associated project and setup completion status. This is useful for understanding which environment and project you're working with.
Get All Contacts Tool to retrieve all contacts within the organization. Use when you need a complete list of contacts.
Get Attribute Class Tool to get a specific attribute class by ID. Use when you need to retrieve details of a specific attribute class for inspection or validation.
Get Client Contacts State Tool to get the current state of a contact including surveys and segment information. Use when you need to retrieve tracking data for a specific user, including their segment memberships, survey displays, and response history. This endpoint uses the v2 client API.
Get Contact Attribute Key Tool to retrieve detailed information about a specific contact attribute key by ID (v2 API). Use when you need to inspect the properties of a contact attribute key such as its type, uniqueness requirement, or associated environment.
Get Contact by ID Tool to retrieve a specific contact by its ID. Use when you need to fetch detailed information about a single contact.
Get Me Tool to retrieve current authenticated organization's and environment details. Use when you need to fetch organization and environment information for the current API key.
Get Person by ID Tool to retrieve a person by their internal ID in Formbricks. Use when you need detailed information about a specific person, including all their custom attributes. The person ID can be obtained from the Get All Persons endpoint.
Get Responses Retrieve survey responses with flexible filtering, sorting, and pagination. Use this tool to: - List all responses across surveys or filter by specific surveyId - Filter responses by contactId to see submissions from a specific contact - Apply date range filters (startDate/endDate) with filterDateField - Sort by creation or update time (sortBy: createdAt/updatedAt) - Paginate through large result sets (limit: 1-250, skip for offset) Returns detailed response data including answers, completion status, timestamps, contact attributes, time-to-complete metrics, and pagination metadata.
Get Roles Tool to retrieve all available roles in the system. Use when you need system roles for access control.
Get Webhook Tool to retrieve details of a specific webhook. Use when you need to inspect a webhook's configuration by ID.
List Action Classes List all action classes in your Formbricks environment. Action classes define trackable user interactions (like clicks, page views, form submissions) that can trigger surveys or be used in targeting logic. Use this to discover what actions are available for survey triggers and audience segmentation.
List Attribute Classes Tool to list all attribute classes. Use when you need to retrieve existing attribute classes for segmentation or management.
List Client Environment Tool to retrieve environment state for Formbricks SDKs. Use when you need to fetch the complete environment configuration including surveys, action classes, and project settings. Note: This endpoint uses server-side caching with a 5-minute TTL, so changes may take up to 5 minutes to reflect.
List Contact Attribute Keys Tool to retrieve contact attribute keys from Formbricks. Use when you need to list all available contact attributes for segmentation, filtering, or contact management. Supports pagination, sorting, and date filtering.
List Health Tool to check the health status of critical application dependencies including database and cache. Use when you need to verify that Formbricks services are operational.
List Management Contact Attributes Tool to retrieve all contact attributes in the environment. Use when you need to view custom data stored for contacts across the organization.
List Management Me Tool to retrieve authenticated user's environment and project information. Use when you need to get details about the environment associated with the current API key, including project details and setup status.
List Management People Tool to retrieve all people (legacy term for contacts) in the environment. Use when you need a complete list of people with their attributes.
List Organizations Project Teams Tool to list all project-team assignments for an organization (v2 API only). Use when you need to retrieve which teams are assigned to which projects, along with their permission levels. Supports filtering by team, project, date range, and pagination.
List Organization Teams Tool to retrieve all teams in an organization (v2 API). Use when you need to list teams within a specific organization, with support for pagination, sorting, and date-based filtering. Returns team details including ID, name, timestamps, and organization ID.
List Surveys List all surveys in the environment. Use this tool to: - Retrieve all surveys with complete configuration details - Access survey questions, endings, triggers, and styling - View survey status and metadata (created/updated timestamps, creator) - Get display settings, targeting, and language configurations Returns complete survey objects including questions, endings, welcome cards, triggers, display options, styling, and all other configuration settings.
List Webhooks List all webhooks configured for the current environment. Returns webhooks with pagination support and optional filtering by survey IDs, date ranges, and sorting. Use this action to retrieve webhook configurations, check which surveys have webhooks enabled, or audit webhook settings.
Update Contact Attributes Tool to update a contact's attributes in Formbricks. Use when you need to keep contact information in sync with your app or set custom attributes.
Update Survey Response Tool to update an existing survey response. Use after identifying the response to modify.
Update Survey Updates an existing Formbricks survey with new properties. Only include fields you want to modify - all fields except 'id' are optional. Common use cases: - Change survey status (e.g., from 'draft' to 'inProgress' to make it live) - Update survey name or closed message - Modify display settings (delay, frequency, percentage) - Add/update questions, welcome cards, or ending screens - Configure triggers and targeting Requires: Valid survey ID (get from List Surveys or Create Survey actions)
Update Webhook Tool to update an existing webhook. Use when you need to apply modifications to a webhook's configuration.
Upload Bulk Contacts Upload multiple contacts to a Formbricks environment in bulk (up to 250 per request). Each contact must include an 'email' attribute with a valid email address. Additional attributes like firstName, lastName, or custom fields can be included. The API returns status 200 for full success or 207 for partial success with details about skipped contacts. Use this tool when you need to efficiently import multiple contacts at once instead of creating them individually.
Upload Private File Tool to obtain S3 presigned upload data for a private survey file. Use after confirming environmentId and surveyId.
Upload Public File Retrieves S3 presigned upload URLs and form fields for uploading a public file to Formbricks storage. Returns signed URL and presigned fields needed to upload files directly to S3. Maximum file size: 5MB. Uploaded files are publicly accessible. Requires write permissions on the specified environment.
See it run
One prompt, start to finish.
A real prompt, the Formbricks tools it calls, and what comes back. This is the whole interface — describe the outcome, agents handle the rest.
Run a real Formbricks task end-to-end — plan it, execute across the API, and hand back a verified result.
formbricks.check_health Tool to check the health status of the Formbricks API. Use when you need to verify that th formbricks.create_action_class Tool to create a new action class. Use when defining custom action logic in your environme formbricks.create_attribute_class Creates a new attribute class (custom contact attribute) in Formbricks. Attribute classes · verified Done. Formbricks responded across 3 calls, the verifier signed off, and the result is logged with every payload.
Pairs well with Formbricks
Connect Formbricks to your stack with Workflow
AI-native automation between Formbricks and 80+ other tools — built, run, and self-healed by Workflow.
FAQ · Formbricks
Questions, answered.
What teams ask before connecting Formbricks.
01 What can I automate with Formbricks on Definable?
Anything Formbricks exposes through its API. Common forms & surveys workflows on Definable include automate repetitive tasks, sync data with the rest of your stack, trigger on real-world events. Personas can call any of the 45 Formbricks tools directly, then chain the result into another integration without you writing code.
02 How does Formbricks authentication work?
Formbricks uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
03 Is the Formbricks integration included in my Definable plan?
Yes — every Definable plan, including Starter, includes access to all 45 Formbricks tools. You only need a separate Formbricks subscription if Formbricks itself charges per seat or per API call.
04 Is using Formbricks through Definable secure?
Every call from a persona to Formbricks is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
05 How do I get started with Formbricks on Definable?
Sign up for Definable, open the integrations page, find Formbricks, and connect via OAuth or API key. You can immediately attach Formbricks to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
06 What Formbricks actions does Definable expose?
Definable exposes all 45 Formbricks actions as callable tools — including `Check Health`, `Create Action Class`, `Create Attribute Class`, plus 42 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Put Formbricks to work tonight.
Connect in two clicks, describe an outcome, and your first workflow is live in minutes. Free plan included — no card required.