Docusign custom node for n8n
npm install 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.
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
``bash`
npm install n8n-nodes-docusign
This node uses OAuth2 for authentication.
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.
- Accounts
- Billing
- Bulk Envelopes
- Cloud Storage
- Connect
- Custom Tabs
- Diagnostics
- Envelopes
- Folders
- Groups
- Notary
- Organizations
- Permission Profiles
- PowerForms
- Signatures
- Signing Groups
- Templates
- Users
- Workspaces
`bash``
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