documenso-webhooks-events

Featured

Implement Documenso webhook configuration and event handling. Use when setting up webhook endpoints, handling document events, or implementing real-time notifications for document signing. Trigger with phrases like "documenso webhook", "documenso events", "document completed webhook", "signing notification".

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 Webhooks & Events ## Overview Configure and handle Documenso webhooks for real-time document lifecycle notifications. Webhooks require a Teams plan or higher. The webhook secret is sent via the `X-Documenso-Secret` header (not HMAC-signed -- it is a shared secret comparison). ## Prerequisites - Documenso team account (webhooks require teams) - HTTPS endpoint for webhook reception - Completed `documenso-install-auth` setup ## Supported Events | Event | Trigger | Use Case | |-------|---------|----------| | `document.created` | New document created | Audit logging | | `document.sent` | Document sent for signing | Start SLA timers | | `document.opened` | Recipient opens the document | Track engagement | | `document.signed` | One recipient completes signing | Progress tracking | | `document.completed` | All recipients have signed | Trigger downstream workflows | | `document.rejected` | Recipient rejects | Alert sender, escalate | | `document.cancelled` | Sender cancels document | Cleanup, notify recipients | ## Instructions ### Step 1: Create Webhook via Dashboard 1. Log into Documenso, navigate to **Team Settings > Webhooks**. 2. Click **Create Webhook**. 3. Enter your **HTTPS endpoint URL**. 4. Select the events you want to receive. 5. (Optional) Enter a **webhook secret** -- this value will be sent as-is in the `X-Documenso-Secret` header on every request. 6. Save. ### Step 2: Webhook Handler (Express) ```typescript // src/webhooks/documenso.ts import exp...

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

lucidchart-webhooks-events

Webhooks Events for Lucidchart. Trigger: "lucidchart webhooks events".

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

intercom-webhooks-events

Implement Intercom webhook handling and data event tracking. Use when setting up webhook endpoints, processing Intercom notifications, or submitting custom data events for contact activity tracking. Trigger with phrases like "intercom webhook", "intercom events", "intercom webhook signature", "handle intercom events", "intercom data events", "track intercom events".

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

abridge-webhooks-events

Implement Abridge webhook handling for clinical documentation events. Use when receiving note completion notifications, encounter status changes, provider enrollment events, or quality alert callbacks from Abridge. Trigger: "abridge webhook", "abridge events", "abridge notifications", "abridge note completed event", "abridge encounter event".

2,266 Updated today
jeremylongshore