Forums
esignlive's httpcomponents version is 4.3.6. We were previously using 4.0, and I updated our builds to use 4.3.6. We have now run into an issue where that breaks another of our third-party dependencies. Is esignlive compatible with 4.2.2 or earlier (we would prefer to revert to 4.0).
Forums
Hi, I am trying to use ReportService call from JAVA SDK and noticed that it does not have the up to date data about the senders. For example if I generate a report using eslClient.getReportService().downloadCompletionReport(PackageStatus.DRAFT, from, to) I have noticed that for certain senders which are newly created, the report shows its senderID as Null. Any idea why this could be? Thanks.
Forums
Hi, When 'eslClient.getPackageService().getPackage({packageID}).getSigners()' is used, it gives a list of all signers including the sender as one of the signers. This is the case even though the sender has no documents to sign. Is there a way to exclude a sender from the signer list (if sender does not have any docs to sign)? Thanks, Sudhangi
Forums
Hi, My scenario is, we want to customize the emails send to signers so that the link is not sent in the email and they are just provided with instructions to login into our application to do so. Now, my question is, after creating package we have received packageId. Is there any API to fetch the link which DR would have received in email to sign the documents?