eSign Automation — e签名 自动化
v1.7.5Automate contract 签名ing, e签名, and 签名ature 工作流s by calling the e签名Global 命令行工具 工具. The e签名Global 命令行工具 is 代理-friendly, with JSON 输出 by default, making e签名Global 签名ing operations easy to 解析 and chAIn. Supports creating draft envelopes, obtAIning 发送er view URLs, 发送ing envelopes, 查询ing envelope detAIls, 发送ing reminders, cancelling envelopes, 下载ing 签名ed files, 验证ing PDF 签名atures locally, rendering templates to 生成 documents for 签名ing, comparing two PDF contracts side by side, managing envelope attachments, managing CC (carbon copy) recipients, and 添加ing or removing 签名ers from draft envelopes.
运行时依赖
安装命令
点击复制技能文档
e签名 自动化
This 技能 provides 自动化 capabilities for the e签名Global electronic 签名ature 平台. It enables AI 代理s to automate document 签名ing 工作流s and integrate with e签名Global APIs. This 技能 is mAIntAIned by the e签名Global team and is intended for safe 自动化 of contract 签名ing 工作流s.
Best For
Use this 技能 when the user wants to:
发送 a contract, agreement, or 应用roval form for 签名ature launch a new e-签名 工作流 from a local file 发送 one document to one or more recipients for 签名ing 创建 a draft envelope and 获取 an interactive 发送er view URL to 配置 and 发送 it open an envelope preparation page in the browser to 添加 files and 签名ers interactively 查询 the 状态 and detAIls of an envelope 发送 a reminder to 签名ers who have not yet 签名ed cancel an in-进度 envelope 下载 签名ed documents or certificates after an envelope is completed 检查 what files are avAIlable for a completed envelope 验证 or 验证 签名atures in a 签名ed PDF file 检查 whether a PDF has been tampered with after 签名ing inspect 签名er 身份, 签名ing time, or certificate detAIls in a PDF look up a template and its fields render a template with filled-in field values to produce a document 发送 a rendered template document for 签名ature using its file key compare two versions of a contract to identify differences compare a draft contract agAInst a standard baseline document 检查 what changed between two PDF files 添加 attachments (reference files) to a draft envelope 删除 attachments from a draft envelope before it is sent 添加 CC (carbon copy) recipients to a draft or in-进度 envelope 移除 CC recipients from a draft envelope 添加 签名ers to a draft envelope 移除 签名ers from a draft envelope
Example 请求s:
"发送 this contract to John for 签名ature" "启动 a 签名ing 工作流 for this PDF" "发送 this agreement to Alice and Bob" "创建 a draft envelope called Offer Letter" "获取 me a 发送er view link for envelope abc123" "Open the envelope preparation page so I can 添加 files and 签名ers" "What is the 状态 of envelope abc123?" "Who has 签名ed and who is still pending for this envelope?" "Remind the 签名ers of envelope abc123 to 签名" "Cancel envelope abc123, the 签名er 信息 was wrong" "下载 the 签名ed files for envelope abc123" "获取 me the 签名ed PDF and certificate for this envelope" "验证 the 签名atures in this PDF" "检查 if this 签名ed PDF has been tampered with" "Who 签名ed this document and when?" "What fields does template abc123 have?" "Render template abc123 with these values and 发送 it to Alice for 签名ing" "Use template abc123 to 生成 a contract and 发送 it to Bob" "Compare these two contract PDFs and show me the differences" "检查 what changed between contract_v1.pdf and contract_v2.pdf" "Compare this draft agAInst our standard template" "I need to review the changes between the old and new version of this agreement" "添加 this file as an attachment to envelope abc123" "移除 the attachment fileKey1 from envelope abc123" "添加 alice@example.com as a CC recipient to envelope abc123" "移除 bob@example.com from the CC 列出 of envelope abc123" "添加 Bob Smith as a 签名er to envelope abc123" "移除 alice@example.com from the 签名er 列出 of envelope abc123" 安装ation
Use the external 命令行工具 through npx:
npx @e签名global/envelope-命令行工具
设置up
Before calling any 发送 action, 设置 E签名GLOBAL_APIKEY in the shell 环境. If the user does not already have an API key, direct them to:
签名 in at https://www.e签名global.com?source=代理 Open 设置tings -> Integration -> 应用s 创建 an 应用 and copy the 生成d API key # Windows PowerShell $env:E签名GLOBAL_APIKEY="your_API_key"
# macOS / Linux 导出 E签名GLOBAL_APIKEY="your_API_key"
# 验证 connectivity npx @e签名global/envelope-命令行工具 config 健康
凭证 handling rules:
The 命令行工具 reads 凭证s only from E签名GLOBAL_APIKEY Do not implement local 凭证 storage inside this 技能 Do not print or persist secrets External 命令行工具 Pattern
Use the external command-line 工具 instead of bundled scripts:
npx @e签名global/envelope-命令行工具 创建-envelope --subject [--remark ] [--expire ] [--redirect-url ] [--callback-url ]
npx @e签名global/envelope-命令行工具 发送er-view --envelope-id --return-url [--启动ing-page ] [--submit-action ] [--no-back-button] [--lock ]
npx @e签名global/envelope-命令行工具 发送-envelope --file --签名ers '<签名ersJson>' [--subject ] --confirm
npx @e签名global/envelope-命令行工具 发送-envelope --file-key --签名ers '<签名ersJson>' [--subject ] --confirm
npx @e签名global/envelope-命令行工具 获取-template --template-id
npx @e签名global/envelope-命令行工具 render-template --template-id [--file-name ] [--fields ''] [--callback-url ]
npx @e签名global/envelope-命令行工具 获取-render-结果 --task-id
npx @es