Loading...
Loading...
Bilflo integration. Manage data, records, and automate workflows. Use when the user wants to interact with Bilflo data.
npx skill4agent add membranedev/application-skills bilflomembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search bilflo --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 Clients | list-clients | Get all clients for the company |
| Get Client | get-client | Get a specific client by ID |
| Get Team Member | get-team-member | Get a specific team member by ID |
| Get Contractor | get-contractor | Get a specific contractor by ID |
| Get Direct Hire Job | get-direct-hire-job | Get a specific direct hire job by ID |
| Get Contract Job | get-contract-job | Get a specific contract job by ID |
| Create Client | create-client | Create a new client |
| Create Team Member | create-team-member | Create a new team member |
| Create Contractor | create-contractor | Create a new contractor |
| Create Direct Hire Job | create-direct-hire-job | Create a new direct hire job |
| Create Contract Job | create-contract-job | Create a new contract job |
| Update Client | update-client | Update an existing client |
| Update Team Member | update-team-member | Update an existing team member |
| Update Contractor | update-contractor | Update an existing contractor |
| Get Pay/Bill Items | get-pay-bill-items | Get all pay/bill items for the company |
| Get Payment Terms | get-payment-terms | Get all payment terms for the company |
| Get Workers Comp Codes | get-workers-comp-codes | Get all workers compensation codes for the company |
| Get Remittances | get-remittances | Get all remittances for the company |
| Get Overtime Rules | get-overtime-rules | Get all overtime rules for the company |
| Get States | get-states | Get all states for the company |
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