dox42 DocuSignAction parameters to be used in the dox42 Server call

Prev Next

In order to use the DocuSignAction in the dox42 Server call, use the action name DocuSignAction42.DocuSignAction or create a call with the dox42 Service Designer.

Parameter name

Requirement

Description

DocuSignCredentialsUser

mandatory

Contains the DocuSign username (normally the e-mail address).

DocuSignCredentialsPassWord

mandatory

Contains the DocuSign password, since 2023 this is a general app password, instead of a user password.

RecipientEMail

mandatory

Contains the intended signer’s e-mail address.

  • In case of several signers: list them and use a semicolon (;) between the signers’ e-mail addresses.

RecipientName

mandatory

Contains the intended signer’s name.

  • In case of several signers: list the names and use a semicolon (;) between the signers’ names.

EmailHeader

mandatory

Content of the e-mail header.

EmailBody

mandatory

Content of the e-mail body.

DocuSignAccountID

optional

Important

Contains the DocuSign Account ID.

DocumentFileName

mandatory

Contains the name of the document.

Example: Contract_<%Customer.Name%>.pdf

Environment

optional

Contains the environment.

Values:

  • Demo (Default)

  • Prod

Example of DocuSignAction call in dox42 Server Designer

Example of DocuSignAction call in dox42 Service Designer