Skip to main content

Overview

Create, send, and track e-signature envelopes in DocuSign. Call actions with automationType, action, and params from any workflow node that supports automations.

Authentication

  • DocuSign OAuth 2.0 (JWT or Authorization Code grant).

Available Actions

Click any action to jump to its example payload. Account Document Envelope Folder Recipient Template

Examples

Example 1: DocuSign: Get Service Info

Retrieves available REST API versions. No account ID required.

Example 2: DocuSign: Get Account

Retrieves account information for the specified account

Example 3: DocuSign: Create Envelope

Creates a new envelope (draft or sent)

Example 4: DocuSign: Get Envelope

Gets the status of an envelope

Example 5: DocuSign: List Envelopes

Gets status changes for one or more envelopes

Example 6: DocuSign: Send Envelope

Sends a draft envelope

Example 7: DocuSign: Void Envelope

Voids an envelope

Example 8: DocuSign: List Folders

Returns a list of folders

Example 9: DocuSign: List Folder Envelopes

Returns envelopes from a folder

Example 10: DocuSign: List Templates

Gets the list of templates for an account

Example 11: DocuSign: List Envelope Documents

Lists documents in an envelope

Example 12: DocuSign: List Recipients

Gets recipient status for an envelope

Example 13: DocuSign: Create Recipient View

Returns embedded signing URL for a recipient

Example 14: DocuSign: Get Template

Gets a template by ID

Example 15: DocuSign: Create Sender View

Returns URL to preview envelope in DocuSign UI

Example 16: DocuSign: Add Recipients

Adds recipients to a draft envelope

Example 17: DocuSign: Add Documents

Adds documents to a draft envelope

Third-Party Documentation