This is an n8n community node. It lets you use Clisign API in your n8n workflows.
Clicksign is a Brazilian electronic signature platform that provides legally valid document signing capabilities with features like automation, WhatsApp integration, and AI-powered document processing. It offers a comprehensive API for creating documents, managing signers, and automating contract workflows while ensuring compliance with Brazilian legislation for document integrity, authenticity, and non-repudiation.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources
Follow the installation guide in the n8n community nodes documentation.
This node supports the following Clicksign operations:
- List Envelopes: Retrieve all envelopes from your Clicksign account
- List Documents in Envelope: Get all documents within a specific envelope
- Create Envelope: Create a new envelope for document signing
To use this node, you need to create a Clicksign API credential. You can do this in the n8n credentials panel.
- Create a Clicksign account at clicksign.com
- Generate an API access token from your Clicksign dashboard
- In n8n, go to Settings → Credentials
- Click Add Credential and select Clicksign API
- Enter your Access Token from your Clicksign account
- Select the appropriate Environment:
- Sandbox: For testing and development
- Production: For live applications
- Click Save to store your credentials securely
For detailed instructions on obtaining your API access token, visit the Clicksign API documentation.
- Node.js: Requires Node.js version 20.15 or higher
- n8n: Compatible with n8n versions that support community nodes
- n8n Nodes API Version: 1
This node is built using the n8n community node framework and should work with any n8n installation that supports community nodes. The node uses the latest n8n workflow API and follows current best practices for community node development.
This node allows you to integrate Clicksign electronic signature workflows into your n8n automations. Here are some common use cases:
- Use the Create Envelope operation to generate new envelopes
- Set up automatic reminders and deadlines for signers
- Configure custom messages and subjects for your documents
Related Documentation:
- Use List Envelopes to check your created envelopes
- Check the status of pending signatures
- Track completion rates and deadlines
- Use List Documents in Envelope to retrieve all documents within a specific envelope
- Process signed documents for further automation
- Extract metadata from completed signatures
- Sandbox Environment: Always test your workflows in the Sandbox environment before moving to Production
- Production Environment: Use for live applications and real document signing
- Use n8n's error handling nodes to manage API failures gracefully
- Implement retry logic for transient failures
- Monitor workflow execution for any authentication or permission issues
- The node returns structured JSON data that can be easily mapped to other nodes
- Use n8n's data transformation nodes to format responses for your specific needs
- Store sensitive data securely using n8n's credential management
For beginners, check out the n8n Try it out documentation to learn the basics of workflow automation.