Topic Replies Freshness Views Users
Normal topic
I would like to make calls to restapi, and would also like to take advantage of the com.silanis.esl.api.model.* model objects available in the java sdk jar our /api/sysinfo shows: { "schema": "16.10.4", "version": "16.6.16", …
Normal topic
Hi What is the difference between the SilanisHeaderGlobalActions.download vs SilanisToolbarOptions.download What setting overrides the other. Thanks Mario
Normal topic
Hello, We want to customize the Tool Bar language for some of our signing ceremonies. I'm looking at this guide that highlights the…
Normal topic
Hello, I have a template I created from the eSign dashboard. I'm trying to change the document's id through the update document PUT…
Normal topic
Hi All, We started implementing ESL in our company and we have two accounts, one is for production and the other used in lower environment, (dev and test), the problem is that, the sandbox cannot reach our REST service in test environment…
Normal topic
Hi I am using the following regex pattern for validation \^.{0,5}$ Min len 0 , max len is 5, any character The text is optional , hence the min is 0 However I am getting a validation error when , the text area is empty…
Normal topic
Hi, We have an onsite installation of esignlive and ewitness esl api shows following version at /api/sysinfo { "schema": "16.10.4", "version": "16.6.16", "timestamp": "2017-12-12 23:32+0000" } I'm attempting to extract the…
Normal topic
Hi Is there a way to hide the Exit Document button? Can it be done at the account level? When I am creating a package, I am setting the HandOver (href, title, text ) object . Will the hiding it at the account level , override this…
Normal topic
I always get this error while trying to retrieve session id for the in-person signing ceremony using Iframe. Steps to reproduce using the below json payload I am able to create a successful package for the
Normal topic
Hi I have a working sample with Document Extraction using the eSignlive signature Field in [] and I'm converting it to using Position Extraction , using regular Field Name in the PDF and using the same JSON payload. However, I cannot…
Normal topic
While attempting to upload a document to a package via the following call:
https://sandbox.esignlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documents 
I am presented with the following error:
POST https://sandbox.e…
Normal topic
Hi, I get 400 error code. I have the sample code below:package RestAPI; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.io…
Normal topic
I have a scenario in which multiple signers can be part of same role. Like role1 has Signer1, Signer2, and Signer3 When this role1 is linked with Document1 to sign at mentioned location, only Signer1 is getting email to do. Id it possible…
Normal topic
Hi, My customer wants to be able to send the invitation mails for the signing ceremony from their own domain. I did find the call the get the signing url: https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/signing_url.htm …
Normal topic
We have several package templates which we created with the New UI. Each of the templates has multiple documents assigned to them. Now we need to use the RESTAPI to pull these package templates and create new transactions with the…
Normal topic
Hi everyone, We have templates that are created through the Web UI with Custom Field fields on the template. The package is being created based off the template, and certain information about the signer needs to be prepopulated on the…
Normal topic
I'm working off the postman api integration tutorial. I'm running into the following error with not finding my user. I've set up a new account and tried that…
Normal topic
Hi, Is there a way to just update the registered callback events for an account without having to update that account's callback url and key as well? I'd ideally like to update the registered events for for a series of accounts and not…
Normal topic
Hi Is there a callback event when a signer views the document to tbe signed, but does not take any further action after viewing. The signer simply closes the browser Is there a webpage that describes all the callback events. What…
Normal topic
Hi! It would appear that the success response message sent by esign sandbox to a request for
signingStatus
was somehow changed, over this last weekend, from 'COMPLETED' to 'SIGNING_COMPLETED'. This seemingly minor detail cost…
Normal topic
Hi, We are facing continuous issues while doing the bulk sign process, below are the error messages it is throwing to us Error 1 : Silanis.ESL.SDK.EslServerException: Could not create a signer authentication token…
Normal topic
Hello, I'd like to send a package (transaction--the fact that these separate terms mean the same thing is quite confusing) programmatically using the API (no SDKs as I'm using NodeJS) but I'm not seeing any endpoints in the documentation…
Normal topic
I am trying to create a package and include the Signing Method (personalCertificateSigning) for the roles in the package. Is there a way to send this as part of the package creation and not do this as an update, ie. needing to call PUT…
Normal topic
Hi Can the eSignLive REST service consume an image as part of their call and they can place the image onto the assigned signature area. We need to capture a signature from a pinpad and put it on a pdf file. Please post a link to this…
Normal topic
Hi Is there a way that custom package attributes can be shown in the email sent to the signers. https://developer.esignlive.com/guides/feature-guides/package-attributes/ For example I might need some additional text in the email for…