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 close --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search close --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 Leads | list-leads | List leads with optional pagination |
| List Contacts | list-contacts | List all contacts with optional pagination |
| List Opportunities | list-opportunities | List opportunities with optional filtering by lead, user, status, or date range |
| List Tasks | list-tasks | List tasks with optional filtering by lead, user, completion status, or view |
| List Activities | list-activities | List all activities with optional filtering by lead, user, contact, or type |
| List Notes | list-notes | List note activities with optional filtering by lead or user |
| Get Lead | get-lead | Retrieve a single lead by ID |
| Get Contact | get-contact | Retrieve a single contact by ID |
| Get Opportunity | get-opportunity | Retrieve a single opportunity by ID |
| Get Task | get-task | Retrieve a single task by ID |
| Get Note | get-note | Retrieve a single note by ID |
| Get User | get-user | Retrieve a single user by ID |
| Create Lead | create-lead | Create a new lead with optional contacts and addresses |
| Create Contact | create-contact | Create a new contact. |
| Create Opportunity | create-opportunity | Create a new opportunity for a lead |
| Create Task | create-task | Create a new task for a lead |
| Create Note | create-note | Create a new note on a lead |
| Update Lead | update-lead | Update an existing lead |
| Update Contact | update-contact | Update an existing contact |
| Update Opportunity | update-opportunity | Update an existing opportunity |
| 名称 | 标识 | 描述 |
|---|---|---|
| 列出销售线索 | list-leads | 列出销售线索,支持可选分页 |
| 列出联系人 | list-contacts | 列出所有联系人,支持可选分页 |
| 列出销售机会 | list-opportunities | 列出销售机会,支持按销售线索、用户、状态或日期范围进行可选筛选 |
| 列出任务 | list-tasks | 列出任务,支持按销售线索、用户、完成状态或视图进行可选筛选 |
| 列出活动 | list-activities | 列出所有活动,支持按销售线索、用户、联系人或类型进行可选筛选 |
| 列出笔记 | list-notes | 列出笔记类活动,支持按销售线索或用户进行可选筛选 |
| 获取销售线索 | get-lead | 通过ID检索单个销售线索 |
| 获取联系人 | get-contact | 通过ID检索单个联系人 |
| 获取销售机会 | get-opportunity | 通过ID检索单个销售机会 |
| 获取任务 | get-task | 通过ID检索单个任务 |
| 获取笔记 | get-note | 通过ID检索单个笔记 |
| 获取用户 | get-user | 通过ID检索单个用户 |
| 创建销售线索 | create-lead | 创建新的销售线索,可附带联系人和地址信息 |
| 创建联系人 | create-contact | 创建新的联系人 |
| 创建销售机会 | create-opportunity | 为某个销售线索创建新的销售机会 |
| 创建任务 | create-task | 为某个销售线索创建新的任务 |
| 创建笔记 | create-note | 在某个销售线索上创建新的笔记 |
| 更新销售线索 | update-lead | 更新现有销售线索 |
| 更新联系人 | update-contact | 更新现有联系人 |
| 更新销售机会 | update-opportunity | 更新现有销售机会 |
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