documenso-common-errors

Featured

Diagnose and resolve common Documenso API errors and issues. Use when encountering Documenso errors, debugging integration issues, or troubleshooting failed operations. Trigger with phrases like "documenso error", "documenso 401", "documenso failed", "fix documenso", "documenso not working".

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 Common Errors ## Overview Quick-reference troubleshooting guide for Documenso API errors. Covers authentication, document lifecycle, field validation, file upload, webhook, and SDK-specific issues with concrete solutions. ## Prerequisites - Working Documenso integration (see `documenso-install-auth`) - Access to application logs - API key available ## HTTP Error Reference | Status | Error | Cause | Solution | |--------|-------|-------|----------| | 401 | Unauthorized | Invalid, expired, or missing API key | Regenerate key in dashboard; verify `Authorization: Bearer <key>` header | | 403 | Forbidden | Personal key accessing team resources | Use a team-scoped API token | | 404 | Not Found | Wrong document/template ID or deleted resource | Verify ID with `GET /api/v1/documents` | | 400 | Bad Request | Invalid payload or missing required fields | Check request body against API spec | | 413 | Payload Too Large | PDF exceeds upload limit | Compress PDF; cloud plan limit varies by tier | | 429 | Too Many Requests | Rate limit exceeded | Implement backoff; see `documenso-rate-limits` | | 500/502/503 | Server Error | Documenso infrastructure issue | Retry with exponential backoff; check [status.documenso.com](https://status.documenso.com) | ## Instructions ### Scenario 1: 401 Unauthorized ```typescript // WRONG: missing or malformed header const res = await fetch("https://app.documenso.com/api/v1/documents", { headers: { "Authorization": process.env.DOCUMENSO_AP...

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-install-auth

Install and configure Documenso SDK/API authentication. Use when setting up a new Documenso integration, configuring API keys, or initializing Documenso in your project. Trigger with phrases like "install documenso", "setup documenso", "documenso auth", "configure documenso API key".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-security-basics

Implement security best practices for Documenso document signing integrations. Use when securing API keys, configuring webhooks securely, or implementing document security measures. Trigger with phrases like "documenso security", "secure documenso", "documenso API key security", "documenso webhook security".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-rate-limits

Implement Documenso rate limiting, backoff, and request throttling patterns. Use when handling rate limit errors, implementing retry logic, or optimizing API request throughput for Documenso. Trigger with phrases like "documenso rate limit", "documenso throttling", "documenso 429", "documenso retry", "documenso backoff".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-debug-bundle

Comprehensive debugging toolkit for Documenso integrations. Use when troubleshooting complex issues, gathering diagnostic information, or creating support tickets for Documenso problems. Trigger with phrases like "debug documenso", "documenso diagnostics", "troubleshoot documenso", "documenso support ticket".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-common-errors

Diagnose and fix Webflow Data API v2 errors — 400, 401, 403, 404, 409, 429, 500. Use when encountering Webflow API errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "webflow error", "fix webflow", "webflow not working", "debug webflow", "webflow 429", "webflow 401".

2,266 Updated today
jeremylongshore