Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get the overall status for the specified envelope.
External DocumentationTo learn more, visit the Docusign documentation.

Basic Parameters

ParameterDescription
Envelope IDThe ID of the envelope.

Advanced Parameters

ParameterDescription
Advanced UpdateWhen checked, sets the envelope’s signing location to ‘online’, where the envelope information can be added or modified.

Example Output

{
	"status": "<string>",
	"documentsUri": "<string>",
	"recipientsUri": "<string>",
	"attachmentsUri": "<string>",
	"envelopeUri": "<string>",
	"emailSubject": "<string>",
	"envelopeId": "<string>",
	"customFieldsUri": "<string>",
	"autoNavigation": "<string>",
	"envelopeIdStamping": "<string>",
	"notificationUri": "<string>",
	"enableWetSign": "<string>",
	"allowMarkup": "<string>",
	"allowReassign": "<string>",
	"createdDateTime": "2025-04-06T11:41:02.0170000Z",
	"lastModifiedDateTime": "2025-04-06T11:41:02.0170000Z",
	"statusChangedDateTime": "2025-04-06T11:41:02.0170000Z",
	"documentsCombinedUri": "<string>",
	"certificateUri": "<string>",
	"templatesUri": "<string>",
	"purgeState": "<string>",
	"is21CFRPart11": "<string>",
	"signerCanSignOnMobile": "<string>",
	"isSignatureProviderEnvelope": "<string>",
	"allowViewHistory": "<string>",
	"disableResponsiveDocument": "<string>"
}

Workflow Library Example

Get Envelope with Docusign and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop