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 automizy --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search automizy --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 Campaigns | list-campaigns | No description |
| List Smart Lists | list-smart-lists | No description |
| List Custom Fields | list-custom-fields | No description |
| Get Campaign | get-campaign | No description |
| Get Smart List | get-smart-list | No description |
| Get Contact | get-contact | No description |
| Get Custom Field | get-custom-field | No description |
| Create Campaign | create-campaign | No description |
| Create Smart List | create-smart-list | No description |
| Create Custom Field | create-custom-field | No description |
| Update Campaign | update-campaign | No description |
| Update Smart List | update-smart-list | No description |
| Update Contact | update-contact | No description |
| Update Custom Field | update-custom-field | No description |
| Delete Campaign | delete-campaign | No description |
| Delete Smart List | delete-smart-list | No description |
| Delete Contact | delete-contact | No description |
| Delete Custom Field | delete-custom-field | No description |
| Send Campaign | send-campaign | No description |
| Create Contact in Smart List | create-contact-in-smart-list | No description |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出营销活动 | list-campaigns | 无描述 |
| 列出智能列表 | list-smart-lists | 无描述 |
| 列出自定义字段 | list-custom-fields | 无描述 |
| 获取营销活动 | get-campaign | 无描述 |
| 获取智能列表 | get-smart-list | 无描述 |
| 获取联系人 | get-contact | 无描述 |
| 获取自定义字段 | get-custom-field | 无描述 |
| 创建营销活动 | create-campaign | 无描述 |
| 创建智能列表 | create-smart-list | 无描述 |
| 创建自定义字段 | create-custom-field | 无描述 |
| 更新营销活动 | update-campaign | 无描述 |
| 更新智能列表 | update-smart-list | 无描述 |
| 更新联系人 | update-contact | 无描述 |
| 更新自定义字段 | update-custom-field | 无描述 |
| 删除营销活动 | delete-campaign | 无描述 |
| 删除智能列表 | delete-smart-list | 无描述 |
| 删除联系人 | delete-contact | 无描述 |
| 删除自定义字段 | delete-custom-field | 无描述 |
| 发送营销活动 | send-campaign | 无描述 |
| 在智能列表中创建联系人 | create-contact-in-smart-list | 无描述 |
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