Loading...
Loading...
Faktoora integration. Manage Organizations. Use when the user wants to interact with Faktoora data.
npx skill4agent add membranedev/application-skills faktooramembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search faktoora --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 Incoming Invoices | list-incoming-invoices | Retrieve a paginated list of incoming (received) invoices with optional filtering and sorting |
| List Outgoing Invoices | list-outgoing-invoices | Retrieve a paginated list of outgoing (sent) invoices with optional filtering and sorting |
| List Products | list-products | Retrieve a paginated list of products with optional filtering and sorting |
| List Customers | list-customers | Retrieve a paginated list of customers with optional filtering and sorting |
| Get Invoice by Faktoora ID | get-invoice-by-id | Retrieve an invoice by its Faktoora ID. |
| Get Invoice by Number | get-invoice-by-number | Retrieve an invoice by its invoice number. |
| Get Product | get-product | Retrieve a product by its ID |
| Get Customer | get-customer | Retrieve a customer by their ID |
| Create Product | create-product | Create a new product |
| Create Customer | create-customer | Create a new customer |
| Update Product | update-product | Update an existing product |
| Update Customer | update-customer | Update an existing customer |
| Delete Invoice | delete-invoice | Delete an invoice by its Faktoora ID. |
| Delete Product | delete-product | Delete a product by its ID |
| Delete Customer | delete-customer | Delete a customer by their ID |
| Get Outgoing Invoice Content | get-outgoing-invoice-content | Retrieve complete content of an outgoing invoice. |
| Get Outgoing Invoice Status | get-outgoing-invoice-status | Get the import status of an outgoing invoice |
| List Webhooks | list-webhooks | Retrieve all webhook subscriptions |
| Create Webhook | create-webhook | Create a new webhook subscription to receive notifications for specific events |
| Update Webhook | update-webhook | Update an existing webhook subscription |
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