docusign

Docusign custom node for n8n

Package Information

Downloads: 280 weekly / 290 monthly
Latest Version: 0.0.3
Author: Hans Doebel

Documentation

n8n-nodes-docusign

⚠️ Early Development Stage: This node is currently in very early development. Not all operations have been tested yet. Use with caution in production environments.

Docusign integration for n8n workflow automation platform.

Installation

Community Nodes

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter package name: n8n-nodes-docusign
  4. Agree to the risks of using community nodes
  5. Select Install

Manual Installation

npm install n8n-nodes-docusign

Authentication

This node uses OAuth2 for authentication.

Setup

  1. Create a Docusign developer account at developers.docusign.com
  2. Create an integration in the Docusign Admin Console
  3. Configure OAuth settings and obtain Client ID and Client Secret
  4. In n8n, create new Docusign OAuth2 credentials
  5. Enter your Client ID, Client Secret, and account base URI
  6. Complete the OAuth flow

For detailed instructions, see the Docusign OAuth documentation.

Supported Resources

  • Accounts
  • Billing
  • Bulk Envelopes
  • Cloud Storage
  • Connect
  • Custom Tabs
  • Diagnostics
  • Envelopes
  • Folders
  • Groups
  • Notary
  • Organizations
  • Permission Profiles
  • PowerForms
  • Signatures
  • Signing Groups
  • Templates
  • Users
  • Workspaces

Development

Setup

git clone https://github.com/hansdoebel/n8n-nodes-docusign.git
cd n8n-nodes-docusign
npm install

Resources

Credits

Initial code by JanThiel

Discussion