Skip to main content

Docusign

Integrates with the Docusign eSignature API to manage the full document signing lifecycle. Create envelopes with local documents (PDF, DOCX, etc.) or from pre-built templates, send them for signature, track envelope status, download signed documents, and void in-progress envelopes. Supports template management with role-based recipient assignment and CC recipients. Authenticates via OAuth2 with PKCE, supporting both demo/sandbox and production environments. Connect node is optional — credentials can be provided directly on each node.

NamespaceRobomotion.Docusign
Version1.1.0
CategoryeSignature, Business Software
Nodes12

Nodes

NodeDescription
ConnectOpens a connection to Docusign and returns a Client ID.
DisconnectCloses a Docusign connection.
Create EnvelopeCreates an envelope in Docusign.
Create Envelope from TemplateCreates an envelope from template in Docusign.
Send EnvelopeSends an envelope in Docusign.
Get EnvelopeGets an envelope in Docusign.
List EnvelopesLists envelopes in Docusign.
Download DocumentDownloads a document in Docusign.
Void EnvelopeVoid Envelope — see the properties below.
List TemplatesLists templates in Docusign.
Get TemplateGets a template in Docusign.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

11 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Create Envelope, Create Envelope from Template, Send Envelope, Get Envelope, List Envelopes, Download Document, Void Envelope, List Templates, Get Template.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.