Operator
← All integrations
Formbricks logo

Connect Formbricks to OpenClaw on Operator.io

Formbricks is an open-source platform for building and managing surveys. It helps organizations collect and analyze user feedback efficiently.

Automate Formbricks with AI

Your OpenClaw agent lives on Operator and treats Formbricks as one more service it can drive. Send it an outcome in a Telegram or Discord message and it works out which of the 45 Formbricks actions to run, then runs them.

Your agent reaches Formbricks directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.

What your agent can do with Formbricks

Your agent can call any of these Formbricks actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.

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

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

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

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

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

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

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

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

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

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

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

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, a...

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

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, cr...

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

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) - Upda...

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

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

How to connect Formbricks

You authorize Formbricks once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Formbricks without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.

When you are ready, the get started guide walks through standing up your OpenClaw agent.

Common questions about Formbricks

How do I connect Formbricks to Operator?
Connecting Formbricks is a one time sign in from your Operator dashboard. Operator keeps the connection live and rotates the token on its own, so the agent stays connected to Formbricks and you never reauthorize by hand.
Can my agent pull and update data in Formbricks?
Yes. It can read records, write new ones, and answer questions about what is stored. Point it at Formbricks and ask for a figure or a list, or have it keep a table in step with another app you have connected, all in plain language.
Do I need to write code or manage Formbricks API keys?
No. Operator manages the Formbricks connection and token refresh, so there are no API keys to paste and nothing to deploy.
Can my agent use Formbricks together with my other apps?
Yes. The same agent reaches every app you connect, so it can move between Formbricks and tools like Gigasheet, Nasa, Api ninjas in one job, reading from one and acting in another without you wiring anything between them.

Connect Formbricks to another app

Your agent can run Formbricks together with any of these. Each page shows what it does across both apps in one job.

More apps to automate

Apps your agent runs alongside Formbricks, or browse all integrations.

Put your agent on Formbricks

Sign in, connect Formbricks, and hand your agent the work. Your first week is free.

Try for free