Loading...
Loading...
Forms On Fire integration. Manage Forms, Users, Groups. Use when the user wants to interact with Forms On Fire data.
npx skill4agent add membranedev/application-skills forms-on-firemembranenpm install -g @membranehq/cli@latestmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonconnection connectmembrane connect --connectorKey forms-on-firemembrane connection list --jsonmembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchema| Name | Key | Description |
|---|---|---|
| List Users | list-users | Retrieve a list of users from your Forms On Fire account |
| List User Groups | list-user-groups | Search and retrieve user groups from Forms On Fire |
| List Folders | list-folders | Search and retrieve folders from Forms On Fire |
| List Tasks | list-tasks | Search and retrieve tasks from Forms On Fire |
| Get User | get-user | Retrieve a specific user by ID, email, or external ID |
| Get User Group | get-user-group | Retrieve a specific user group by ID |
| Get Folder | get-folder | Retrieve a specific folder by ID, name, or external ID |
| Get Task | get-task | Retrieve a specific task by ID |
| Get Data Source | get-data-source | Retrieve a data source by ID or external ID, optionally including rows |
| Search Form Entries | search-form-entries | Search and retrieve form submission entries from Forms On Fire |
| Create User | create-user | Create a new user in Forms On Fire |
| Create User Group | create-user-group | Create a new user group in Forms On Fire |
| Create Folder | create-folder | Create a new folder in Forms On Fire |
| Create Task | create-task | Create a new task in Forms On Fire |
| Update User | update-user | Update an existing user in Forms On Fire |
| Update User Group | update-user-group | Update an existing user group in Forms On Fire |
| Update Folder | update-folder | Update an existing folder in Forms On Fire |
| Update Task | update-task | Update an existing task in Forms On Fire |
| Update Data Source | update-data-source | Update an existing data source in Forms On Fire |
| Delete User | delete-user | Delete a user from Forms On Fire |
membrane action create "DESCRIPTION" --connectionId=CONNECTION_ID --jsonBUILDINGmembrane action get <id> --wait --json--wait--timeoutstateBUILDINGREADYCONFIGURATION_ERRORSETUP_FAILEDerrormembrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane action list --intent=QUERY