Forums
I have downloaded the new SDK version 11 and installed it in my application. I have updated my api key to the new one I received when I created a new sandbox account. I have updated my code to call the designer and signing urls. However, when displaying these views, it looks like the old designer and signing views. Am I missing something? Thank you, Colleen
Forums
Is there any way how we can authenticate the signing process using email address rather than the phonenumber. The scenario to be more precise is that after eslClient.SendPackage(packageId); When we get the signingUrl back, we would want to authenticate it via email. I have found the authentication via phone number in one of your forums. But could not find the authentication for the email. Thanks, Sumit
Forums
Greetings We just got our prod and sandbox Fed Ramp tenant and I'm testing my code there. Getting errors. For instance the code worked on Commercial tenant (https://sandbox.esignlive.com) but not on Fed Ramp (https://sandbox-gov.esignlive.com) Silanis.ESL.SDK.Page documentPackages = eslClient.PackageService.GetPackages(DocumentPackageStatus.SENT, new PageRequest(0)); getting the error {"Could not get package list. Exception: Unexpected character encountered while parsing value: . Path '', line 1, position 1."} Help Jim
Forums
I have seen the example of GetCompletedPackagesWithinDateRangeExample.cs in github from the following link https://github.com/eSignLive/esl.sdk.net/blob/master/sdk/SDK.Examples/src/GetCompletedPackagesWithinDateRangeExample.cs I have seen the following lines of code completedPackages = getPackagesByPackageStatus(DocumentPackageStatus.COMPLETED, START_DATE, END_DATE); What will be next step in order to download all the documents inside of that p
Forums
Hi Michael, I have used the following code to get the urlToDsigner string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken(); AuthenticationClient authenticationClient = new AuthenticationClient("https://sandbox.esignlive.com"); string urlToDesigner = authenticationClient.BuildRedirectToDesignerForUserAuthenticationToken(userAuthenticationToken, packageId); When i enter the url: https://sandbox.esignlive.com/auth?authenticationToken=ZGJhYmYzODktNzRiYy00YWI2LWJlMDYtYWVjNjg5ZGE3YWIw&target=https%3a%2f%2fsandbox.esignlive.com%2fdesigner%2fVwT5l
Forums
How can we attach an existing Template of e-SignLive into our web forms without having to create and send a package using .NET SDK. Suppose we already have the template ready in e-SignLive. How can we use that template in our web site so that user can open the template and signs the document. Is there any way to get the url for the existing Template of e-SignLive? -Sumit