Topic Replies Freshness Views Users
Normal topic
Has anyone worked on integrating esignlive with lotus notes application via lotus script (using REST API)
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
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
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
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
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
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
I have been trying to hide the buttons from the header, and the confirm button is still showing, here is my json
ceremony: {
            {...}
            layout: {
              header: {
                sessionBar: false,
        …
Normal topic
Hi , I have callback listener setup and configured to trigger when there is "PACKAGE COMPLETE" , "PACKAGE DECLINE" and "EMAIL BOUNCE" events. While it works fine with the "PACKAGE COMPLETE" and "PACKAGE DECLINE" events, I am not able to…
Normal topic
Hi All, Any one have an idea , how to integrate the esign live with Oracle Database(PL/SQL)). I have searched and not able to find anything on this. Regards Mathew
Normal topic
Hi Team, I am trying to use the REST APIs to Integrate Silanis with my application. Before I code any API URL in my program, I want to test and validate URIs using PostMan Client. I have tried couple of sample programs shared in…
Normal topic
Hi Haris, I am trying to create new package and then updload the document at a later point after creating package. Basically i want to it separate the steps. (create packages , upload document(s) to the created package). I have picked…
Normal topic
Is this sender token required in a json package? I ask because I get an error sending a package request stating "id": "sender" not found. This is just a sender not requiring a signature but sending a request package for signature of…
Normal topic
Hi, I want to get document status that when and how many times document is opened. when user fills document fields, as I am getting document summary. Please let me know how it is possible I am using nodejs and showing document in iframe…
Normal topic
Hello, I am working in integrating your esignlive API in PHP. I have got the form and code working. What I'm trying to do next is to add multiple signers on a form. I've tried adding the code below, but I keep getting returned an …
Normal topic
When requesting a signer session token via REST API, we pass the packageId and signerId. How does the signerId: [email protected] match up with the json package? Looks like it goes off what is specified in the roles:signers:email…
Normal topic
Hi, Trying to implemented the quick start, getting error 404 file not found when doing post. Removed the header "Accept: application/json". And it returns with a 200 and it is return html indicating "Error" but no detail.
Normal topic
Hi, Can you provide a sample JSON request Body to Create Package with Document Content as a PDF Byte Stream. Thanks
Normal topic
There is a disclaimer at the base of the silanis E-Sign emails. Is there a good way to remove that via a flag in the API? Attached is an image. Thanks!
Normal topic
Hello folks, any good / simple javascript examples of creating packages using multipart http post method? i'd like to use JavaScript to create a new package and upload the required docuement for eSignature. any guidance would be much…
Normal topic
I have a document package that contains two documents and three signers. One of the three signers only has an approval on one of the two documents. While I am able to limit that user's signing ability, they can still see the other document…
Normal topic
Hi Guys, Got another one. We have the case where if a user declines to consent to E-Signature, we're curious if there is a way to show them an additional 'Are you sure?' warning. Additionally, we would like to send one or more of the…
Normal topic
Curious if there is a good flag to remove the "Go To Documents" button from the document email post signing. Screenshot attached.
Normal topic
Hi - I am using the document retrieval URL. (/packages/:packageId/document/:documentId/pdf) When I receive the PDF on my end, the document is password protected. Is there a way to turn this off? I assume this would happen at the point of…
Normal topic
Hi Team , As suggested by you we are using single step package creation call where in package creation, doc upload and status sent happens at one go .For this we are using silanis provided java class. This is wrking perfectly fine in all…