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 leadfeeder --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search leadfeeder --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 Visits for Lead | list-visits-for-lead | Retrieves visit history for a specific lead within a given time interval. |
| List Visits | list-visits | Retrieves all visitor activity across all leads for a given time interval. |
| List Leads for Custom Feed | list-leads-for-custom-feed | Retrieves leads filtered by a specific custom feed for a given time interval. |
| Get Lead | get-lead | Retrieves details for a specific lead by ID. |
| List Leads | list-leads | Retrieves list of leads in an account for a specific time interval. |
| Get Custom Feed | get-custom-feed | Retrieves a specific custom feed by ID. |
| List Custom Feeds | list-custom-feeds | Retrieves all custom feeds for an account. |
| Get Account | get-account | Retrieves the details of a specific account by ID. |
| List Accounts | list-accounts | Retrieves all accounts that can be accessed by the user the API token belongs to. |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出线索的访问记录 | list-visits-for-lead | 检索指定时间段内特定线索的访问历史。 |
| 列出所有访问记录 | list-visits | 检索指定时间段内所有线索的全部访客活动。 |
| 列出自定义Feed的线索 | list-leads-for-custom-feed | 检索指定时间段内按特定自定义Feed筛选的线索。 |
| 获取线索详情 | get-lead | 根据ID检索特定线索的详情。 |
| 列出线索列表 | list-leads | 检索指定时间段内账户下的线索列表。 |
| 获取自定义Feed | get-custom-feed | 根据ID检索特定自定义Feed。 |
| 列出自定义Feed列表 | list-custom-feeds | 检索账户下的所有自定义Feed。 |
| 获取账户详情 | get-account | 根据ID检索特定账户的详情。 |
| 列出账户列表 | list-accounts | 检索API token所属用户可访问的所有账户。 |
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