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
- Go to Settings > Community Nodes
- Select Install
- Enter package name:
n8n-nodes-docusign - Agree to the risks of using community nodes
- Select Install
Manual Installation
npm install n8n-nodes-docusign
Authentication
This node uses OAuth2 for authentication.
Setup
- Create a Docusign developer account at developers.docusign.com
- Create an integration in the Docusign Admin Console
- Configure OAuth settings and obtain Client ID and Client Secret
- In n8n, create new Docusign OAuth2 credentials
- Enter your Client ID, Client Secret, and account base URI
- 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
- n8n Website
- n8n community nodes documentation
- Docusign Website
- Docusign API documentation
- Docusign API reference
- Docusign Login
- Zapier Docusign Integrations
- GitHub Repository
- Sample PDF
- ocusign-esign-node-client
Credits
Initial code by JanThiel