✍️ DocuSign
DocuSign e-signatures — manage envelopes, templates, recipients, and signing via REST API
Requirements
| Variable | Required | Description |
|---|
| INLINECODE0 | ✅ | OAuth access token |
| INLINECODE1 |
✅ | Account ID |
|
DOCUSIGN_BASE_URL | ✅ | Base URL (default: demo) |
Quick Start
CODEBLOCK0
All Commands
| Command | Description |
|---|
| INLINECODE3 | List envelopes |
| INLINECODE4 |
Get envelope |
|
envelope-create | Create envelope |
|
envelope-void | Void envelope |
|
recipients | List recipients |
|
documents | List documents |
|
templates | List templates |
|
template-get | Get template |
|
audit-events | Get audit events |
|
folders | List folders |
|
users | List users |
Output Format
All commands output JSON by default. Add --human for readable formatted output.
CODEBLOCK1
Script Reference
| Script | Description |
|---|
| INLINECODE15 | Main CLI — all commands in one tool |
Credits
Built by
M. Abidi |
agxntsix.ai
YouTube |
GitHub
Part of the
AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
✍️ DocuSign
DocuSign 电子签名 — 通过 REST API 管理信封、模板、收件人和签署
环境要求
| 变量 | 必需 | 描述 |
|---|
| DOCUSIGNACCESSTOKEN | ✅ | OAuth 访问令牌 |
| DOCUSIGNACCOUNTID |
✅ | 账户 ID |
| DOCUSIGN
BASEURL | ✅ | 基础 URL(默认:demo) |
快速开始
bash
列出信封
python3 {{baseDir}}/scripts/docusign.py envelopes --from_date <值> --status <值>
获取信封
python3 {{baseDir}}/scripts/docusign.py envelope-get id <值>
创建信封
python3 {{baseDir}}/scripts/docusign.py envelope-create --subject <值> --templateId <值> --status <值>
作废信封
python3 {{baseDir}}/scripts/docusign.py envelope-void id <值> --voidedReason <值>
列出收件人
python3 {{baseDir}}/scripts/docusign.py recipients id <值>
列出文档
python3 {{baseDir}}/scripts/docusign.py documents id <值>
列出模板
python3 {{baseDir}}/scripts/docusign.py templates --search_text <值>
获取模板
python3 {{baseDir}}/scripts/docusign.py template-get id <值>
所有命令
| 命令 | 描述 |
|---|
| envelopes | 列出信封 |
| envelope-get |
获取信封 |
| envelope-create | 创建信封 |
| envelope-void | 作废信封 |
| recipients | 列出收件人 |
| documents | 列出文档 |
| templates | 列出模板 |
| template-get | 获取模板 |
| audit-events | 获取审计事件 |
| folders | 列出文件夹 |
| users | 列出用户 |
输出格式
默认情况下,所有命令输出 JSON 格式。添加 --human 参数可获取可读的格式化输出。
bash
python3 {{baseDir}}/scripts/docusign.py <命令> --human
脚本参考
| 脚本 | 描述 |
|---|
| {{baseDir}}/scripts/docusign.py | 主 CLI — 所有命令集成于一个工具 |
致谢
由
M. Abidi 构建 |
agxntsix.ai
YouTube |
GitHub
属于 OpenClaw 代理的
AgxntSix 技能套件 的一部分。
📅 需要为您的企业设置 OpenClaw 的帮助? 预约免费咨询