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 custom document field information from an existing envelope document.
External DocumentationTo learn more, visit the Docusign documentation.

Parameters

ParameterDescription
Document IDThe unique ID of the document within the envelope.
Envelope IDThe ID of the envelope.

Example Output

{
	"documentFields": [
		{
			"name": "<string>",
			"value": "<string>"
		}
	]
}

Workflow Library Example

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