Loading...
Loading...
Alegra integration. Manage data, records, and automate workflows. Use when the user wants to interact with Alegra data.
npx skill4agent add membranedev/application-skills alegramembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search alegra --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 Invoices | list-invoices | No description |
| List Contacts | list-contacts | No description |
| List Items | list-items | No description |
| List Bills | list-bills | No description |
| List Estimates | list-estimates | No description |
| List Payments | list-payments | No description |
| List Users | list-users | No description |
| Create Invoice | create-invoice | No description |
| Create Contact | create-contact | No description |
| Create Item | create-item | No description |
| Create Bill | create-bill | No description |
| Create Estimate | create-estimate | No description |
| Create Payment | create-payment | No description |
| Update Invoice | update-invoice | No description |
| Update Contact | update-contact | No description |
| Update Item | update-item | No description |
| Update Estimate | update-estimate | No description |
| Get Invoice | get-invoice | No description |
| Get Contact | get-contact | No description |
| Get Item | get-item | No description |
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