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 clearbit --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search clearbit --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 |
|---|---|---|
| Search People (Prospector) | search-people | Search for people at a company by domain. |
| Reveal Company by IP | reveal-company | Identify what company is behind an IP address. |
| Find Domain by Company Name | find-domain | Look up a company's domain by their name. |
| Combined Enrichment | combined-enrichment | Look up both person and company information from a single email address. |
| Enrich Company by Domain | enrich-company | Look up a company by their domain and get detailed firmographic information including industry, employee count, fundi... |
| Enrich Person by Email | enrich-person | Look up a person by their email address and get detailed information including name, location, employment, and social... |
| 名称 | 标识 | 描述 |
|---|---|---|
| 搜索人员(线索挖掘器) | search-people | 通过域名搜索某公司的相关人员。 |
| 通过IP识别公司 | reveal-company | 识别IP地址背后对应的公司。 |
| 通过公司名查找域名 | find-domain | 通过公司名称查询其官方域名。 |
| 组合数据丰富 | combined-enrichment | 通过单个邮箱地址同时查询个人和公司信息。 |
| 通过域名丰富公司信息 | enrich-company | 通过域名查询公司信息,获取包含行业、员工数量、融资情况等详细的公司统计数据。 |
| 通过邮箱丰富个人信息 | enrich-person | 通过邮箱地址查询个人信息,获取包含姓名、所在地、就职信息、社交账号等详细数据。 |
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