Loading...
Loading...
Formsite integration. Manage Forms, Users. Use when the user wants to interact with Formsite data.
npx skill4agent add membranedev/application-skills formsitemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search formsite --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 |
|---|---|---|
| Delete Webhook | delete-webhook | Delete an existing webhook subscription for a form by its URL |
| Create Webhook | create-webhook | Create a new webhook subscription for a form. |
| List Webhooks | list-webhooks | Get the list of webhooks configured for a form |
| Get Form Results | get-form-results | Get form submission results with optional filtering, pagination, and sorting |
| Get Form Items | get-form-items | Get the list of items (fields) in a form that appear in results |
| Get Form | get-form | Get details of a specific form |
| List Forms | list-forms | Get a list of all forms in the account |
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