🐼 PandaDoc
PandaDoc — manage documents, templates, contacts, and e-signatures via REST API
Requirements
| Variable | Required | Description |
|---|
| INLINECODE0 | ✅ | API key from app.pandadoc.com |
Quick Start
CODEBLOCK0
All Commands
| Command | Description |
|---|
| INLINECODE1 | List documents |
| INLINECODE2 |
Get document details |
|
document-create | Create document |
|
document-send | Send document |
|
document-status | Get status |
|
document-delete | Delete document |
|
document-link | Create sharing link |
|
templates | List templates |
|
template-get | Get template |
|
contacts | List contacts |
|
contact-create | Create contact |
|
folders | List folders |
|
webhooks | List webhooks |
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
🐼 PandaDoc
PandaDoc — 通过REST API管理文档、模板、联系人和电子签名
环境要求
| 变量 | 必需 | 描述 |
|---|
| PANDADOCAPIKEY | ✅ | 来自 app.pandadoc.com 的API密钥 |
快速开始
bash
列出文档
python3 {{baseDir}}/scripts/pandadoc.py documents --status <值> --q <值> --tag <值>
获取文档详情
python3 {{baseDir}}/scripts/pandadoc.py document-get id <值>
创建文档
python3 {{baseDir}}/scripts/pandadoc.py document-create --name <值> --template_uuid <值> --recipients <值>
发送文档
python3 {{baseDir}}/scripts/pandadoc.py document-send id <值> --message <值> --subject <值>
获取状态
python3 {{baseDir}}/scripts/pandadoc.py document-status id <值>
删除文档
python3 {{baseDir}}/scripts/pandadoc.py document-delete id <值>
创建分享链接
python3 {{baseDir}}/scripts/pandadoc.py document-link id <值> --recipient <值>
列出模板
python3 {{baseDir}}/scripts/pandadoc.py templates --q <值>
所有命令
| 命令 | 描述 |
|---|
| documents | 列出文档 |
| document-get |
获取文档详情 |
| document-create | 创建文档 |
| document-send | 发送文档 |
| document-status | 获取状态 |
| document-delete | 删除文档 |
| document-link | 创建分享链接 |
| templates | 列出模板 |
| template-get | 获取模板 |
| contacts | 列出联系人 |
| contact-create | 创建联系人 |
| folders | 列出文件夹 |
| webhooks | 列出Webhook |
输出格式
所有命令默认输出JSON格式。添加 --human 参数可获取可读的格式化输出。
bash
python3 {{baseDir}}/scripts/pandadoc.py <命令> --human
脚本参考
| 脚本 | 描述 |
|---|
| {{baseDir}}/scripts/pandadoc.py | 主CLI工具 — 所有命令集成于一体 |
致谢
由
M. Abidi 构建 |
agxntsix.ai
YouTube |
GitHub
属于 OpenClaw 代理的
AgxntSix 技能套件 的一部分。
📅 需要帮助为您的企业设置 OpenClaw? 预约免费咨询