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 calendly --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search calendly --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 Organization Members | list-organization-members | Returns a list of organization members/memberships. |
| Get User | get-user | Returns information about a specific user by their UUID. |
| List User Busy Times | list-user-busy-times | Returns a list of busy time ranges for a user within a specified date range. |
| Delete Webhook Subscription | delete-webhook-subscription | Deletes a webhook subscription by its UUID. |
| List Webhook Subscriptions | list-webhook-subscriptions | Returns a list of all webhook subscriptions for the organization or user. |
| Create Webhook Subscription | create-webhook-subscription | Creates a webhook subscription to receive notifications for specific events like invitee.created, invitee.canceled, etc. |
| Cancel Event | cancel-event | Cancels a scheduled event. |
| Create Scheduling Link | create-scheduling-link | Creates a single-use scheduling link for an event type. |
| Get Event Type Available Times | get-event-type-available-times | Returns a list of available time slots for an event type within a specified date range. |
| List Event Invitees | list-event-invitees | Returns a list of invitees for a specific scheduled event. |
| Get Event Type | get-event-type | Returns detailed information about a specific event type by its UUID. |
| List Event Types | list-event-types | Returns all event types associated with a user or organization. |
| Get Scheduled Event | get-scheduled-event | Returns detailed information about a specific scheduled event by its UUID. |
| List Scheduled Events | list-scheduled-events | Returns a list of scheduled events. |
| Get Current User | get-current-user | Returns the currently authenticated user's information including their name, email, timezone, scheduling URL, and org... |
| 名称 | 标识 | 描述 |
|---|---|---|
| 列出组织成员 | list-organization-members | 返回组织成员/成员资格列表。 |
| 获取用户信息 | get-user | 通过UUID返回特定用户的信息。 |
| 列出用户忙碌时段 | list-user-busy-times | 返回指定日期范围内用户的忙碌时段列表。 |
| 删除Webhook订阅 | delete-webhook-subscription | 通过UUID删除Webhook订阅。 |
| 列出Webhook订阅 | list-webhook-subscriptions | 返回组织或用户的所有Webhook订阅列表。 |
| 创建Webhook订阅 | create-webhook-subscription | 创建Webhook订阅,以接收特定事件的通知,例如invitee.created、invitee.canceled等。 |
| 取消活动 | cancel-event | 取消已安排的活动。 |
| 创建调度链接 | create-scheduling-link | 为某一活动类型创建一次性调度链接。 |
| 获取活动类型可用时段 | get-event-type-available-times | 返回指定日期范围内某一活动类型的可用时段列表。 |
| 列出活动受邀者 | list-event-invitees | 返回特定已安排活动的受邀者列表。 |
| 获取活动类型信息 | get-event-type | 通过UUID返回特定活动类型的详细信息。 |
| 列出活动类型 | list-event-types | 返回与用户或组织关联的所有活动类型。 |
| 获取已安排活动信息 | get-scheduled-event | 通过UUID返回特定已安排活动的详细信息。 |
| 列出已安排活动 | list-scheduled-events | 返回已安排活动的列表。 |
| 获取当前用户信息 | get-current-user | 返回当前已验证用户的信息,包括姓名、邮箱、时区、调度URL以及组织相关信息... |
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