Kosta

Can I use different Signing types for multiple signers

0 votes
Hello, I am working on an eSignLive integrtion through the SDK and I have the following requirement for multiple signers: Given: a DocumentPackage for signing with eSignLive and 3 Signers. Then: 1st&3rd Signers should "Click to Sign" (using provided in email link) 2nd Signer: should NOT get the email notification and should be able to just "Click to accept". Could you tell me if this can be implemented or I need to remove the 2nd Signer from the Recipients list, before sending the package for sending? Thank you very much in advance.

Approved Answer

Reply to: Can I use different Signing types for multiple signers

1 votes
Hi kosta, The email configuration is on an account level. What this means is that you can essentially only have the email sent out or turn them off (need to send our support team a request to have it turned off). What I can suggest you is to have the emails turned off and manually notify each signer you want to sign through the email link. The call is:
eslClient.getPackageService().notifySigner(packageId, "[email protected]", null);
Support's email: [email protected]
Haris Haidary OneSpan Technical Consultant

Reply to: Can I use different Signing types for multiple signers

0 votes
Hello Haris, thank you very much for the update. I will follow your example. Regards, Kosta.

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off