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 calcom --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search calcom --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 Bookings | list-bookings | No description |
| List Event Types | list-event-types | No description |
| List Schedules | list-schedules | No description |
| List Users | list-users | No description |
| List Teams | list-teams | No description |
| List Attendees | list-attendees | No description |
| Get Booking | get-booking | No description |
| Get Event Type | get-event-type | No description |
| Get Schedule | get-schedule | No description |
| Get User | get-user | No description |
| Get Team | get-team | No description |
| Get Attendee | get-attendee | No description |
| Get Current User | get-current-user | No description |
| Create Booking | create-booking | No description |
| Create Event Type | create-event-type | No description |
| Create Schedule | create-schedule | No description |
| Update Booking | update-booking | No description |
| Update Event Type | update-event-type | No description |
| Update Schedule | update-schedule | No description |
| Cancel Booking | cancel-booking | No description |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出预订 | list-bookings | 无描述 |
| 列出活动类型 | list-event-types | 无描述 |
| 列出日程 | list-schedules | 无描述 |
| 列出用户 | list-users | 无描述 |
| 列出团队 | list-teams | 无描述 |
| 列出参与者 | list-attendees | 无描述 |
| 获取预订详情 | get-booking | 无描述 |
| 获取活动类型详情 | get-event-type | 无描述 |
| 获取日程详情 | get-schedule | 无描述 |
| 获取用户详情 | get-user | 无描述 |
| 获取团队详情 | get-team | 无描述 |
| 获取参与者详情 | get-attendee | 无描述 |
| 获取当前用户 | get-current-user | 无描述 |
| 创建预订 | create-booking | 无描述 |
| 创建活动类型 | create-event-type | 无描述 |
| 创建日程 | create-schedule | 无描述 |
| 更新预订 | update-booking | 无描述 |
| 更新活动类型 | update-event-type | 无描述 |
| 更新日程 | update-schedule | 无描述 |
| 取消预订 | cancel-booking | 无描述 |
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