Topic Replies Freshness Views Users
Normal topic
I have been using this blog post for help in getting my project off the ground. I have been working to create a process in which two…
Normal topic
Hi, I have a scenario in which I have two different document and I want to show second document after completion of first one(both are for same user) In both documents some of the fields are common. Now what want , when user opens second…
Normal topic
Having this url allows us to embed the signing session within our website via an embedded iframe -> https://sandbox.e-signlive.com/access?sessionToken={signerAuthenticationToken} However, it does not allow us to get real-time…
Normal topic
Does the signer need to be split into first name and last name in the package? Or is it possible to pass in the full name to the package?
Normal topic
Hi Team, I am trying to Integrate our product using java and REST APIs , Can some one point me to appropriate documentation which talks about the Request PayLoad for each of the URL. Currently I am using Samples shared in Develper…
Normal topic
Receiving this error as we just switched our app over from sandbox to production. Here was the Sandbox URL we were htting before: https://sandbox.e-signlive.com/api Here is the URL we are hitting now: https://apps.e-signlive.com/api I…
Normal topic
Has anyone worked on integrating esignlive with lotus notes application via lotus script (using REST API)
Normal topic
HI, I have created a package with some document and set its status to "SENT". Now before sending signing url to user, I want to fill some fields through code, so user don't need to fill those fields. is it possible through this route? PUT…
Normal topic
Hello, Our company operates in two separate states and will need to switch out our disclosure agreement depending on which state the application is in. What is the best way to go about this? We played around with Templates, but the number…
Normal topic
I was wondering if it is possible to change the signing ceremony in the REST API after a package has been created. Example: I create a package that is set with "inPerson:false", meaning that we will not be doing the inPerson signing…
Normal topic
Here's the scenario. I have 2 Approvers (For example, Bob and Mary). Bob has just 1 signature field. Mary has a signature field and a Label. Bob signs first. Before Mary signs I programmatically update her Label field so when she goes…
Normal topic
We are reviewing documents we have received back from E-Sign. We have a situation where customers enter an actual written signature, and then the final document has the E-Signed By NAME HERE watermark over the actual…
Normal topic
If the signature ceremony is NOT "inperson", is there a way to specify the order in which the signers receives the doc? For example, if there are Signer A and Signer B, is there a switch to specify that Signer B should receive the package…
Normal topic
Hi There, In the integration that I'm doing, I will collect user's data on the Portal that I'm building and by using that data, I will generate a PDF and on that PDF I want to get the user's signature and the signature part has to be…
Normal topic
Hi, I'm integrating with the e-sign live api and have had some trouble with certain pdfs causing the signing ceremony to give me a blank page. After the package is created and a url is created the window appears blank. (Even the default…
Normal topic
We have an application that opens an overlay that contains the iframe for esigning (this is all happens in React SPA app). From what I can tell the handOver url will only redirect within the iframe containing esign. Is there…
Normal topic
We would like to modify the content of some of the emails that are sent to the signers. As an example based on data in our application we would like to modify the content of the invitation based upon the signer being the primary person on…
Normal topic
I've noticed that it is not possible to update emailMessage for chosen role. TC 1. User submits content and package is being created from the template using:
{
    "roles": [
        {
            "emailMessage": {
 …
Hot topic
Hi, I am trying to add signature and signature date in a PDF, using "extractAnchor" to find the white text inside the PDF. It is working for most of the PDF. But I am getting error for some specific PDF. I can see enough space is…
Normal topic
I've tried to do a status change on OPTED_OUT package to DRAFT (edit data, then set it to SENT). Request
PUT /api/packages/PACKAGE_ID HTTP/1.1
Accept:  application/json,application/zip,application/pdf,text/html; esl…
Normal topic
Hi - We're developing a new feature where our auto dealers can issue new versions of a priorly issues document. We were wondering if there was a good way to void the old one, but not delete it? I am aware of the remove endpoint in the API…
Normal topic
Is it possible to have signing ceremony without any logo image and json that provides it looks like?
Normal topic
Hi Team, Can you please share the JSON payload for defining Signing Order for signature blocks. Also if have multiple signers , for example I have 5 signature blocks and two signers( SIGNER1, SIGER2) "sign1," "sign3" supposed to be…
Normal topic
Hi, I integrated the esignlive with the REST API. The only concern is there are too many clicks for the 2nd time signer(user). Is there a way to avoid the consent before signing the doc for the 2nd time user. My jsonPayLoad = { "roles…
Normal topic
I am needing to add a new document to an existing package (http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/documents.htm#Add) but I am not finding any JSON Request samples. I will be in my integration adding documents to…