Loading...
Loading...
Feathery integration. Manage Organizations, Users. Use when the user wants to interact with Feathery data.
npx skill4agent add membranedev/application-skills featherymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search feathery --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 |
|---|---|---|
| Get Workspace | get-workspace | Retrieve a specific workspace by ID |
| List Workspaces | list-workspaces | List all workspaces in your Feathery account |
| Get Account Information | get-account | Retrieve information about the current Feathery account |
| Delete Document Envelope | delete-document-envelope | Delete a specific document envelope by ID |
| List Document Envelopes | list-document-envelopes | List document envelopes for document templates |
| Fill Document Template | fill-document | Fill out and/or sign a document template that you've configured in Feathery |
| List Form Submissions | list-submissions | List submission data for a specific form with filtering options |
| Create or Update Submission | create-submission | Set field values for a user and initialize form submissions |
| Get User Data | get-user-data | Get all field data submitted by a specific user |
| Delete User | delete-user | Delete a specific user by ID |
| Create or Fetch User | create-user | Create a new user or fetch an existing user. |
| List Users | list-users | List all users in your Feathery account |
| Delete Form | delete-form | Delete a specific form by ID |
| Update Form | update-form | Update a form's properties including status and name |
| Get Form | get-form | Retrieve a specific form schema by ID |
| List Forms | list-forms | List all forms in your Feathery 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