Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search faktoora --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search faktoora --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane 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 |
| 名称 | 键名 | 描述 |
|---|---|---|
| 列出收到的发票 | list-incoming-invoices | 检索收到的发票分页列表,支持可选的筛选和排序 |
| 列出发出的发票 | list-outgoing-invoices | 检索发出的发票分页列表,支持可选的筛选和排序 |
| 列出产品 | list-products | 检索产品分页列表,支持可选的筛选和排序 |
| 列出客户 | list-customers | 检索客户分页列表,支持可选的筛选和排序 |
| 根据Faktoora ID获取发票 | get-invoice-by-id | 通过Faktoora ID检索发票 |
| 根据发票号获取发票 | get-invoice-by-number | 通过发票编号检索发票 |
| 获取产品 | get-product | 通过ID检索产品 |
| 获取客户 | get-customer | 通过ID检索客户 |
| 创建产品 | create-product | 创建新产品 |
| 创建客户 | create-customer | 创建新客户 |
| 更新产品 | update-product | 更新现有产品 |
| 更新客户 | update-customer | 更新现有客户 |
| 删除发票 | delete-invoice | 通过Faktoora ID删除发票 |
| 删除产品 | delete-product | 通过ID删除产品 |
| 删除客户 | delete-customer | 通过ID删除客户 |
| 获取已开发票内容 | get-outgoing-invoice-content | 检索已开发票的完整内容 |
| 获取已开发票状态 | get-outgoing-invoice-status | 获取已开发票的导入状态 |
| 列出Webhooks | list-webhooks | 检索所有Webhook订阅 |
| 创建Webhook | create-webhook | 创建新的Webhook订阅,用于接收特定事件的通知 |
| 更新Webhook | update-webhook | 更新现有Webhook订阅 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"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 request CONNECTION_ID /path/to/endpoint| 标志 | 描述 |
|---|---|
| HTTP方法(GET、POST、PUT、PATCH、DELETE),默认值为GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串格式) |
| 发送JSON请求体并设置 |
| 按原样发送请求体,不做任何处理 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY