返回顶部
d

docusign

DocuSign e-signatures — manage envelopes, templates, recipients, and signing via REST API

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
285
下载量
0
收藏
概述
安装方式
版本历史

docusign

# ✍️ DocuSign DocuSign e-signatures — manage envelopes, templates, recipients, and signing via REST API ## Requirements | Variable | Required | Description | |----------|----------|-------------| | `DOCUSIGN_ACCESS_TOKEN` | ✅ | OAuth access token | | `DOCUSIGN_ACCOUNT_ID` | ✅ | Account ID | | `DOCUSIGN_BASE_URL` | ✅ | Base URL (default: demo) | ## Quick Start ```bash # List envelopes python3 {{baseDir}}/scripts/docusign.py envelopes --from_date <value> --status <value> # Get envelope python3 {{baseDir}}/scripts/docusign.py envelope-get id <value> # Create envelope python3 {{baseDir}}/scripts/docusign.py envelope-create --subject <value> --templateId <value> --status <value> # Void envelope python3 {{baseDir}}/scripts/docusign.py envelope-void id <value> --voidedReason <value> # List recipients python3 {{baseDir}}/scripts/docusign.py recipients id <value> # List documents python3 {{baseDir}}/scripts/docusign.py documents id <value> # List templates python3 {{baseDir}}/scripts/docusign.py templates --search_text <value> # Get template python3 {{baseDir}}/scripts/docusign.py template-get id <value> ``` ## All Commands | Command | Description | |---------|-------------| | `envelopes` | List envelopes | | `envelope-get` | 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. ```bash python3 {{baseDir}}/scripts/docusign.py <command> --human ``` ## Script Reference | Script | Description | |--------|-------------| | `{{baseDir}}/scripts/docusign.py` | Main CLI — all commands in one tool | ## Credits Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 docusign-1776015487 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 docusign-1776015487 技能

通过命令行安装

skillhub install docusign-1776015487

下载 Zip 包

⬇ 下载 docusign v1.0.0

文件大小: 3.83 KB | 发布时间: 2026-4-13 10:05

v1.0.0 最新 2026-4-13 10:05
- Initial release of the DocuSign skill.
- Manage envelopes, templates, documents, and recipients via the DocuSign REST API.
- Includes CLI commands for listing, retrieving, creating, voiding envelopes, and more.
- Requires Python 3.10+ with no external dependencies.
- All commands output JSON, with an optional human-readable format.
- Credentials required: DOCUSIGN_ACCESS_TOKEN, DOCUSIGN_ACCOUNT_ID, DOCUSIGN_BASE_URL.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部