Topic Replies Freshness Views Users
Normal topic
This one is actually both a question and its answer. I just received a question from an integrator who is trying to define a date field. Other topics probably cover this but I thought I would take a minute to create one dedicated…
Normal topic
Hello gurus. I hope you can help me. I'm trying to create a new package in sandbox.esignlive.com, but when I try to upload the document I'm getting: HTTP/1.1 415 Unsupported Media Type Basically I'm trying to reproduce the same calls as…
Normal topic
Hey! I've used this codebase to put up a quick testing app: https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/ Unfortunately I am stuck for a day or so with a 400 error at this point:
POST /api…
Normal topic
Hello, I have scenario in which I am sending packages to two users in order through signing URL. I have tested, it is working fine. 1) user 1 signs document (working) 2) user 2 approve/disapprove (working) Now what I want to do : 1) user…
Normal topic
Hello, I'm trying to implement eSignlive for my specific scenario: 1) I have created a document that will be sent to two users in sequeance through signing URL 2) First user will see Signature fields to sign 3) Second user will see…
Normal topic
Hello, still in exploratory stages at the moment. does that team has an example to share the illustrates how, using objectivec, one could http POST both a json package and document to sign using the REST api? i'm trying to achieve the…
Normal topic
Hi, I'm using the REST apis. Everything is woking fine for creating packages, adding document, signature and textfields and getting the signing url. But when we mark the package as SENT, we do not want esignlive to automatically send an…
Normal topic
Hello all, Thank you for the good forum, and your help here! I'm trying to integrate our systems with you, and I'm sending a JSON object trying to clone a template with 1 pdf document inside, but by some reason all the fields are not…
Normal topic
hello, this may no be the correct forum to post this question. I've most likely overlooked this somewhere, however, where has the team published the various JSON schemas? i'd like to build some to assist with serialization…
Normal topic
Hello https://developer.esignlive.com/code-share/esignlive-rest-client-using-python/ looking at the python code, i'm trying to run one of the example application use cases. i'm simply grabbed my API key, and updated the sandbox API url…
Normal topic
Once the Package is updated with status = "SENT", emails are sent to the corresponding applicants (signers) in the package. However, since this process is happening in front of the Lender, I would I like to provide the applicants (borrower…
Normal topic
Hi I'm trying to update the STATUS from "DRAFT" to "SENT" but getting an error. Here is my snippet... Am i missing anything?
            try
            {
                string url = eslBaseURL + NamedConstants.Packages + "/…
Normal topic
Can we send mail in cc to another user when package is send using rest api, when singer get's mail at same time cc mail goes to another email can we do that using Rest API. Thanks
Normal topic
Hey there, I'm building out an application where I have to prepopulate a PDF with values the we either already have or gather from the user. I've used your blog post
Normal topic
Hi! I am not able to create new documents using post method from NodeJs server, please find the request and response below
  domain: null,
  _events: { end: [Function: bound _clearTimeout] },
  _eventsCount: 1,
  _maxListeners:…
Normal topic
Hi! Is there a way to update role/roles (already created) in package with Q&A challenges? I have tried PUT on '/api/packages/:packageId/roles/:roleId' but it seems as though the auth part of my request is being ignored.
{  
   …
Normal topic
Hi! I have been trying to upload multiple documents with a post request to '/api/packages' (the sandbox) url and getting getting the error indicating the number of documents sent in the payload is different from what I attached, Could…
Normal topic
Hello! I seem to be getting a 500 when I try to upload a new document. I am not exactly sure what is going wrong; I attached my settings below, and this is the generated HTTP snippet by Postman
POST /api/packages…
Normal topic
Hello while uplaoding pdf i ma getting this error: {"technical":"Cannot upload document fdgl_doc. Please make sure your document does not contain any embedded files.","packageId":null,"messageKey":"error.validation.verifyDocument…
Normal topic
Hi, thanks Haris for your input, my next step is to simulate the workflow and working on a POC using SOAPUI ( a freeware I use to test REST services ). The workflow is straight forward: 1. Create a Package and Send the PDF . Read the…
Normal topic
Hi, Just a little bit of background first on what my objective is: We have a Web Application for Institutions used by their staff (brokers). The Application which creates legal forms with merged data in PDF. The final output is a combined…
Normal topic
I've noticed that the e-sign live SDK supports the ability to delegate access form one signer to another. (As documented at the bottom of this page…
Normal topic
Hi guys, I looked around and am not able to find confirming on this: is it possible to embed the form/package for user to sign on our website? All of our users have their own account and it would be nice to be able to display the form…
Normal topic
I use the package creation document upload API to create a document for signature. I want to make sure our signers receive a signed copy of their document at the end of signing. How can I assure that the signed document (other than the…
Normal topic
I would like to show my signer a message that says something to the effect of: “Thank you for signing your application. We will send you a completed copy of the application signed by both you and the vender.” This would be something…