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 chatlayer --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search chatlayer --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 Customers | list-customers | List customers for a team with optional filtering and pagination |
| Delete Table Records | delete-table-records | Delete records from a table matching filter conditions |
| Update Table Record | update-table-record | Update records in a table matching filter conditions |
| Select Table Records | select-table-records | Query and filter records from a table |
| Insert Table Record | insert-table-record | Insert a new record into a table |
| Get Table Data | get-table-data | Get data records from a specific table with pagination support |
| Get Table | get-table | Get details of a specific table |
| List Tables | list-tables | List all tables for a specific bot |
| 名称 | Key | 描述 |
|---|---|---|
| 列出客户 | list-customers | 列出团队的客户列表,支持可选筛选和分页 |
| 删除表格记录 | delete-table-records | 删除表格中符合筛选条件的记录 |
| 更新表格记录 | update-table-record | 更新表格中符合筛选条件的记录 |
| 查询表格记录 | select-table-records | 从表格中查询和筛选记录 |
| 插入表格记录 | insert-table-record | 向表格中插入新记录 |
| 获取表格数据 | get-table-data | 从指定表格中获取数据记录,支持分页 |
| 获取表格信息 | get-table | 获取指定表格的详情 |
| 列出表格 | list-tables | 列出指定机器人的所有表格 |
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