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 marketo --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search marketo --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 |
|---|---|---|
| Get Campaigns | get-campaigns | Browse smart campaigns in Marketo |
| Describe Leads | describe-leads | Get metadata about all available lead fields including field names, types, and REST API accessibility |
| Trigger Campaign | trigger-campaign | Trigger a smart campaign for specified leads. |
| Get Lists | get-lists | Browse static lists in Marketo |
| Remove Leads from List | remove-leads-from-list | Remove one or more leads from a static list (max 300 per request) |
| Add Leads to List | add-leads-to-list | Add one or more leads to a static list (max 300 per request) |
| Delete Leads | delete-leads | Delete one or more leads by their IDs (max 300 per request) |
| Create or Update Lead | create-or-update-lead | Create a new lead or update an existing one (upsert). |
| Get Leads by Filter | get-leads-by-filter | Retrieve leads using filter criteria such as email, id, or other searchable fields |
| Get Lead by ID | get-lead-by-id | Retrieve a single lead by its ID |
| 名称 | 标识 | 描述 |
|---|---|---|
| 获取营销活动 | get-campaigns | 浏览Marketo中的智能营销活动 |
| 描述销售线索 | describe-leads | 获取所有可用销售线索字段的元数据,包括字段名称、类型和REST API可访问性 |
| 触发营销活动 | trigger-campaign | 为指定销售线索触发智能营销活动 |
| 获取列表 | get-lists | 浏览Marketo中的静态列表 |
| 从列表移除销售线索 | remove-leads-from-list | 从静态列表中移除一个或多个销售线索(每次请求最多300条) |
| 向列表添加销售线索 | add-leads-to-list | 向静态列表中添加一个或多个销售线索(每次请求最多300条) |
| 删除销售线索 | delete-leads | 根据ID删除一个或多个销售线索(每次请求最多300条) |
| 创建或更新销售线索 | create-or-update-lead | 创建新的销售线索或更新现有线索(插入更新) |
| 按筛选条件获取销售线索 | get-leads-by-filter | 使用筛选条件(如邮箱、ID或其他可搜索字段)检索销售线索 |
| 根据ID获取销售线索 | get-lead-by-id | 根据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