adobe-sign-api

Automate Adobe Acrobat Sign e-signature workflows via REST API v6.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NCLGISA/trellis-catalog --skill adobe-sign-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adobe-sign-api
Source: https://github.com/NCLGISA/trellis-catalog/tree/main/bridges/adobe-sign/skills/adobe-sign-api
Command: npx skills add https://github.com/NCLGISA/trellis-catalog --skill adobe-sign-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires adobe_sign_client.py, adobe_sign_agreements.py, adobe_sign_document_reader.py, adobe_sign_templates.py, adobe_sign_users.py, adobe_sign_webhooks.py, adobe_sign_widgets.py, adobe_sign_check.py, adobe_sign_bridge_tests.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire e-signature process, from sending agreements to extracting data from signed documents, eliminating manual tracking and data entry.

Core Features & Use Cases

  • Agreement Management: Send, track, cancel, and remind on agreements.
  • Document Extraction: Extract text and form data from signed PDFs, including OCR for scanned documents.
  • Use Case: Automatically send standard NDAs to new vendors, track their completion, and extract key terms once signed, all without manual intervention.

Quick Start

Use the adobe-sign-api skill to list all signed agreements.

Frequently Asked Questions about adobe-sign-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Adobe Acrobat Sign e-signature workflows via REST API?

Adobe Acrobat Sign e-signature workflows are automated using REST API v6 to manage agreements, templates, web forms, users, and webhooks through deterministic Python scripts. This eliminates manual tracking and data entry by programmatically sending agreements and monitoring their completion status.

Can I extract text and form data from signed PDFs including scanned documents?

Text and form data can be extracted from signed PDFs using advanced document content extraction capabilities, including OCR for scanned documents. This allows you to automatically retrieve key terms and audit trails from signed agreements without manual intervention once the e-signature process is complete.

What's the best way to send and track standard agreements automatically without manual intervention?

Automating standard agreements like NDAs is handled by programmatically sending documents to recipients and tracking their completion status through the REST API. Once signed, the system automatically extracts key terms, eliminating manual tracking and data entry throughout the entire e-signature workflow lifecycle.

Does Adobe Acrobat Sign API integration support webhook notifications for agreement status updates?

Webhook notifications are supported for agreement status updates, enabling real-time tracking of e-signature events. The API integration manages webhooks alongside agreements, templates, web forms, and users, allowing automated downstream actions upon document completion without polling the REST API.

How do I manage Adobe Sign templates and web forms for document automation?

Adobe Sign templates and web forms are managed directly through REST API v6 endpoints, enabling standardized document automation. Python scripts execute deterministic tasks to create, update, and retrieve templates and web forms, streamlining the preparation phase of the e-signature workflow.

Why use Python scripts for Adobe Sign API integration instead of manual document tracking?

Python scripts provide deterministic task execution and data processing for Adobe Sign API integration, replacing manual document tracking. This approach ensures reliable automation of agreement management, document extraction, and user administration, reducing human error and eliminating repetitive manual data entry.