The /docusign command enables you to manage and automate document workflows with electronic signatures. Perfect for:

  • Creating signature requests
  • Sending documents for signing
  • Tracking envelope status
  • Managing recipients
  • Automating workflows

Basic Usage

Use the command to interact with DocuSign:

/docusign create envelope with document "contract.pdf" for john@example.com
/docusign send envelope 12345678-1234-1234-1234-123456789012
/docusign check status of envelope 12345678-1234-1234-1234-123456789012

Key Features

Envelope Creation

  • Create envelopes
  • Add documents
  • Set recipients
  • Define signature locations
  • Configure email subjects

Document Management

  • Upload documents
  • Set document order
  • Add signature tabs
  • Configure fields

Recipient Management

  • Add signers
  • Set signing order
  • Configure authentication
  • Track recipient status

Status Tracking

  • Check envelope status
  • Search envelopes
  • View completion status
  • Monitor progress

Example Commands

Create Envelope

/docusign create envelope "Please sign contract" with document contract.pdf for signer john@example.com

Get Envelope Details

/docusign get envelope 12345678-1234-1234-1234-123456789012

Update Envelope

/docusign update envelope 12345678-1234-1234-1234-123456789012 subject "Updated: Please review and sign"

Send Envelope

/docusign send envelope 12345678-1234-1234-1234-123456789012

Search Envelopes

/docusign search for completed envelopes

View Custom Fields

/docusign get custom fields for envelope 12345678-1234-1234-1234-123456789012

Required Information

Account ID

You’ll need your DocuSign account ID to use the API. Find it in your DocuSign admin settings.

Document Format

Documents must be base64 encoded when creating envelopes.

Envelope Status Values

  • created: Draft state
  • sent: Sent for signing
  • completed: All signed
  • voided: Cancelled

Signature Tab Placement

Use anchor strings to place signature tabs:

  • anchorString: Text to search for
  • anchorYOffset: Vertical offset
  • anchorUnits: “pixels” or “inches”

Tips

  • Always provide account ID first
  • Documents must be base64 encoded
  • Use anchor strings for signature placement
  • Check envelope status before sending

The /docusign command enables you to manage and automate document workflows with electronic signatures. Perfect for:

  • Creating signature requests
  • Sending documents for signing
  • Tracking envelope status
  • Managing recipients
  • Automating workflows

Basic Usage

Use the command to interact with DocuSign:

/docusign create envelope with document "contract.pdf" for john@example.com
/docusign send envelope 12345678-1234-1234-1234-123456789012
/docusign check status of envelope 12345678-1234-1234-1234-123456789012

Key Features

Envelope Creation

  • Create envelopes
  • Add documents
  • Set recipients
  • Define signature locations
  • Configure email subjects

Document Management

  • Upload documents
  • Set document order
  • Add signature tabs
  • Configure fields

Recipient Management

  • Add signers
  • Set signing order
  • Configure authentication
  • Track recipient status

Status Tracking

  • Check envelope status
  • Search envelopes
  • View completion status
  • Monitor progress

Example Commands

Create Envelope

/docusign create envelope "Please sign contract" with document contract.pdf for signer john@example.com

Get Envelope Details

/docusign get envelope 12345678-1234-1234-1234-123456789012

Update Envelope

/docusign update envelope 12345678-1234-1234-1234-123456789012 subject "Updated: Please review and sign"

Send Envelope

/docusign send envelope 12345678-1234-1234-1234-123456789012

Search Envelopes

/docusign search for completed envelopes

View Custom Fields

/docusign get custom fields for envelope 12345678-1234-1234-1234-123456789012

Required Information

Account ID

You’ll need your DocuSign account ID to use the API. Find it in your DocuSign admin settings.

Document Format

Documents must be base64 encoded when creating envelopes.

Envelope Status Values

  • created: Draft state
  • sent: Sent for signing
  • completed: All signed
  • voided: Cancelled

Signature Tab Placement

Use anchor strings to place signature tabs:

  • anchorString: Text to search for
  • anchorYOffset: Vertical offset
  • anchorUnits: “pixels” or “inches”

Tips

  • Always provide account ID first
  • Documents must be base64 encoded
  • Use anchor strings for signature placement
  • Check envelope status before sending