← 返回
未分类 Key 中文

Docuseal

Manage DocuSeal e-signature workflows from the terminal via the DocuSeal CLI - create templates from PDF/DOCX/HTML, send documents for signing, track submiss...
使用 DocuSeal CLI 在终端管理 DocuSeal 电子签名工作流 - 从 PDF/DOCX/HTML 创建模板、发送文档进行签署、跟踪提交
alexbturchyn alexbturchyn 来源
未分类 clawhub v1.0.6 3 版本 99810.2 Key: 需要
★ 0
Stars
📥 526
下载
💾 0
安装
3
版本
#latest

概述

Agent Protocol

Rules for agents:

  • Supply ALL required flags — the CLI will not prompt for missing parameters.
  • Output is always JSON.
  • Use -d key=value (bracket notation) or -d '{"..": ".."}' (JSON) for body and array parameters.

Authentication

Set environment variables:

  • DOCUSEAL_API_KEY — API key (required). Get yours at https://console.docuseal.com/api
  • DOCUSEAL_SERVERglobal (default), europe, or full URL for self-hosted (e.g. https://docuseal.yourdomain.com)

Available Commands

Command GroupWhat it does
------
templateslist, retrieve, update, archive, create-pdf, create-docx, create-html, clone, merge, update-documents
submissionslist, retrieve, archive, create, send-emails, create-pdf, create-docx, create-html, documents
submitterslist, retrieve, update

Read the matching reference file for detailed flags and examples.

Common Mistakes

#MistakeFix
---------
1Forgetting -d template_id= on submissions create--template-id is a flag; submitters and other body params go via -d
2Passing a plain file path as a URL--file accepts a local path; for remote files use -d "documents[0][file]=https://..."
3Expecting array params as comma-separatedArrays use bracket notation: -d "template_ids[]=1" -d "template_ids[]=2"
4Using templates create-pdf without a Pro planCommands marked _(Pro)_ require a DocuSeal Pro subscription
5Sending to multiple recipients with submissions createUse submissions send-emails --emails a@b.com,c@d.com for bulk; submissions create is per-submitter

Security

The CLI accepts user-provided file paths, remote URLs (documents[0][file]=https://...), and HTML content as template input. This is by design — all content originates from the authenticated user and is sent directly to the DocuSeal API over HTTPS. The CLI does not fetch, render, or execute remote content locally; it passes references to the server for processing. No user input is interpolated into shell commands.

Common Patterns

List templates:

docuseal templates list --q "NDA" --limit 20

Create a template from a PDF and send for signing:

docuseal templates create-pdf --file contract.pdf --name "NDA"
docuseal submissions send-emails --template-id 1001 --emails signer@example.com

Create a submission with pre-filled fields (bracket notation):

docuseal submissions create --template-id 1001 \
  -d "submitters[0][email]=john@acme.com" \
  -d "submitters[0][values][Company Name]=Acme Corp"

Create a submission with pre-filled fields (JSON):

docuseal submissions create --template-id 1001 \
  -d '{"submitters": [{"email": "john@acme.com", "values": {"Company Name": "Acme Corp"}}]}'

Check signing status:

docuseal submissions list --template-id 1001 --status pending

Update a submitter:

docuseal submitters update 201 --email new@acme.com --send-email

When to Load References

版本历史

共 3 个版本

  • v1.0.6 当前
    2026-06-14 19:35 安全 安全
  • v1.0.5
    2026-05-03 05:49 安全 安全
  • v1.0.3
    2026-03-30 18:49

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 277 📥 116,032
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 381 📥 144,587
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 457 📥 152,042