Topic Replies Freshness Views Users
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?
Normal topic
We are trying to upload the attached PDF (eF2 - Sign.pdf) to eSignLive as a document to sign. It contains a signature block embedded in it. The error we get while ww upload it from eSignLive portal (image attached herewith) is the same…
Normal topic
Hi all, We are currently using SDK version 10.13 and accessing through the portal at https://sandbox.e-signlive.com. We would like to move to using the new portal at https://sandbox.esignlive.com. After looking around some, I couldn't…
Normal topic
Here is the scenario. I need to change the Expiration Date of several packages that are about to expire out 30 Days. I do not want to send emails again because this is an internal requirement. if (DocumentExists) { …
Normal topic
I have a Dynamics CRM which matches the Statuses of the ESign Packages and I need to reconcile them. Right now there are 28 Transaction in my Inbox, 16 Documents in Draft, 0 Archived and 29 in Trash. That's 73 Transactions total. What I…
Normal topic
Hi, I've come across a situation where a signers signing status for a particular document does not get updated when the document is declined. It can be reproduced as follows: 1. Create a package with 1 document and 1 signer. 2. Enter the…
Normal topic
Hello, We recently upgraded our internal ESL system to 6.2. After the upgrade, packages created with .WithDialogOnComplete() no longer present the dialog at the end of the signing process. Is there a separate setting that has to be…
Normal topic
Hi, I came across an issue today, we are receiving the in-correct document status when we try to check that from .NET SDK. For Document 1: Package Id : DawPINFPRX_fGrvTnRi0DA6UV0I= Document Id : consent-Buyer API URL :…
Normal topic
Team, Trying to form iframe url for sender in the package. When i open the url, seeing an error unauthorized access. PackageId: V-OVOVaNnrzmnItXpF7zSFghA7o= SenderAuthToken: OGE4ZWM2YWQtYzhhYi00YjJiLTlkNzctZDQ3MGI4MTk4ZTJj (Retrieved…