⚠️ 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.
- Go to Settings > Community Nodes
- Select Install
- Enter package name:
n8n-nodes-docusign - Agree to the risks of using community nodes
- Select Install
npm install n8n-nodes-docusignThis node uses OAuth2 for authentication.
- 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.
- Accounts
- Billing
- Bulk Envelopes
- Cloud Storage
- Connect
- Custom Tabs
- Diagnostics
- Envelopes
- Folders
- Groups
- Notary
- Organizations
- Permission Profiles
- PowerForms
- Signatures
- Signing Groups
- Templates
- Users
- Workspaces
git clone https://github.com/hansdoebel/n8n-nodes-docusign.git
cd n8n-nodes-docusign
npm install- 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
Initial code by JanThiel