Loading...
Loading...
Formbricks integration. Manage Organizations. Use when the user wants to interact with Formbricks data.
npx skill4agent add membranedev/application-skills formbricksmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search formbricks --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Attribute Classes | list-attribute-classes | Retrieve all attribute classes for targeting users based on attributes |
| Get Me | get-me | Retrieve account and environment information associated with the API key |
| Delete Action Class | delete-action-class | Delete an action class by ID |
| Create Action Class | create-action-class | Create a new action class for triggering surveys based on user behavior |
| List Action Classes | list-action-classes | Retrieve all action classes for triggering surveys based on user behaviors |
| Delete Webhook | delete-webhook | Delete a webhook by ID |
| Create Webhook | create-webhook | Create a new webhook to receive real-time notifications |
| List Webhooks | list-webhooks | Retrieve all webhooks in the environment |
| Delete Person | delete-person | Delete a person by ID |
| Get Person | get-person | Retrieve a specific person by ID |
| List People | list-people | Retrieve all identified people from the environment |
| Delete Response | delete-response | Delete a response by ID |
| Get Response | get-response | Retrieve a specific response by ID |
| List Surveys | list-surveys | Retrieve all surveys in the environment |
| List Responses | list-responses | Retrieve all responses, optionally filtered by survey ID |
| Get Survey | get-survey | Retrieve a specific survey by ID |
| Delete Survey | delete-survey | Delete a survey by ID |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY