YouSign_MakeSigner

Description

Create a DmSigner object to be later used with the activity YouSign_SignFromTemplate in the Signers argument. You can optionally use the "Customized Signature" options to dynamically place a signature field on a document.


Input

TemplateSignerName InArgument<String> REQUIRED

The name of the signer to replace. This must match the name of one of the signers configured in the template


Input - Customize signature

SignatureFileName InArgument<String>

Apply a signature field on the specified document. This parameter is only needed if there are multiple documents

SignatureHeight InArgument<Int32>

Height of the signature field.

SignaturePageIndex InArgument<Int32>

Apply a signature field at the specified page index. The index is zero-based. Negative indices go backwards from the last page (-1 is the last page)

SignatureWidth InArgument<Int32>

Width of the signature field.

SignatureX InArgument<Int32>

Horizontal coordinate of the signature field. Zero is the left border.

SignatureY InArgument<Int32>

Vertical coordinate of the signature field. Zero is the top border.


Input - Options

SignatureAuthenticationMode InArgument<SignatureAuthenticationMode>

Define the authentication mode (none, sms, email)

SignatureLevel InArgument<SignatureLevel>

Define the signature level (standard, qualified, advanced) for this user


Input - Redirects

DeclineUrl InArgument<String>

The URL to which the user must be redirected after declining to sign

ErrorUrl InArgument<String>

The URL to which the user must be redirected after a failed signature attempt

SuccessUrl InArgument<String>

The URL to which the user must be redirected after a successful signature


Input - User info

Email InArgument<String> REQUIRED

FirstName InArgument<String> REQUIRED

LastName InArgument<String> REQUIRED

Locale InArgument<Locale> REQUIRED

The locale (language) to use for emails and user interfaces shown to this signer

PhoneNumber InArgument<String>


Output

Result OutArgument<DmSigner> REQUIRED

A DmSigner object to be used with the activity YouSign_SignFromTemplate