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 crowdpower --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search crowdpower --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 |
|---|---|---|
| Bulk Create Customers | bulk-create-customers | Create or update multiple customers in CrowdPower in a single request |
| Add Tag | add-tag | Add a tag to a customer in CrowdPower |
| Create Charge | create-charge | Create a charge for a customer in CrowdPower to track revenue |
| Create Event | create-event | Create an event for a customer in CrowdPower |
| Create Customer | create-customer | Create or update a single customer in CrowdPower |
| Track | track | Create or update customers and send events, charges, and tags in a single API call |
| 名称 | 标识 | 描述 |
|---|---|---|
| 批量创建客户 | bulk-create-customers | 在单次请求中在CrowdPower中创建或更新多个客户 |
| 添加标签 | add-tag | 在CrowdPower中为客户添加标签 |
| 创建收费记录 | create-charge | 在CrowdPower中为客户创建收费记录以跟踪收入 |
| 创建活动 | create-event | 在CrowdPower中为客户创建活动 |
| 创建客户 | create-customer | 在CrowdPower中创建或更新单个客户 |
| 跟踪 | track | 在单次API调用中创建或更新客户,并发送活动、收费记录和标签 |
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