Topic Replies Freshness Views Users
Normal topic
Team We are experiencing intermittent issue while adding document to existing package. Please let us know why this could happen. For reference i will put in package on which we faced this exception. Upon retry, this is not happening. …
Normal topic
Hi, A quick question, is it possible to customize the Confirmation Popup text (See attached screenshot) ? thanks !
Normal topic
According to the comment in this thread from the REST forum, Harris indicates that ESL turned off support for TLS 1.0 this week. This breaks…
Normal topic
When calling the following register function :
EslClient eslClient = new EslClient(apikey, apiUrl);
eslClient.EventNotificationService.Register(
                EventNotificationConfigBuilder.NewEventNotificationConfig(callBackUrl)
 …
Normal topic
When I send a document to be signed, I'd like to auto populate a date field that is 30 days after the signing date. Is this possible with the SDK?
Normal topic
Hi there, I'm using the .NET integration guide found here to create a package: https://docs.esignlive.com/content/c_integrator_s_guide/sdk/a_introduction/getting_started_with_sdks.htm#Creating_Your_First_Document_Package When running…
Normal topic
I'm trying to send a document for signature using text extraction. It's working, but it's putting an extra signature field in the document that I don't want. My code looks like:
    .WithDocument(DocumentBuilder.NewDocumentNamed(…
Normal topic
I have a question, when I did this tutorial
Normal topic
I was generating Packages without a problem using my Code but now I am returning the following error when trying to send a new Package. What am I missing? DocumentPackage Package = PackageBuilder.NewPackageNamed…
Normal topic
In the latest SDK, there were additional signing ceremony customization's added. Specifically, I'm noticing WithOptOutOther and WithDeclineOther. I can't find any information about what these two settings do and what are their default…
Normal topic
In our software we generate a package in the background then display an IFrame to the URL created with the package from the .net SDK. Right now I have only seen this in your sandbox. If you sign the package normally everything works fine…
Normal topic
I am seeing a bug where the following occurs: 1. I create a package with 1 document and 1 signature placed using text anchors. 2. At a later time, I programmatically add another signature to that same package/document using text anchors. …
Normal topic
I am seeing a possible bug where I am creating a package with 1 document, 1 signer, and 1 signature. When creating the package, I give the signature a unique name using the
.WithName(string signatureName)
method. Then, when I…
Normal topic
Is there a way to stop eSign from sending the document creation email to the signee? We load the document in an iframe and do not wish to have this email sent out, as it enables the signee to sign the document outside of our website. I'm…
Normal topic
Is bulk package creation and sending supported in .NET SDK API? Right now i am looping through a collection of package to create and send Package one by one through 'CreateAndSendPackage' API method in EslClient. Regards.
Normal topic
Is it possible to get data back from a package after it has been signed? For example if I have a text field on a template, after it has been filled out and signed, is there a way to get that data within my visual studio project?
Normal topic
Should I be able to view current packages for all senders under the same account using the API key and .NET SDK? I have created a Sandbox account with an additional sender and can successfully create a new package in DRAFT passing only…
Normal topic
I saw an earlier post indicating that Bounce events are not accessible through the API. Can this be confirmed? If so, is there a suggested way to deal with this through code in the scenario that the listening service is offline at the…
Normal topic
Hello, We are setting a particular document in the package to use AcceptFor signatures. The document in question IS NOT the standard eSign consent form. It is another document that we simply want the signer to acknowledge. We are using…
Normal topic
Hi See Attachment Here's the DOCUMENT_SIGNED push notification, I can't associate the sessionUser to either signer in the Package object returned from the SDK. (see the screen shot below, I have the signer Ids boxed in red) Is this a…
Normal topic
Hi All, I am getting the below error, while using the WithExtractionType method :
DocumentBuilder' does not contain a definition for 'WithExtractionType' and no extension method 'WithExtractionType' accepting a first…
Normal topic
I was reading through the blog found at: https://www.esignlive.com/blog/esignlive-tls-support/, and what I would like to know does the 10.13 (.Net) SDK support TLS 1.2? Specifically our .Net solution is using the .Net 3.5 Framework, so I…
Normal topic
Hi I have been playing with embedded signing URL generations lately and originally learned from this blog post that " Once you’ve…
Normal topic
Hi, On december 1st 2017, I have submitted a Pull Request on GitHub as I wanted to have my enhancement merged into the official SDK. After multiple tries to ask for a code…
Normal topic
I am implementing eSignLive integration with one of my services. I need a detailed documentation of all 'Optional details message' for 400 Bad requests that can be thrown on createPackage SDK method. Is there such a documentation available?