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 flodesk --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search flodesk --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 |
|---|---|---|
| Remove Subscriber from Workflow | remove-subscriber-from-workflow | Remove a subscriber from a workflow. |
| Add Subscriber to Workflow | add-subscriber-to-workflow | Add a subscriber to a workflow. |
| List Workflows | list-workflows | List all workflows in your Flodesk account. |
| Get Segment | get-segment | Retrieve a segment by its ID. |
| Create Segment | create-segment | Create a new segment in your Flodesk account. |
| List Segments | list-segments | List all segments in your Flodesk account. |
| Unsubscribe Subscriber | unsubscribe-subscriber | Unsubscribe a subscriber from all lists. |
| Remove Subscriber from Segments | remove-subscriber-from-segments | Remove a subscriber from one or more segments. |
| Add Subscriber to Segments | add-subscriber-to-segments | Add a subscriber to one or more segments. |
| Get Subscriber | get-subscriber | Retrieve a subscriber by ID or email address. |
| Create or Update Subscriber | create-or-update-subscriber | Create a new subscriber or update an existing one by email or ID. |
| List Subscribers | list-subscribers | List all subscribers with optional filtering by status and pagination. |
| 名称 | 键 | 描述 |
|---|---|---|
| 从工作流中移除订阅者 | remove-subscriber-from-workflow | 将订阅者从指定工作流中移除。 |
| 向工作流添加订阅者 | add-subscriber-to-workflow | 将订阅者添加到指定工作流中。 |
| 列出工作流 | list-workflows | 列出你的Flodesk账户中的所有工作流。 |
| 获取用户分群 | get-segment | 根据ID检索指定用户分群。 |
| 创建用户分群 | create-segment | 在你的Flodesk账户中创建新的用户分群。 |
| 列出用户分群 | list-segments | 列出你的Flodesk账户中的所有用户分群。 |
| 取消订阅者订阅 | unsubscribe-subscriber | 将订阅者从所有列表中退订。 |
| 从用户分群移除订阅者 | remove-subscriber-from-segments | 从一个或多个用户分群中移除指定订阅者。 |
| 向用户分群添加订阅者 | add-subscriber-to-segments | 向一个或多个用户分群中添加指定订阅者。 |
| 获取订阅者信息 | get-subscriber | 根据ID或邮箱地址检索订阅者信息。 |
| 创建或更新订阅者 | create-or-update-subscriber | 新建订阅者,或根据邮箱/ID更新现有订阅者信息。 |
| 列出订阅者 | list-subscribers | 列出所有订阅者,支持按状态过滤和分页。 |
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