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 aevent --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search aevent --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 Webinars | list-webinars | List paginated scheduled webinars |
| List Forms | list-forms | List all available forms |
| List Registrants | list-registrants | List registrants with optional filtering and pagination |
| List Media Files | list-media-files | List media files by type |
| Get Webinar | get-webinar | Get details of a specific webinar by ID |
| Get Form | get-form | Get details of a specific form |
| Get Registrant | get-registrant | Get details of a specific registrant by ID |
| Get Timeline | get-timeline | Get timeline details and general settings |
| Create Webinar | create-webinar | Create a new webinar session |
| Delete Webinar | delete-webinar | Delete a webinar by ID |
| Delete Form | delete-form | Delete a form by ID |
| Delete Media File | delete-media-file | Delete a media file by ID |
| Get Upcoming Webinars | get-upcoming-webinars | List upcoming webinars that can be attached to a timeline |
| List Tags | list-tags | List all available tags |
| List Holidays | list-holidays | List all configured holidays |
| List Filters | list-filters | List all available filters |
| Get Filter | get-filter | Get a specific filter by ID |
| List Integrations | list-integrations | Get all configured integrations |
| Ban Registrant | ban-registrant | Ban one or more registrants by email or UUID |
| Unban Registrant | unban-registrant | Unban a registrant by email |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出网络研讨会 | list-webinars | 列出分页的已排期网络研讨会 |
| 列出表单 | list-forms | 列出所有可用表单 |
| 列出报名者 | list-registrants | 列出报名者,支持可选筛选和分页 |
| 列出媒体文件 | list-media-files | 按类型列出媒体文件 |
| 获取网络研讨会 | get-webinar | 根据ID获取特定网络研讨会的详情 |
| 获取表单 | get-form | 获取特定表单的详情 |
| 获取报名者 | get-registrant | 根据ID获取特定报名者的详情 |
| 获取时间线 | get-timeline | 获取时间线详情和通用设置 |
| 创建网络研讨会 | create-webinar | 创建新的网络研讨会场次 |
| 删除网络研讨会 | delete-webinar | 根据ID删除网络研讨会 |
| 删除表单 | delete-form | 根据ID删除表单 |
| 删除媒体文件 | delete-media-file | 根据ID删除媒体文件 |
| 获取即将到来的网络研讨会 | get-upcoming-webinars | 列出可关联到时间线的即将到来的网络研讨会 |
| 列出标签 | list-tags | 列出所有可用标签 |
| 列出节假日 | list-holidays | 列出所有已配置的节假日 |
| 列出筛选器 | list-filters | 列出所有可用筛选器 |
| 获取筛选器 | get-filter | 根据ID获取特定筛选器 |
| 列出集成 | list-integrations | 获取所有已配置的集成 |
| 封禁报名者 | ban-registrant | 根据邮箱或UUID封禁一个或多个报名者 |
| 解封报名者 | unban-registrant | 根据邮箱解封报名者 |
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