Topic Replies Freshness Views Users
Normal topic
Hello, I am currently using VS Community 2017, I am set as a Manager within eSignlive, and I am in the US. I downloaded the .NET Usage Report.cs and put in the address https://apps.esignlive.com/api and I put in my API key. I downloaded…
Normal topic
Hello Team, How to replace Silanis email with custom email to notify consumers from .net SDK. Thanks, Navya.
Normal topic
Hi team Could you let me know if there is a way to water mark a completely signed document (or all) in, a package with multiple documents ? Some info: Package auto-complete option is disabled on the package i am referring to above. Uday
Normal topic
We need to remove the ability for users to download the signed PDF through the web interface, both via the emailed signature request and the browser based version (using host/access?sessionToken={mytoken}). We've tried to set the…
Normal topic
We're using document extraction to populate a Signature Date field with the date of signing via naming a form field with something like this: [Signer1.Capture1.label1.Date]. We're not able to use any template as we need to pre-fill client…
Normal topic
Hello Team, Is their a way to update package builder after package is build. We did not find any relevant methods. Thanks, Navya.
Normal topic
Hello Haris, Is their a way we can deactivate link send to consumer if role no longer exists . Thanks, Navya.
Normal topic
Hello team I am getting following error while trying to utilize create package one step functionality exposed. "Could not create a new package one step. Exception: The remote server returned an error: (500) Internal Server Error. HTTP…
Normal topic
Team, We have a requirement to customize guest signing room. Is there a way to customize the Silanis guest signing room that pops up when a notified signer clicks on link provided in email ? Customization like: Displaying a custom message…
Normal topic
Hi, How much time Silanis will take to send an email bounce event back to our API after we trigger an email to an invalid sender. Thanks, Krishna
Normal topic
We would like to give the customer 15 days to sign the Document but then after they have signed to reset the Expiration Date to 90 days for us to counter-sign. In our business, the signature for a customer signifies that we will begin…
Hot topic
Hello, We want to use the "Text Tag Extraction" feature (https://developer.esignlive.com/guides/feature-guides/text-tags-extraction/) but we can't find a way to get it working. We've tried examples from multiple sources (including the…
Normal topic
I successfully uploaded a test Document in my SandBox to replace the standard acceptance that goes with the Document for Signature. What I end up with is 2 "Electronic Disclosures and Signatures Consent" Documents. Do I need to delete…
Normal topic
When I use the .NET SDK version 11.5, I'm have a problems getting the signerId of package signers. What I want to do is this:
  1. call the eslClient.GetPackage(packageId) method to get information about an existing package
Normal topic
Hi, Is it possible to have only one ceremony for two signers ? We want to redirect the users to the signing ceremony, but we would like both signers to sign in that same redirect url. We don't want to redirect to the ceremony for the…
Normal topic
I am facing an issue while using the esignlive new sandbox (sandbox.esignlive.com) with .NET SDK. I have a template defined with two place holders and signing order set as below: 1 – PlaceHolder1 2 -- PlaceHolder2 From, .NET SDK, I am…
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
Hello, I was testing to create a package under sandbox mode. However, the package was not created, and an error was thrown instead. The exception message was: $exception {"Could not create a new package. Exception: Object reference not…
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