Loading...
Loading...
Everee integration. Manage Companies. Use when the user wants to interact with Everee data.
npx skill4agent add membranedev/application-skills evereemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search everee --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 Workers | list-workers | Retrieve a paginated list of worker data structures (employees and contractors) |
| List Payable Items | list-payables | Retrieve a paginated list of payable items with optional filters |
| List Shifts | list-shifts | List shifts on an employee's timesheet within a date range |
| List Pay Statements | list-pay-statements | Retrieve a list of available pay statements for a worker |
| List Work Locations | list-work-locations | Retrieve a list of work locations configured for the company |
| List Approval Groups | list-approval-groups | Retrieve a list of approval groups configured for the company |
| Get Worker by ID | get-worker | Retrieve detailed information about a specific worker (employee or contractor) |
| Get Payable Item by ID | get-payable | Retrieve details of a specific payable item by its ID |
| Get Shift by ID | get-shift | Retrieve details of a specific shift by its ID |
| Get Work Location | get-work-location | Retrieve details of a specific work location by its ID |
| Create Payable Item | create-payable | Create a new payable item for non-hourly payments like bonuses, reimbursements, or commissions |
| Create Shift | create-shift | Add a shift to an employee's timesheet to record hours worked on the clock |
| Create Work Location | create-work-location | Create a new work location for the company |
| Create Approval Group | create-approval-group | Create a new approval group for organizing workers |
| Update Payable Item | update-payable | Update an existing payable item that hasn't been paid yet |
| Update Shift | update-shift | Update an existing shift on an employee's timesheet |
| Delete Payable Item | delete-payable | Delete a payable item that hasn't been paid yet |
| Delete Shift | delete-shift | Delete a shift from an employee's timesheet. |
| Search Workers | search-workers | Search for workers by name, email, or external ID |
| Get Worker Pay History | get-worker-pay-history | Retrieve a list of payments that have been paid out to a specific worker |
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