Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/cli@latestmembranenpm install -g @membranehq/cli@latestmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonmembrane connection ensuremembrane connection ensure "https://www.docusign.com/" --jsonstate: "READY"membrane connection ensuremembrane connection ensure "https://www.docusign.com/" --jsonREADYBUILDINGnpx @membranehq/cli connection get <id> --wait --json--wait--timeoutstateBUILDINGREADYCLIENT_ACTION_REQUIREDclientActionclientAction.type"connect""provide-input"clientAction.descriptionclientAction.uiUrlclientAction.agentInstructionsmembrane connection get <id> --jsonREADYCONFIGURATION_ERRORSETUP_FAILEDerrorBUILDINGnpx @membranehq/cli connection get <id> --wait --json--wait--timeoutBUILDINGREADYCLIENT_ACTION_REQUIREDclientActionclientAction.type"connect""provide-input"clientAction.descriptionclientAction.uiUrlclientAction.agentInstructionsmembrane connection get <id> --jsonREADYCONFIGURATION_ERRORSETUP_FAILEDerrormembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchemamembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchema| Name | Key | Description |
|---|---|---|
| Resend Envelope | resend-envelope | Resends envelope notifications to recipients who have not yet completed their actions. |
| Get Envelope Audit Events | get-envelope-audit-events | Gets the audit log history for an envelope, showing all events that occurred. |
| Get Envelope Form Data | get-envelope-form-data | Gets the form data (field values) from a completed envelope. |
| Get Account Info | get-account-info | Gets information about the DocuSign account. |
| Get User | get-user | Gets information about a specific user by user ID. |
| List Users | list-users | Gets the list of users for the DocuSign account. |
| Get Template | get-template | Gets a specific template by ID, including its documents, recipients, and tabs. |
| List Templates | list-templates | Gets the list of templates available in the account. |
| Download Document | download-document | Downloads a document from an envelope. |
| List Envelope Documents | list-envelope-documents | Gets a list of all documents in an envelope. |
| Get Sender View URL | get-sender-view-url | Returns a URL to the sender view UI for preparing an envelope before sending. |
| Get Embedded Signing URL | get-embedded-signing-url | Returns a URL for embedded signing. |
| Add Recipients to Envelope | add-recipients-to-envelope | Adds one or more recipients to an existing envelope. |
| Get Envelope Recipients | get-envelope-recipients | Gets the status and details of all recipients for an envelope. |
| Send Draft Envelope | send-draft-envelope | Sends a draft envelope to recipients. |
| Void Envelope | void-envelope | Voids an in-process envelope, preventing any further action on it. |
| List Envelopes | list-envelopes | Searches for and lists envelopes with various filters. |
| Get Envelope | get-envelope | Gets the status and details of a single envelope by ID. |
| Create Envelope from Template | create-envelope-from-template | Creates and sends an envelope using a pre-defined template with template roles. |
| Create Envelope | create-envelope | Creates and sends an envelope with documents and recipients, or creates a draft envelope. |
| 名称 | 标识 | 描述 |
|---|---|---|
| 重新发送信封 | resend-envelope | 向尚未完成操作的收件人重新发送信封通知。 |
| 获取信封审计事件 | get-envelope-audit-events | 获取信封的审计日志历史,显示发生的所有事件。 |
| 获取信封表单数据 | get-envelope-form-data | 从已完成的信封中获取表单数据(字段值)。 |
| 获取账户信息 | get-account-info | 获取DocuSign账户的相关信息。 |
| 获取用户信息 | get-user | 通过用户ID获取特定用户的信息。 |
| 列出用户 | list-users | 获取DocuSign账户的用户列表。 |
| 获取模板 | get-template | 通过ID获取特定模板,包括其文档、收件人和标签。 |
| 列出模板 | list-templates | 获取账户中可用的模板列表。 |
| 下载文档 | download-document | 从信封中下载文档。 |
| 列出信封文档 | list-envelope-documents | 获取信封中的所有文档列表。 |
| 获取发件人视图URL | get-sender-view-url | 返回用于在发送前准备信封的发件人视图UI的URL。 |
| 获取嵌入式签署URL | get-embedded-signing-url | 返回用于嵌入式签署的URL。 |
| 向信封添加收件人 | add-recipients-to-envelope | 向现有信封添加一个或多个收件人。 |
| 获取信封收件人 | get-envelope-recipients | 获取信封所有收件人的状态和详细信息。 |
| 发送草稿信封 | send-draft-envelope | 将草稿信封发送给收件人。 |
| 作废信封 | void-envelope | 作废处理中的信封,阻止对其进行任何进一步操作。 |
| 列出信封 | list-envelopes | 搜索并列出符合各种筛选条件的信封。 |
| 获取信封 | get-envelope | 通过ID获取单个信封的状态和详细信息。 |
| 从模板创建信封 | create-envelope-from-template | 使用预定义模板及模板角色创建并发送信封。 |
| 创建信封 | create-envelope | 创建并发送包含文档和收件人的信封,或创建草稿信封。 |
membrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane 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