getDocuSignDocument
The DocuSign e-sign integration is not part of the standard Dynamo license; please contact support@documill.com to enable the licenses.
Retrieves the specified DocuSign envelope's document if it has been signed by all of its signers. In other words, the envelope's status needs to be "complete" or otherwise this command will not retrieve the document.
Attributes
envelopeFileVar | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | No |
Defines the name of the variable that will hold the document of the envelope. The document will be a PDF File. |
envelopeId | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the ID of the DocuSign envelope whose document is retrieved. |
username | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the user name for DocuSign API authentication. The resolved value is expected to be the DocuSign user's email login or API username. |
password | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the password for DocuSign API authentication. |
integratorKey | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the integrator key for DocuSign API authentication. |
environment | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines if the API is used in production or demo environment. The resolved value is expected to be either "production" or "demo" (case insensitive) - any other value or the value being undefined will produce an error. |