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 docupilot --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search docupilot --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 |
|---|---|---|
| Create Folder | create-folder | Create a new folder in Docupilot to organize templates. |
| List Folders | list-folders | List all folders in your Docupilot account. |
| Generate Document | generate-document | Generate a document by merging data with a template. |
| Delete Template | delete-template | Move a template to trash. |
| Update Template | update-template | Update an existing template's properties. |
| Create Template | create-template | Create a new template in Docupilot. |
| Get Template | get-template | Get details of a specific template by its ID. |
| List Templates | list-templates | List all templates in your Docupilot account. |
| 名称 | 标识 | 描述 |
|---|---|---|
| 创建文件夹 | create-folder | 在Docupilot中创建新文件夹以组织模板。 |
| 列出文件夹 | list-folders | 列出你的Docupilot账户中的所有文件夹。 |
| 生成文档 | generate-document | 通过将数据与模板合并来生成文档。 |
| 删除模板 | delete-template | 将模板移至回收站。 |
| 更新模板 | update-template | 更新现有模板的属性。 |
| 创建模板 | create-template | 在Docupilot中创建新模板。 |
| 获取模板 | get-template | 通过模板ID获取特定模板的详细信息。 |
| 列出模板 | list-templates | 列出你的Docupilot账户中的所有模板。 |
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