documenso-core-workflow-b

Featured

Implement Documenso template-based workflows and direct signing links. Use when creating reusable templates, generating documents from templates, or implementing direct signing experiences. Trigger with phrases like "documenso template", "signing link", "direct template", "reusable document", "template workflow".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Documenso Core Workflow B: Templates & Direct Signing ## Overview Create reusable templates, generate documents from templates with prefilled fields, and implement direct signing links for public/anonymous signers. Templates define the PDF, fields, and recipient roles once — then stamp out documents on demand. ## Prerequisites - Completed `documenso-core-workflow-a` - At least one PDF uploaded to Documenso as a template - Understanding of recipient roles and field types ## Instructions ### Step 1: Create a Template via Dashboard Templates are created in the Documenso UI: 1. Navigate to **Templates** in the sidebar. 2. Click **Create Template** and upload a PDF. 3. Add **placeholder recipients** (e.g., "Signer 1", "Approver") — these become roles that get filled when creating documents from the template. 4. Place fields on the PDF and assign them to placeholder recipients. 5. Save the template and note the **template ID** from the URL. ### Step 2: Create Document from Template (v1 REST API) ```typescript // The v1 API has a dedicated template endpoint const templateId = 42; // From the dashboard URL const res = await fetch( `https://app.documenso.com/api/v1/templates/${templateId}/create-document`, { method: "POST", headers: { Authorization: `Bearer ${process.env.DOCUMENSO_API_KEY}`, "Content-Type": "application/json", }, body: JSON.stringify({ title: "Service Agreement — Acme Corp", recipients: [ { ema...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

documenso-core-workflow-a

Implement Documenso document creation and recipient management workflows. Use when creating documents, managing recipients, adding signature fields, or building signing workflows with Documenso. Trigger with phrases like "documenso document", "create document", "add recipient", "documenso signer", "signature field".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-hello-world

Create a minimal working Documenso example. Use when starting a new Documenso integration, testing your setup, or learning basic document signing patterns. Trigger with phrases like "documenso hello world", "documenso example", "documenso quick start", "simple documenso code", "first document".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-performance-tuning

Optimize Documenso integration performance with caching, batching, and efficient patterns. Use when improving response times, reducing API calls, or optimizing bulk document operations. Trigger with phrases like "documenso performance", "optimize documenso", "documenso caching", "documenso batch operations".

2,266 Updated today
jeremylongshore
AI & Automation Featured

docusign-automation

Automate DocuSign tasks via Rube MCP (Composio): templates, envelopes, signatures, document management. Always search tools first for current schemas.

39,227 Updated today
sickn33
AI & Automation Listed

docusign-automation

Automate DocuSign tasks via Rube MCP (Composio): templates, envelopes, signatures, document management. Always search tools first for current schemas.

335 Updated today
aiskillstore