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 enigma --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search enigma --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 |
|---|---|---|
| Match Business | match-business | Match a business to Enigma's database using identifying information like name, address, website, or associated person. |
| Screen Customer | screen-customer | Screen a customer (person or organization) against sanctions and other watchlists. |
| KYB Lookup | kyb-lookup | Perform a Know Your Business (KYB) verification check. |
| Get Business by ID | get-business-by-id | Retrieve business profile attributes using an Enigma ID. |
| 名称 | 标识 | 描述 |
|---|---|---|
| 匹配企业 | match-business | 使用名称、地址、网站或关联人员等识别信息,将企业与Enigma数据库进行匹配。 |
| 客户筛查 | screen-customer | 针对制裁名单和其他监控名单对客户(个人或机构)进行筛查。 |
| KYB核查 | kyb-lookup | 执行企业身份验证(Know Your Business,KYB)核查。 |
| 通过ID获取企业信息 | get-business-by-id | 使用Enigma ID检索企业档案属性。 |
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