You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This parameter is only applicable if embedded_signing_enabled is set to 1.
911
+
* When this parameter is set, embedded document signers will be notified by email.
912
+
*/
913
+
deliverEmail: boolean,
914
+
/**
915
+
* This parameter is used to specify if signer authentication by SMS is enabled.
916
+
*/
917
+
signerAuthenticationSmsEnabled: boolean,
918
+
/**
919
+
* If signer authentication by SMS is enabled, this parameter is used to specify the phone number to which SMS validation will be delivered. ITU call prefix can start both with 00 or + sign.
920
+
*/
921
+
signerAuthenticationPhoneNumber: string,
922
+
/**
923
+
* This parameter can be used to specify a custom message (upon document delivery) for the current signer. Please note that for the current signer the general document message will be overriden by this parameter.
924
+
*/
925
+
message: string,
926
+
/**
927
+
* This parameter is used to specify the language in which signing notifications (emails), the document status page and the signature process will appear for this signer.
0 commit comments