DocuSign

Send documents for e-signature via DocuSign

DocuSign is the world's leading e-signature platform, enabling businesses to send, sign, and manage agreements digitally. With its powerful eSignature REST API, DocuSign supports the full document lifecycle from creation through completion.

With the DocuSign integration in Sim, you can:

  • Send envelopes: Create and send documents for e-signature with custom recipients and signing tabs
  • Use templates: Send envelopes from pre-configured DocuSign templates with role assignments
  • Track status: Get envelope details including signing progress, timestamps, and recipient status
  • List envelopes: Search and filter envelopes by date range, status, and text
  • Download documents: Retrieve signed documents as base64-encoded files
  • Manage recipients: View signer and CC recipient details and signing status
  • Void envelopes: Cancel in-progress envelopes with a reason

In Sim, the DocuSign integration enables your agents to automate document workflows end-to-end. Agents can generate agreements, send them for signature, monitor completion, and retrieve signed copies—powering contract management, HR onboarding, sales closings, and compliance processes.

Usage Instructions

Create and send envelopes for e-signature, use templates, check signing status, download signed documents, and manage recipients with DocuSign.

Tools

docusign_send_envelope

Create and send a DocuSign envelope with a document for e-signature

Input

ParameterTypeRequiredDescription
emailSubjectstringYesEmail subject for the envelope
emailBodystringNoEmail body message
signerEmailstringYesEmail address of the signer
signerNamestringYesFull name of the signer
ccEmailstringNoEmail address of carbon copy recipient
ccNamestringNoFull name of carbon copy recipient
filefileNoDocument file to send for signature
statusstringNoEnvelope status: "sent" to send immediately, "created" for draft (default: "sent")

Output

ParameterTypeDescription
envelopeIdstringCreated envelope ID
statusstringEnvelope status
statusDateTimestringStatus change datetime
uristringEnvelope URI

docusign_create_from_template

Create and send a DocuSign envelope using a pre-built template

Input

ParameterTypeRequiredDescription
templateIdstringYesDocuSign template ID to use
emailSubjectstringNoOverride email subject (uses template default if not set)
emailBodystringNoOverride email body message
templateRolesstringYesJSON array of template roles, e.g. [{"roleName":"Signer","name":"John","email":"john@example.com"}]
statusstringNoEnvelope status: "sent" to send immediately, "created" for draft (default: "sent")

Output

ParameterTypeDescription
envelopeIdstringCreated envelope ID
statusstringEnvelope status
statusDateTimestringStatus change datetime
uristringEnvelope URI

docusign_get_envelope

Get the details and status of a DocuSign envelope

Input

ParameterTypeRequiredDescription
envelopeIdstringYesThe envelope ID to retrieve

Output

ParameterTypeDescription
envelopeIdstringEnvelope ID
statusstringEnvelope status (created, sent, delivered, completed, declined, voided)
emailSubjectstringEmail subject line
sentDateTimestringWhen the envelope was sent
completedDateTimestringWhen all recipients completed signing
createdDateTimestringWhen the envelope was created
statusChangedDateTimestringWhen the status last changed
voidedReasonstringReason the envelope was voided
signerCountnumberNumber of signers
documentCountnumberNumber of documents

docusign_list_envelopes

List envelopes from your DocuSign account with optional filters

Input

ParameterTypeRequiredDescription
fromDatestringNoStart date filter (ISO 8601). Defaults to 30 days ago
toDatestringNoEnd date filter (ISO 8601)
envelopeStatusstringNoFilter by status: created, sent, delivered, completed, declined, voided
searchTextstringNoSearch text to filter envelopes
countstringNoMaximum number of envelopes to return (default: 25)

Output

ParameterTypeDescription
envelopesarrayArray of DocuSign envelopes
envelopeIdstringUnique envelope identifier
statusstringEnvelope status (created, sent, delivered, completed, declined, voided)
emailSubjectstringEmail subject line
sentDateTimestringISO 8601 datetime when envelope was sent
completedDateTimestringISO 8601 datetime when envelope was completed
createdDateTimestringISO 8601 datetime when envelope was created
statusChangedDateTimestringISO 8601 datetime of last status change
totalSetSizenumberTotal number of matching envelopes
resultSetSizenumberNumber of envelopes returned in this response

docusign_void_envelope

Void (cancel) a sent DocuSign envelope that has not yet been completed

Input

ParameterTypeRequiredDescription
envelopeIdstringYesThe envelope ID to void
voidedReasonstringYesReason for voiding the envelope

Output

ParameterTypeDescription
envelopeIdstringVoided envelope ID
statusstringEnvelope status (voided)

docusign_download_document

Download a signed document from a completed DocuSign envelope

Input

ParameterTypeRequiredDescription
envelopeIdstringYesThe envelope ID containing the document
documentIdstringNoSpecific document ID to download, or "combined" for all documents merged (default: "combined")

Output

ParameterTypeDescription
base64ContentstringBase64-encoded document content
mimeTypestringMIME type of the document
fileNamestringOriginal file name

docusign_list_templates

List available templates in your DocuSign account

Input

ParameterTypeRequiredDescription
searchTextstringNoSearch text to filter templates by name
countstringNoMaximum number of templates to return

Output

ParameterTypeDescription
templatesarrayArray of DocuSign templates
templateIdstringTemplate identifier
namestringTemplate name
descriptionstringTemplate description
sharedbooleanWhether template is shared
createdstringISO 8601 creation date
lastModifiedstringISO 8601 last modified date
totalSetSizenumberTotal number of matching templates
resultSetSizenumberNumber of templates returned in this response

docusign_list_recipients

Get the recipient status details for a DocuSign envelope

Input

ParameterTypeRequiredDescription
envelopeIdstringYesThe envelope ID to get recipients for

Output

ParameterTypeDescription
signersarrayArray of DocuSign recipients
recipientIdstringRecipient identifier
namestringRecipient name
emailstringRecipient email address
statusstringRecipient signing status (sent, delivered, completed, declined)
signedDateTimestringISO 8601 datetime when recipient signed
deliveredDateTimestringISO 8601 datetime when delivered to recipient
carbonCopiesarrayArray of carbon copy recipients
recipientIdstringRecipient ID
namestringRecipient name
emailstringRecipient email
statusstringRecipient status

On this page

Start building today
Trusted by over 100,000 builders.
The open-source platform to build AI agents and run your agentic workforce.
Get started